summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-05 15:11:56 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-08 13:42:44 +0200
commit0802d82e088a9b8239b8bf12aefe129b6af9426e (patch)
tree2ff073f955f171bf29949385a1ed09ec4669b240 /cmake
parentebc966272a8aee4b783645d52f13a88b652200b9 (diff)
downloadqt3d-0802d82e088a9b8239b8bf12aefe129b6af9426e.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: I141f5077ae0c11e1058de64d573ca33e2a308ccd Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindWrapQt3DAssimp.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/FindWrapQt3DAssimp.cmake b/cmake/FindWrapQt3DAssimp.cmake
index d6f3f7760..92347be20 100644
--- a/cmake/FindWrapQt3DAssimp.cmake
+++ b/cmake/FindWrapQt3DAssimp.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(TARGET WrapQt3DAssimp::WrapQt3DAssimp)
set(WrapQt3DAssimp_FOUND TRUE)
return()