summaryrefslogtreecommitdiffstats
path: root/config.tests/gpu_vivante
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/gpu_vivante
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/gpu_vivante')
-rw-r--r--config.tests/gpu_vivante/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
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)