summaryrefslogtreecommitdiffstats
path: root/examples/positioning/satelliteinfo/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-07-05 14:54:45 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-07-07 17:45:38 +0200
commitaa91b4fd992da984bda4fef26b1a75d75f2e2f4d (patch)
treeaec5cb012514da9508a90129dc619e0e411f27ce /examples/positioning/satelliteinfo/CMakeLists.txt
parenta16d7322fec82f0988b1a5a2409cebb1f3ed04c8 (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: Ic303555097ebb4297dd8cca547d87160f0c41ad9 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/positioning/satelliteinfo/CMakeLists.txt')
-rw-r--r--examples/positioning/satelliteinfo/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/positioning/satelliteinfo/CMakeLists.txt b/examples/positioning/satelliteinfo/CMakeLists.txt
index 68acad02..28c36f2a 100644
--- a/examples/positioning/satelliteinfo/CMakeLists.txt
+++ b/examples/positioning/satelliteinfo/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(satelliteinfo LANGUAGES CXX)