summaryrefslogtreecommitdiff
path: root/examples/linguist
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-23 10:15:18 +0200
committerJörg Bornemann <joerg.bornemann@qt.io>2022-08-25 12:20:31 +0000
commitbf4ab5abd932d24f2e8a89c30a3d901f895bfeb4 (patch)
treee56550822356dfcfecad033bfd54d2a7fe512e80 /examples/linguist
parentf97662104c92184cde4325a1139ee69b8b2930d1 (diff)
downloadqttools-bf4ab5abd932d24f2e8a89c30a3d901f895bfeb4.tar.gz
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I2df3a8aec11f30f301e3143e9960156b6f45e614 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/linguist')
-rw-r--r--examples/linguist/CMakeLists.txt2
-rw-r--r--examples/linguist/arrowpad/CMakeLists.txt2
-rw-r--r--examples/linguist/hellotr/CMakeLists.txt2
-rw-r--r--examples/linguist/trollprint/CMakeLists.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/linguist/CMakeLists.txt b/examples/linguist/CMakeLists.txt
index 0dd9a3c79..0786d80f2 100644
--- a/examples/linguist/CMakeLists.txt
+++ b/examples/linguist/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(arrowpad)
qt_internal_add_example(hellotr)
diff --git a/examples/linguist/arrowpad/CMakeLists.txt b/examples/linguist/arrowpad/CMakeLists.txt
index c82310bc7..6aecbe808 100644
--- a/examples/linguist/arrowpad/CMakeLists.txt
+++ b/examples/linguist/arrowpad/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(arrowpad LANGUAGES CXX)
diff --git a/examples/linguist/hellotr/CMakeLists.txt b/examples/linguist/hellotr/CMakeLists.txt
index 874aca3cb..4b14fcbf5 100644
--- a/examples/linguist/hellotr/CMakeLists.txt
+++ b/examples/linguist/hellotr/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(hellotr LANGUAGES CXX)
diff --git a/examples/linguist/trollprint/CMakeLists.txt b/examples/linguist/trollprint/CMakeLists.txt
index 9aaa3f7e1..f94586fde 100644
--- a/examples/linguist/trollprint/CMakeLists.txt
+++ b/examples/linguist/trollprint/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(trollprint LANGUAGES CXX)