From 53be0bacfa590d926828cd249fa4c81eb8b969eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Wed, 27 Mar 2024 15:38:13 +0100 Subject: Correct license for examples files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Example takes precedence over build system file type. According to QUIP-18 [1], all examples file should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I507afc78263a94162be2c891badea47f92e7236f Reviewed-by: Kai Köhne --- tests/manual/examples/CMakeLists.txt | 2 +- tests/manual/examples/draganddrop/CMakeLists.txt | 2 +- tests/manual/examples/draganddrop/delayedencoding/CMakeLists.txt | 2 +- tests/manual/examples/embedded/CMakeLists.txt | 2 +- tests/manual/examples/embedded/desktopservices/CMakeLists.txt | 2 +- tests/manual/examples/embedded/fluidlauncher/CMakeLists.txt | 2 +- tests/manual/examples/embeddedsvgviewer/CMakeLists.txt | 2 +- tests/manual/examples/svggenerator/CMakeLists.txt | 2 +- tests/manual/examples/svgviewer/CMakeLists.txt | 2 +- tests/manual/examples/svgwidget/CMakeLists.txt | 2 +- tests/manual/examples/textobject/CMakeLists.txt | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/tests/manual/examples/CMakeLists.txt b/tests/manual/examples/CMakeLists.txt index 4b24fe2..d523c71 100644 --- a/tests/manual/examples/CMakeLists.txt +++ b/tests/manual/examples/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause if(TARGET Qt::Widgets) add_subdirectory(draganddrop) diff --git a/tests/manual/examples/draganddrop/CMakeLists.txt b/tests/manual/examples/draganddrop/CMakeLists.txt index 848b7c8..74559a9 100644 --- a/tests/manual/examples/draganddrop/CMakeLists.txt +++ b/tests/manual/examples/draganddrop/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause if(TARGET Qt::Widgets) add_subdirectory(delayedencoding) diff --git a/tests/manual/examples/draganddrop/delayedencoding/CMakeLists.txt b/tests/manual/examples/draganddrop/delayedencoding/CMakeLists.txt index 6fea6e4..fac85f7 100644 --- a/tests/manual/examples/draganddrop/delayedencoding/CMakeLists.txt +++ b/tests/manual/examples/draganddrop/delayedencoding/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause cmake_minimum_required(VERSION 3.16) project(delayedencoding LANGUAGES CXX) diff --git a/tests/manual/examples/embedded/CMakeLists.txt b/tests/manual/examples/embedded/CMakeLists.txt index e6aa9e2..4e9c051 100644 --- a/tests/manual/examples/embedded/CMakeLists.txt +++ b/tests/manual/examples/embedded/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause if(TARGET Qt::Widgets) add_subdirectory(desktopservices) diff --git a/tests/manual/examples/embedded/desktopservices/CMakeLists.txt b/tests/manual/examples/embedded/desktopservices/CMakeLists.txt index 53fd08a..310c494 100644 --- a/tests/manual/examples/embedded/desktopservices/CMakeLists.txt +++ b/tests/manual/examples/embedded/desktopservices/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause cmake_minimum_required(VERSION 3.16) project(desktopservices LANGUAGES CXX) diff --git a/tests/manual/examples/embedded/fluidlauncher/CMakeLists.txt b/tests/manual/examples/embedded/fluidlauncher/CMakeLists.txt index 6138248..0437b83 100644 --- a/tests/manual/examples/embedded/fluidlauncher/CMakeLists.txt +++ b/tests/manual/examples/embedded/fluidlauncher/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause cmake_minimum_required(VERSION 3.16) project(fluidlauncher LANGUAGES CXX) diff --git a/tests/manual/examples/embeddedsvgviewer/CMakeLists.txt b/tests/manual/examples/embeddedsvgviewer/CMakeLists.txt index 498cd1e..4443066 100644 --- a/tests/manual/examples/embeddedsvgviewer/CMakeLists.txt +++ b/tests/manual/examples/embeddedsvgviewer/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause cmake_minimum_required(VERSION 3.16) project(embeddedsvgviewer LANGUAGES CXX) diff --git a/tests/manual/examples/svggenerator/CMakeLists.txt b/tests/manual/examples/svggenerator/CMakeLists.txt index 4dc2625..6bda2a8 100644 --- a/tests/manual/examples/svggenerator/CMakeLists.txt +++ b/tests/manual/examples/svggenerator/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause cmake_minimum_required(VERSION 3.16) project(svggenerator LANGUAGES CXX) diff --git a/tests/manual/examples/svgviewer/CMakeLists.txt b/tests/manual/examples/svgviewer/CMakeLists.txt index bf7abf7..ad84d2b 100644 --- a/tests/manual/examples/svgviewer/CMakeLists.txt +++ b/tests/manual/examples/svgviewer/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause cmake_minimum_required(VERSION 3.16) project(svgviewer LANGUAGES CXX) diff --git a/tests/manual/examples/svgwidget/CMakeLists.txt b/tests/manual/examples/svgwidget/CMakeLists.txt index 96b91fb..cf99f83 100644 --- a/tests/manual/examples/svgwidget/CMakeLists.txt +++ b/tests/manual/examples/svgwidget/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause cmake_minimum_required(VERSION 3.16) project(svgwidget LANGUAGES CXX) diff --git a/tests/manual/examples/textobject/CMakeLists.txt b/tests/manual/examples/textobject/CMakeLists.txt index aa79dc9..b3dfb17 100644 --- a/tests/manual/examples/textobject/CMakeLists.txt +++ b/tests/manual/examples/textobject/CMakeLists.txt @@ -1,5 +1,5 @@ # Copyright (C) 2022 The Qt Company Ltd. -# SPDX-License-Identifier: BSD-3-Clause +# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause cmake_minimum_required(VERSION 3.16) project(textobject LANGUAGES CXX) -- cgit v1.2.3