summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 12:56:35 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 14:22:46 +0200
commit8e21b452d2f33d2b650ce421cf16b4a86f349028 (patch)
tree532fcaf3a5fe75791fda13bc8f236e450cad09ea /tests
parent88ee54fa5d70af518447c7595f09b57f92c2e525 (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: I947479e0fc6301e1622478a2c5b41a269dc8407e Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt3
-rw-r--r--tests/auto/qtexttospeech/CMakeLists.txt3
-rw-r--r--tests/auto/qvoice/CMakeLists.txt3
3 files changed, 9 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 2e6270a..c3320c8 100644
--- a/tests/CMakeLists.txt
+++ b/tests/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
+
if(QT_BUILD_STANDALONE_TESTS)
# Add qt_find_package calls for extra dependencies that need to be found when building
# the standalone tests here.
diff --git a/tests/auto/qtexttospeech/CMakeLists.txt b/tests/auto/qtexttospeech/CMakeLists.txt
index e28b477..7fde6bd 100644
--- a/tests/auto/qtexttospeech/CMakeLists.txt
+++ b/tests/auto/qtexttospeech/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
+
if(NOT TARGET Qt::Multimedia)
message(WARNING "The test case requires Qt::Multimedia to verify the presence of audio devices")
return()
diff --git a/tests/auto/qvoice/CMakeLists.txt b/tests/auto/qvoice/CMakeLists.txt
index 0e0929a..62d2eec 100644
--- a/tests/auto/qvoice/CMakeLists.txt
+++ b/tests/auto/qvoice/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
+
qt_internal_add_test(tst_qvoice
SOURCES
tst_qvoice.cpp