summaryrefslogtreecommitdiffstats
path: root/src/tools
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-05 15:20:29 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 17:42:41 +0200
commit73c6c8a80ea49bcc2ebd7f046e9e4fa98ad9880a (patch)
treee9fbc2d24fc7f41261ee2f2f79683fc0b170a83c /src/tools
parentc902d3290d3a5ef1518c3ad9fe248c1f76dfa335 (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: I4702aec49e940c3a480b94cf8622155b9b688b9e Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/CMakeLists.txt3
-rw-r--r--src/tools/canbusutil/CMakeLists.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt
index 61bfa83..59bb61e 100644
--- a/src/tools/CMakeLists.txt
+++ b/src/tools/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
+
if(android_app OR
(QT_FEATURE_commandlineparser
AND NOT ANDROID
diff --git a/src/tools/canbusutil/CMakeLists.txt b/src/tools/canbusutil/CMakeLists.txt
index e0d5cb6..f0c7eb9 100644
--- a/src/tools/canbusutil/CMakeLists.txt
+++ b/src/tools/canbusutil/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
+
#####################################################################
## canbusutil Tool:
#####################################################################