aboutsummaryrefslogtreecommitdiffstats
path: root/examples/quick3d/particles3d/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2022-08-22 16:37:42 +0200
committerJörg Bornemann <joerg.bornemann@qt.io>2022-08-25 12:19:51 +0000
commiteb15ea6065814df5365e30c785ecdd6251937a81 (patch)
tree85035e1fb2539e6025b0af67e2eed671b43119ae /examples/quick3d/particles3d/CMakeLists.txt
parent2232ab94ee6ec508a6bf6274108cbbadcbb3cd09 (diff)
Change the license of all CMakeLists.txt and *.cmake files to BSD
Task-number: QTBUG-105718 Change-Id: I8b853bc8eaa27b1b34a03ea1d30b9839d2c67267 Reviewed-by: Jörg Bornemann <joerg.bornemann@qt.io>
Diffstat (limited to 'examples/quick3d/particles3d/CMakeLists.txt')
-rw-r--r--examples/quick3d/particles3d/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/quick3d/particles3d/CMakeLists.txt b/examples/quick3d/particles3d/CMakeLists.txt
index ed29ac61..d3caf5b7 100644
--- a/examples/quick3d/particles3d/CMakeLists.txt
+++ b/examples/quick3d/particles3d/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(particles3d LANGUAGES CXX)