aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 16:42:21 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-23 20:52:15 +0200
commit96b4684826465e1e3de0442e455f804f22d2df7b (patch)
tree355696bbf21962c2887c664fcbb4a76fecd386d6 /examples
parentabf3a41dc0b52007364cacea0bdd056d47cfc1e9 (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I9f2589d36e91c60df09242b1262cc660bde7537a Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples')
-rw-r--r--examples/CMakeLists.txt2
-rw-r--r--examples/coap/CMakeLists.txt2
-rw-r--r--examples/coap/consolecoapclient/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
6 files changed, 6 insertions, 6 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index 7c63638..b8d0e30 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
qt_examples_build_begin(EXTERNAL_BUILD)
diff --git a/examples/coap/CMakeLists.txt b/examples/coap/CMakeLists.txt
index 01bca9e..b1028d9 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: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
qt_internal_add_example(consolecoapclient)
if(TARGET Qt::Widgets)
diff --git a/examples/coap/consolecoapclient/CMakeLists.txt b/examples/coap/consolecoapclient/CMakeLists.txt
index 65366e8..184bfa7 100644
--- a/examples/coap/consolecoapclient/CMakeLists.txt
+++ b/examples/coap/consolecoapclient/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(consolecoapclient LANGUAGES CXX)
diff --git a/examples/coap/quickmulticastclient/CMakeLists.txt b/examples/coap/quickmulticastclient/CMakeLists.txt
index b5d1c50..2cd8f97 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: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: 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 8cc1d2e..6e083a5 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: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: 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 c7f2cf2..f95ed5b 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: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(simplecoapclient LANGUAGES CXX)