summaryrefslogtreecommitdiffstats
path: root/config.tests
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-05 14:50:28 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 17:42:05 +0200
commitf2af3a1eff4921f0a8b0074de7207a7c278c91a3 (patch)
treed7c261af6df8b3c436b71b7ac6bb6f52c916969d /config.tests
parent731e6b6f510b01e496860a208d304789aa72fca3 (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: If5c61e7ebea0452847d411ea230438095111e030 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'config.tests')
-rw-r--r--config.tests/alsa/CMakeLists.txt3
-rw-r--r--config.tests/avfoundation/CMakeLists.txt3
-rw-r--r--config.tests/evr/CMakeLists.txt3
-rw-r--r--config.tests/gpu_vivante/CMakeLists.txt3
-rw-r--r--config.tests/gstreamer/CMakeLists.txt3
-rw-r--r--config.tests/gstreamer_appsrc/CMakeLists.txt3
-rw-r--r--config.tests/gstreamer_photography/CMakeLists.txt3
-rw-r--r--config.tests/linux_v4l/CMakeLists.txt3
-rw-r--r--config.tests/mmrenderer/CMakeLists.txt3
-rw-r--r--config.tests/pulseaudio/CMakeLists.txt3
-rw-r--r--config.tests/wmf/CMakeLists.txt3
-rw-r--r--config.tests/wmsdk/CMakeLists.txt3
12 files changed, 36 insertions, 0 deletions
diff --git a/config.tests/alsa/CMakeLists.txt b/config.tests/alsa/CMakeLists.txt
index 08d643fca..7587cffef 100644
--- a/config.tests/alsa/CMakeLists.txt
+++ b/config.tests/alsa/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 alsa.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/avfoundation/CMakeLists.txt b/config.tests/avfoundation/CMakeLists.txt
index 64a88ab4d..0f43fdbcc 100644
--- a/config.tests/avfoundation/CMakeLists.txt
+++ b/config.tests/avfoundation/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 avfoundation.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/evr/CMakeLists.txt b/config.tests/evr/CMakeLists.txt
index a8dfd25da..2ae7a28d0 100644
--- a/config.tests/evr/CMakeLists.txt
+++ b/config.tests/evr/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 evr.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/gpu_vivante/CMakeLists.txt b/config.tests/gpu_vivante/CMakeLists.txt
index 08560ae7f..be3122c8b 100644
--- a/config.tests/gpu_vivante/CMakeLists.txt
+++ b/config.tests/gpu_vivante/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 gpu_vivante.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/gstreamer/CMakeLists.txt b/config.tests/gstreamer/CMakeLists.txt
index 8bfda9847..40ab9b3d9 100644
--- a/config.tests/gstreamer/CMakeLists.txt
+++ b/config.tests/gstreamer/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 gstreamer.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/gstreamer_appsrc/CMakeLists.txt b/config.tests/gstreamer_appsrc/CMakeLists.txt
index da5730ef2..4180bcb14 100644
--- a/config.tests/gstreamer_appsrc/CMakeLists.txt
+++ b/config.tests/gstreamer_appsrc/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 gstreamer_appsrc.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/gstreamer_photography/CMakeLists.txt b/config.tests/gstreamer_photography/CMakeLists.txt
index 3d34e06cd..44bb8cc3e 100644
--- a/config.tests/gstreamer_photography/CMakeLists.txt
+++ b/config.tests/gstreamer_photography/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 gstreamer_photography.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/linux_v4l/CMakeLists.txt b/config.tests/linux_v4l/CMakeLists.txt
index b5c098a13..41de96990 100644
--- a/config.tests/linux_v4l/CMakeLists.txt
+++ b/config.tests/linux_v4l/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 linux_v4l.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/mmrenderer/CMakeLists.txt b/config.tests/mmrenderer/CMakeLists.txt
index 1ecc587b0..ccdfceb1c 100644
--- a/config.tests/mmrenderer/CMakeLists.txt
+++ b/config.tests/mmrenderer/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 mmrenderer.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/pulseaudio/CMakeLists.txt b/config.tests/pulseaudio/CMakeLists.txt
index 0f29ac8b9..b579bdac9 100644
--- a/config.tests/pulseaudio/CMakeLists.txt
+++ b/config.tests/pulseaudio/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 pulseaudio.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/wmf/CMakeLists.txt b/config.tests/wmf/CMakeLists.txt
index 6a903cf8f..8825d4717 100644
--- a/config.tests/wmf/CMakeLists.txt
+++ b/config.tests/wmf/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 wmf.pro.
cmake_minimum_required(VERSION 3.16)
diff --git a/config.tests/wmsdk/CMakeLists.txt b/config.tests/wmsdk/CMakeLists.txt
index d0bc6c616..05116431d 100644
--- a/config.tests/wmsdk/CMakeLists.txt
+++ b/config.tests/wmsdk/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 wmsdk.pro.
cmake_minimum_required(VERSION 3.16)