diff options
author | Lucie Gérard <[email protected]> | 2024-03-26 14:59:19 +0100 |
---|---|---|
committer | Lucie Gérard <[email protected]> | 2024-04-04 11:51:45 +0100 |
commit | a64f08f5b1fcff27a3320b59a136f0b44df46d6a (patch) | |
tree | db02e266dd318e9a71e3d7b01aa7f5c4653c9426 /examples/quick3d/quickitems | |
parent | 55ae7fb65421b8cdd19cd2d595d070715254dcfc (diff) |
Correct license for examples files
According to QUIP-18 [1], all example 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: I322ed90c44027b0c37acd6798d46468ad77e6d01
Reviewed-by: Kai Köhne <[email protected]>
Diffstat (limited to 'examples/quick3d/quickitems')
-rw-r--r-- | examples/quick3d/quickitems/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick3d/quickitems/CMakeLists.txt b/examples/quick3d/quickitems/CMakeLists.txt index c84914bb..32f90dc3 100644 --- a/examples/quick3d/quickitems/CMakeLists.txt +++ b/examples/quick3d/quickitems/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(quickitems LANGUAGES CXX) |