aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-15 10:13:53 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-04-04 16:08:07 +0100
commit14d5da88a1b085bd36b1e09941a7f33b56dfd8e0 (patch)
treee188b2bb1918b50551af34c1ee5bf470dae31259 /examples
parenta0725bee77f272c8844647748a6e6413350a52e0 (diff)
Correct license for examples files
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: Ieec239c4fcfcdd1e5fdcaf421a9717228ef39fe2 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
-rw-r--r--examples/coap/CMakeLists.txt2
-rw-r--r--examples/coap/quickmulticastclient/CMakeLists.txt2
-rw-r--r--examples/coap/quicksecureclient/CMakeLists.txt2
-rw-r--r--examples/coap/simplecoapclient/CMakeLists.txt2
5 files changed, 5 insertions, 5 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index b8d0e30..7c63638 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/coap/CMakeLists.txt b/examples/coap/CMakeLists.txt
index 2aa3a98..6a6f727 100644
--- a/examples/coap/CMakeLists.txt
+++ b/examples/coap/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)
qt_internal_add_example(simplecoapclient)
diff --git a/examples/coap/quickmulticastclient/CMakeLists.txt b/examples/coap/quickmulticastclient/CMakeLists.txt
index dacf3e2..c17e942 100644
--- a/examples/coap/quickmulticastclient/CMakeLists.txt
+++ b/examples/coap/quickmulticastclient/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(quickmulticastclient LANGUAGES CXX)
diff --git a/examples/coap/quicksecureclient/CMakeLists.txt b/examples/coap/quicksecureclient/CMakeLists.txt
index fc8174e..914b0e9 100644
--- a/examples/coap/quicksecureclient/CMakeLists.txt
+++ b/examples/coap/quicksecureclient/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(quicksecureclient LANGUAGES CXX)
diff --git a/examples/coap/simplecoapclient/CMakeLists.txt b/examples/coap/simplecoapclient/CMakeLists.txt
index e36d920..f8406a0 100644
--- a/examples/coap/simplecoapclient/CMakeLists.txt
+++ b/examples/coap/simplecoapclient/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(simplecoapclient LANGUAGES CXX)