summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/volumetric/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 12:49:11 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-03 13:23:45 +0200
commit336135cb91d52e17b8fc20273a6749b368f5952f (patch)
tree3802c9b6db37bc528694fdced0bcbaa13a765830 /examples/datavisualization/volumetric/CMakeLists.txt
parent42c0c2776906c4cae371be644504f6dd943c8866 (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: I829aeda2bda017b7d5bf39795b79dbaee143cb60 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/datavisualization/volumetric/CMakeLists.txt')
-rw-r--r--examples/datavisualization/volumetric/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/datavisualization/volumetric/CMakeLists.txt b/examples/datavisualization/volumetric/CMakeLists.txt
index 577c1604..fcbf4e0f 100644
--- a/examples/datavisualization/volumetric/CMakeLists.txt
+++ b/examples/datavisualization/volumetric/CMakeLists.txt
@@ -1,3 +1,6 @@
+# Copyright (C) 2022 The Qt Company Ltd.
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+
cmake_minimum_required(VERSION 3.16)
project(volumetric LANGUAGES CXX)