summaryrefslogtreecommitdiffstats
path: root/examples/charts/scatterchart/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-06 11:06:25 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-08 13:42:34 +0200
commit1d0c06c6409392220b888c18cfbf1d2eef3f5346 (patch)
treeaf006deb59ba7f18abb4bce380dd92fc0150d5f1 /examples/charts/scatterchart/CMakeLists.txt
parent2a7f87313f2ab35602bd648543f15f2bea99c6d5 (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: I47400c953dbec676442d195cc32aba55c590741e Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/charts/scatterchart/CMakeLists.txt')
-rw-r--r--examples/charts/scatterchart/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/charts/scatterchart/CMakeLists.txt b/examples/charts/scatterchart/CMakeLists.txt
index de4c4f10..e97dea9b 100644
--- a/examples/charts/scatterchart/CMakeLists.txt
+++ b/examples/charts/scatterchart/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(scatterchart LANGUAGES CXX)