summaryrefslogtreecommitdiffstats
path: root/examples/charts/qmlweather/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-15 10:01:52 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-04 16:46:40 +0000
commitea6ca23c7caba500a7fb23fb45b97c8767e470aa (patch)
treef54d4b6b6ab692de3c4c440d6a79391e9414b08c /examples/charts/qmlweather/CMakeLists.txt
parent64a7d228d7a323e53b9fe2744fc92a2db39f48ea (diff)
Change license for examples and snippets files
According to QUIP-18 [1], all examples and snippets files should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: Ia4c46d9231533f4e706a76e61e4ece9a78c39ef2 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 902739a6cfd275c2ed97426e4fa89374c449add5) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/charts/qmlweather/CMakeLists.txt')
-rw-r--r--examples/charts/qmlweather/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/charts/qmlweather/CMakeLists.txt b/examples/charts/qmlweather/CMakeLists.txt
index ce17072f..4f113fe7 100644
--- a/examples/charts/qmlweather/CMakeLists.txt
+++ b/examples/charts/qmlweather/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(qmlweather LANGUAGES CXX)