From 88e06112528cc28156ba9d6f9672ef13e0676b22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Thu, 21 Mar 2024 14:37:37 +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: Ic439d142d95f673f83d9f8ab2e1564db2aa3fbae Reviewed-by: Kai Köhne --- examples/CMakeLists.txt | 2 +- examples/opcua/CMakeLists.txt | 2 +- examples/opcua/opcuaviewer/CMakeLists.txt | 2 +- examples/opcua/waterpump/CMakeLists.txt | 2 +- examples/opcua/waterpump/simulationserver/CMakeLists.txt | 2 +- examples/opcua/waterpump/waterpump-qml/CMakeLists.txt | 2 +- examples/opcua/waterpump/waterpump-qmlcpp/CMakeLists.txt | 2 +- examples/opcua/x509/CMakeLists.txt | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 2e8bd82..3977325 100644 --- a/examples/CMakeLists.txt +++ b/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 qt_examples_build_begin(EXTERNAL_BUILD) diff --git a/examples/opcua/CMakeLists.txt b/examples/opcua/CMakeLists.txt index 86e9a9b..3001b6b 100644 --- a/examples/opcua/CMakeLists.txt +++ b/examples/opcua/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 Qt6::Widgets) qt_internal_add_example(opcuaviewer) diff --git a/examples/opcua/opcuaviewer/CMakeLists.txt b/examples/opcua/opcuaviewer/CMakeLists.txt index 1445a85..1b8aae9 100644 --- a/examples/opcua/opcuaviewer/CMakeLists.txt +++ b/examples/opcua/opcuaviewer/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(opcuaviewer LANGUAGES CXX) diff --git a/examples/opcua/waterpump/CMakeLists.txt b/examples/opcua/waterpump/CMakeLists.txt index 218d5bd..0119ac2 100644 --- a/examples/opcua/waterpump/CMakeLists.txt +++ b/examples/opcua/waterpump/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(NOT ANDROID) qt_internal_add_example(simulationserver) diff --git a/examples/opcua/waterpump/simulationserver/CMakeLists.txt b/examples/opcua/waterpump/simulationserver/CMakeLists.txt index 0a35e62..8f8cd6d 100644 --- a/examples/opcua/waterpump/simulationserver/CMakeLists.txt +++ b/examples/opcua/waterpump/simulationserver/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(simulationserver LANGUAGES CXX C) diff --git a/examples/opcua/waterpump/waterpump-qml/CMakeLists.txt b/examples/opcua/waterpump/waterpump-qml/CMakeLists.txt index 3d8bd92..ca6ed06 100644 --- a/examples/opcua/waterpump/waterpump-qml/CMakeLists.txt +++ b/examples/opcua/waterpump/waterpump-qml/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(waterpump-qml LANGUAGES CXX) diff --git a/examples/opcua/waterpump/waterpump-qmlcpp/CMakeLists.txt b/examples/opcua/waterpump/waterpump-qmlcpp/CMakeLists.txt index 4cd865e..98c5f22 100644 --- a/examples/opcua/waterpump/waterpump-qmlcpp/CMakeLists.txt +++ b/examples/opcua/waterpump/waterpump-qmlcpp/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(waterpump-qmlcpp LANGUAGES CXX) diff --git a/examples/opcua/x509/CMakeLists.txt b/examples/opcua/x509/CMakeLists.txt index 1159788..a40c35e 100644 --- a/examples/opcua/x509/CMakeLists.txt +++ b/examples/opcua/x509/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(x509 LANGUAGES CXX) -- cgit v1.2.3