summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 13:34:24 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 15:01:20 +0200
commit4ce750d774577dd5422cd78ea7faac914cf0b4b1 (patch)
tree4cef2250e293cd3d75500a6235ef2257473609b2 /cmake
parent9049ba883f79e1410a628b67464e6bf8d3b96335 (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: I775b4a5dd13b8e930cef494af42f81ec6f8b242a Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindOpen62541.cmake3
-rw-r--r--cmake/FindUacpp.cmake3
2 files changed, 6 insertions, 0 deletions
diff --git a/cmake/FindOpen62541.cmake b/cmake/FindOpen62541.cmake
index 3f8ac4a..3162af1 100644
--- a/cmake/FindOpen62541.cmake
+++ b/cmake/FindOpen62541.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:
# FindOpen62541
# ---------
diff --git a/cmake/FindUacpp.cmake b/cmake/FindUacpp.cmake
index 32a95c8..8ec8c2c 100644
--- a/cmake/FindUacpp.cmake
+++ b/cmake/FindUacpp.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:
# FindUacpp
# ---------