summaryrefslogtreecommitdiff
path: root/scripts/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-05 14:31:08 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 14:45:11 +0200
commitc1ea229da5e193bed32a8d2e63ff486b27528b73 (patch)
tree4317ff260fd621a6a8f4ce7d8138babb212c8637 /scripts/CMakeLists.txt
parentfc21211235a3de641dc1a8bac3ce280acd594596 (diff)
downloadqtqa-c1ea229da5e193bed32a8d2e63ff486b27528b73.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: Ife447433b149060c9a0c055422c6f0e0e323df69 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'scripts/CMakeLists.txt')
-rw-r--r--scripts/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt
index f1cc4ee..e0660ea 100644
--- a/scripts/CMakeLists.txt
+++ b/scripts/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
+
# special case skip regeneration
# scripts.pro and children projects are not ported yet.
# If the need arises, it can be done.