summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 13:26:25 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 17:41:38 +0200
commit23d34d1b1744986a91d687c8c0370e0813b9af1f (patch)
tree86901d70239c1adb560f2da17a8c5c13dd6bc942 /cmake
parentada2f6fd4d0ed0edf2c5a67a0eaa826606b1b2a7 (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: I6037589b6cb21970616972a95b656119fda64a7e Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindWrapIconv.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindWrapIconv.cmake b/cmake/FindWrapIconv.cmake
index 0c2a45c..3bb8fd1 100644
--- a/cmake/FindWrapIconv.cmake
+++ b/cmake/FindWrapIconv.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 WrapIconv::WrapIconv)