summaryrefslogtreecommitdiffstats
path: root/tests/postbuild
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 /tests/postbuild
parentfc21211235a3de641dc1a8bac3ce280acd594596 (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: Ife447433b149060c9a0c055422c6f0e0e323df69 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'tests/postbuild')
-rw-r--r--tests/postbuild/CMakeLists.txt3
-rw-r--r--tests/postbuild/bic/CMakeLists.txt3
-rw-r--r--tests/postbuild/guiapplauncher/CMakeLists.txt3
-rw-r--r--tests/postbuild/headers/CMakeLists.txt3
-rw-r--r--tests/postbuild/symbols/CMakeLists.txt3
5 files changed, 15 insertions, 0 deletions
diff --git a/tests/postbuild/CMakeLists.txt b/tests/postbuild/CMakeLists.txt
index ebfb48cc..0de2cc76 100644
--- a/tests/postbuild/CMakeLists.txt
+++ b/tests/postbuild/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 postbuild.pro.
if(TARGET Qt::Widgets)
diff --git a/tests/postbuild/bic/CMakeLists.txt b/tests/postbuild/bic/CMakeLists.txt
index a450223d..f1b9fbb6 100644
--- a/tests/postbuild/bic/CMakeLists.txt
+++ b/tests/postbuild/bic/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 bic.pro.
#####################################################################
diff --git a/tests/postbuild/guiapplauncher/CMakeLists.txt b/tests/postbuild/guiapplauncher/CMakeLists.txt
index dcc1141f..412c1d30 100644
--- a/tests/postbuild/guiapplauncher/CMakeLists.txt
+++ b/tests/postbuild/guiapplauncher/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 guiapplauncher.pro.
#####################################################################
diff --git a/tests/postbuild/headers/CMakeLists.txt b/tests/postbuild/headers/CMakeLists.txt
index 6f6d8575..f704b6ab 100644
--- a/tests/postbuild/headers/CMakeLists.txt
+++ b/tests/postbuild/headers/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 headers.pro.
#####################################################################
diff --git a/tests/postbuild/symbols/CMakeLists.txt b/tests/postbuild/symbols/CMakeLists.txt
index 133fbfba..51daf531 100644
--- a/tests/postbuild/symbols/CMakeLists.txt
+++ b/tests/postbuild/symbols/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 symbols.pro.
#####################################################################