summaryrefslogtreecommitdiffstats
path: root/examples/opengl/hellogles3/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-28 11:38:51 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-03-08 18:38:46 +0000
commitff18cb74817f01fbe219f23922c418ea3bcf0545 (patch)
treefe643efc703bdc37a07969fa4b4f8790b27988fd /examples/opengl/hellogles3/CMakeLists.txt
parentd6414a02e95b589639b45925bc9363e65ee8a683 (diff)
Correct license for examples files
Example takes precedent over build system file type. According to QUIP-18 [1], all examples file should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: Id348a89884bb309b96abb31077f14a51086b5d0c Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org> Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit c2333f312ff05d592e44e8b10591e3568b8d9a26) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/opengl/hellogles3/CMakeLists.txt')
-rw-r--r--examples/opengl/hellogles3/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/opengl/hellogles3/CMakeLists.txt b/examples/opengl/hellogles3/CMakeLists.txt
index 917f64568c..7908808a84 100644
--- a/examples/opengl/hellogles3/CMakeLists.txt
+++ b/examples/opengl/hellogles3/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(hellogles3 LANGUAGES CXX)