aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 16:11:15 +0200
committerJörg Bornemann <joerg.bornemann@qt.io>2022-08-25 12:19:29 +0000
commitffc2c28a7459b89caa82902ee07d5d8d1233424a (patch)
tree0b53bcc462d0a6c92d7735576e645bc348da8ec6 /cmake
parent8a53d65cdd139bd2e13da476558c03886e1d9635 (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I910246fa10b5be2742c9e9840e37b16c908c70a6 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CerenceCommon.cmake2
-rw-r--r--cmake/FindCerenceHwrAlphabetic.cmake2
-rw-r--r--cmake/FindCerenceHwrCjk.cmake2
-rw-r--r--cmake/FindCerenceXt9.cmake2
-rw-r--r--cmake/FindHunspell.cmake2
-rw-r--r--cmake/FindMyScript.cmake2
-rw-r--r--cmake/QtVirtualKeyboardSetup.cmake2
7 files changed, 7 insertions, 7 deletions
diff --git a/cmake/CerenceCommon.cmake b/cmake/CerenceCommon.cmake
index 3780c546..875f988f 100644
--- a/cmake/CerenceCommon.cmake
+++ b/cmake/CerenceCommon.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
if(NOT CERENCE_SDK_ROOT)
if(INPUT_vkb_cerence_sdk)
diff --git a/cmake/FindCerenceHwrAlphabetic.cmake b/cmake/FindCerenceHwrAlphabetic.cmake
index 1840e5bc..3c5e53a2 100644
--- a/cmake/FindCerenceHwrAlphabetic.cmake
+++ b/cmake/FindCerenceHwrAlphabetic.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
#[=======================================================================[.rst:
FindCerenceHwrAlphabetic
diff --git a/cmake/FindCerenceHwrCjk.cmake b/cmake/FindCerenceHwrCjk.cmake
index a3773993..6b590295 100644
--- a/cmake/FindCerenceHwrCjk.cmake
+++ b/cmake/FindCerenceHwrCjk.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
#[=======================================================================[.rst:
FindCerenceHwrCjk
diff --git a/cmake/FindCerenceXt9.cmake b/cmake/FindCerenceXt9.cmake
index 1e53778d..d91932ce 100644
--- a/cmake/FindCerenceXt9.cmake
+++ b/cmake/FindCerenceXt9.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
#[=======================================================================[.rst:
FindCerenceXt9
diff --git a/cmake/FindHunspell.cmake b/cmake/FindHunspell.cmake
index 096d171d..3cf22147 100644
--- a/cmake/FindHunspell.cmake
+++ b/cmake/FindHunspell.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
# We can't create the same interface imported target multiple times, CMake will complain if we do
# that. This can happen if the find_package call is done in multiple different subdirectories.
diff --git a/cmake/FindMyScript.cmake b/cmake/FindMyScript.cmake
index f6aee4f4..81f6d21d 100644
--- a/cmake/FindMyScript.cmake
+++ b/cmake/FindMyScript.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
#[=======================================================================[.rst:
FindMyScript
diff --git a/cmake/QtVirtualKeyboardSetup.cmake b/cmake/QtVirtualKeyboardSetup.cmake
index 9f1b2566..e7aa254b 100644
--- a/cmake/QtVirtualKeyboardSetup.cmake
+++ b/cmake/QtVirtualKeyboardSetup.cmake
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+# SPDX-License-Identifier: BSD-3-Clause
get_filename_component(VKB_LAYOUTS_BASE "${CMAKE_CURRENT_LIST_DIR}/../src/layouts" REALPATH CACHE)
set(VKB_LAYOUTS_PREFIX "/qt-project.org/imports/QtQuick/VirtualKeyboard/Layouts" CACHE STRING "" FORCE)