summaryrefslogtreecommitdiffstats
path: root/examples/qt3d/wireframe
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/wireframe
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/wireframe')
-rw-r--r--examples/qt3d/wireframe/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qt3d/wireframe/CMakeLists.txt b/examples/qt3d/wireframe/CMakeLists.txt
index 76a867f8e..5cfba6121 100644
--- a/examples/qt3d/wireframe/CMakeLists.txt
+++ b/examples/qt3d/wireframe/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(wireframe LANGUAGES CXX)