summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/simplecustommaterial
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 15:39:32 +0200
committerLucie Gérard <lucie.gerard@qt.io>2022-08-24 01:53:10 +0200
commit8f339ea3d0d28b1c4d09f5e0ac58b08bf06553b7 (patch)
tree67592def27a9a942c7b797fdb64fae8543f19986 /examples/qt3d/simplecustommaterial
parentf286d11852d956e589e30cf32686179baa28f66c (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I97fa27f60a8546ea3d73cc7daf1b728c615a1ab0 Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/qt3d/simplecustommaterial')
-rw-r--r--examples/qt3d/simplecustommaterial/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/simplecustommaterial/CMakeLists.txt b/examples/qt3d/simplecustommaterial/CMakeLists.txt
index 794c39828..2a83a845e 100644
--- a/examples/qt3d/simplecustommaterial/CMakeLists.txt
+++ b/examples/qt3d/simplecustommaterial/CMakeLists.txt
@@ -1,5 +1,5 @@
# Copyright (C) 2022 The Qt Company Ltd.
-# SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+# SPDX-License-Identifier: BSD-3-Clause
cmake_minimum_required(VERSION 3.16)
project(simplecustommaterial LANGUAGES CXX)