From a64f08f5b1fcff27a3320b59a136f0b44df46d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 26 Mar 2024 14:59:19 +0100 Subject: Correct license for examples files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- examples/quick3d/quickitems/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/quick3d/quickitems') 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) -- cgit v1.2.3