summaryrefslogtreecommitdiffstats
path: root/examples/positioning/satelliteinfo/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-21 14:54:52 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-26 08:11:01 +0000
commit35fc1e4af01d2a6634f7e2612c59157b8d89abea (patch)
tree29a6b1b8a2c204c60e11a04b8c4f45a7ff56453d /examples/positioning/satelliteinfo/CMakeLists.txt
parent4c7ec95fa1541415e11bd01d4150302832fc111c (diff)
Correct license for examples files
Example takes precedence over build system file type. According to QUIP-18 [1], all examples file should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I0a461cd5446a80fe9aa3b21c0e403ca4cd83008b Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit d55cacb864cebe133b3a60d121f3238d1174f6f6) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/positioning/satelliteinfo/CMakeLists.txt')
-rw-r--r--examples/positioning/satelliteinfo/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/positioning/satelliteinfo/CMakeLists.txt b/examples/positioning/satelliteinfo/CMakeLists.txt
index 6797f7dd..d9980174 100644
--- a/examples/positioning/satelliteinfo/CMakeLists.txt
+++ b/examples/positioning/satelliteinfo/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: BSD-3-Clause
+# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(satelliteinfo LANGUAGES CXX)