aboutsummaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 12:51:43 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-08 14:59:49 +0200
commit1cd88b2b1c8e8effa316a70e8828c833ba2a0bbb (patch)
treecdf1a1378fc188050ece640bb601f2b2c5f3099d /config.tests
parent8c171630cc99205afa2c6033b8baf4d0b1583c3f (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: Iaee7f8b319c5e1356395a65c78604b23e3b3b16b Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/hunspell/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.tests/hunspell/CMakeLists.txt b/config.tests/hunspell/CMakeLists.txt
index 4bb5b025..0ccd4929 100644
--- a/config.tests/hunspell/CMakeLists.txt
+++ b/config.tests/hunspell/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
+
# Generated from hunspell.pro.
cmake_minimum_required(VERSION 3.16)