aboutsummaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 12:51:43 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-08 14:59:49 +0200
commit1cd88b2b1c8e8effa316a70e8828c833ba2a0bbb (patch)
treecdf1a1378fc188050ece640bb601f2b2c5f3099d /cmake
parent8c171630cc99205afa2c6033b8baf4d0b1583c3f (diff)
Add license headers to cmake files
CMakeLists.txt and .cmake files of significant size (more than 2 lines according to our check in tst_license.pl) now have the copyright and license header. Existing copyright statements remain intact Task-number: QTBUG-88621 Change-Id: Iaee7f8b319c5e1356395a65c78604b23e3b3b16b Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/CerenceCommon.cmake3
-rw-r--r--cmake/FindCerenceHwrAlphabetic.cmake3
-rw-r--r--cmake/FindCerenceHwrCjk.cmake3
-rw-r--r--cmake/FindCerenceXt9.cmake3
-rw-r--r--cmake/FindHunspell.cmake3
-rw-r--r--cmake/FindMyScript.cmake3
-rw-r--r--cmake/QtVirtualKeyboardSetup.cmake3
7 files changed, 21 insertions, 0 deletions
diff --git a/cmake/CerenceCommon.cmake b/cmake/CerenceCommon.cmake
index ca9e36a4..3780c546 100644
--- a/cmake/CerenceCommon.cmake
+++ b/cmake/CerenceCommon.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
if(NOT CERENCE_SDK_ROOT)
if(INPUT_vkb_cerence_sdk)
set(CERENCE_SDK_ROOT ${INPUT_vkb_cerence_sdk})
diff --git a/cmake/FindCerenceHwrAlphabetic.cmake b/cmake/FindCerenceHwrAlphabetic.cmake
index 26724545..1840e5bc 100644
--- a/cmake/FindCerenceHwrAlphabetic.cmake
+++ b/cmake/FindCerenceHwrAlphabetic.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
#[=======================================================================[.rst:
FindCerenceHwrAlphabetic
------------------------
diff --git a/cmake/FindCerenceHwrCjk.cmake b/cmake/FindCerenceHwrCjk.cmake
index 084cec2d..a3773993 100644
--- a/cmake/FindCerenceHwrCjk.cmake
+++ b/cmake/FindCerenceHwrCjk.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
#[=======================================================================[.rst:
FindCerenceHwrCjk
-----------------
diff --git a/cmake/FindCerenceXt9.cmake b/cmake/FindCerenceXt9.cmake
index 5210f877..1e53778d 100644
--- a/cmake/FindCerenceXt9.cmake
+++ b/cmake/FindCerenceXt9.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
#[=======================================================================[.rst:
FindCerenceXt9
--------------
diff --git a/cmake/FindHunspell.cmake b/cmake/FindHunspell.cmake
index 8b588317..096d171d 100644
--- a/cmake/FindHunspell.cmake
+++ b/cmake/FindHunspell.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
# 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.
if(TARGET Hunspell::Hunspell)
diff --git a/cmake/FindMyScript.cmake b/cmake/FindMyScript.cmake
index c2c21e07..f6aee4f4 100644
--- a/cmake/FindMyScript.cmake
+++ b/cmake/FindMyScript.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
#[=======================================================================[.rst:
FindMyScript
------------
diff --git a/cmake/QtVirtualKeyboardSetup.cmake b/cmake/QtVirtualKeyboardSetup.cmake
index 741897fd..9f1b2566 100644
--- a/cmake/QtVirtualKeyboardSetup.cmake
+++ b/cmake/QtVirtualKeyboardSetup.cmake
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+
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)