summaryrefslogtreecommitdiff
path: root/src/assistant
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-07 15:41:31 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-02 11:35:25 +0200
commit4c7ed3150266e817627718aa6bf2f0c80a196c23 (patch)
treeb3c8958afb39e7a44195adb6f58422180d8c58cb /src/assistant
parent5c48acf9a14a225955bb0be330b222e9c8a14a2b (diff)
downloadqttools-4c7ed3150266e817627718aa6bf2f0c80a196c23.tar.gz
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: I41a2c9aa6a933a4e3dda5d5b4c70c461912907b2 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/assistant')
-rw-r--r--src/assistant/CMakeLists.txt3
-rw-r--r--src/assistant/assistant/CMakeLists.txt3
-rw-r--r--src/assistant/help/CMakeLists.txt3
-rw-r--r--src/assistant/qhelpgenerator/CMakeLists.txt3
4 files changed, 12 insertions, 0 deletions
diff --git a/src/assistant/CMakeLists.txt b/src/assistant/CMakeLists.txt
index 868eefdad..da1dbeea7 100644
--- a/src/assistant/CMakeLists.txt
+++ b/src/assistant/CMakeLists.txt
@@ -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
+
# Generated from assistant.pro.
# special case begin
diff --git a/src/assistant/assistant/CMakeLists.txt b/src/assistant/assistant/CMakeLists.txt
index c5a89a291..bb8ff80aa 100644
--- a/src/assistant/assistant/CMakeLists.txt
+++ b/src/assistant/assistant/CMakeLists.txt
@@ -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
+
# Generated from assistant.pro.
#####################################################################
diff --git a/src/assistant/help/CMakeLists.txt b/src/assistant/help/CMakeLists.txt
index f2673fb04..7ecb8c384 100644
--- a/src/assistant/help/CMakeLists.txt
+++ b/src/assistant/help/CMakeLists.txt
@@ -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
+
# Generated from help.pro.
#####################################################################
diff --git a/src/assistant/qhelpgenerator/CMakeLists.txt b/src/assistant/qhelpgenerator/CMakeLists.txt
index 39a908075..547ab0e14 100644
--- a/src/assistant/qhelpgenerator/CMakeLists.txt
+++ b/src/assistant/qhelpgenerator/CMakeLists.txt
@@ -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
+
# Generated from qhelpgenerator.pro.
#####################################################################