summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/3d-text/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-05 13:36:23 +0100
committerLucie Gerard <lucie.gerard@qt.io>2024-04-17 09:13:03 +0000
commit5b30fe6b8c3d1c9bf01e00fcdc16a4ed74d661be (patch)
tree7cf6a889d4c56fc26ef5b3fb0b218bc7f574bd24 /examples/qt3d/3d-text/CMakeLists.txt
parentead5c19f3c3e56eee8e0ce4487584d19e9eb8cc7 (diff)
Change license for snippets and examples 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 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I34b4d6d4a5a6715fb270a916ac7c19c3a09b27d9 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'examples/qt3d/3d-text/CMakeLists.txt')
-rw-r--r--examples/qt3d/3d-text/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/3d-text/CMakeLists.txt b/examples/qt3d/3d-text/CMakeLists.txt
index fd059858d..f650a5375 100644
--- a/examples/qt3d/3d-text/CMakeLists.txt
+++ b/examples/qt3d/3d-text/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(3d-text LANGUAGES CXX)