summaryrefslogtreecommitdiffstats
path: root/examples/wayland/custom-extension/compositor
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-28 15:07:33 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-04-04 14:24:09 +0100
commit0c1eb96603aa3002caca0a929f33d3a2ea11cd58 (patch)
tree684a83dd8220803dcaef44cce4ac1e6896f88376 /examples/wayland/custom-extension/compositor
parent9fb3d2520bf8ff915f2d32b8edbe8be50e10e866 (diff)
Correct license for examples files
Example takes precedence 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 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I4f07260d6121ca3f95d12ca399f3301d97d33f52 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'examples/wayland/custom-extension/compositor')
-rw-r--r--examples/wayland/custom-extension/compositor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/wayland/custom-extension/compositor/CMakeLists.txt b/examples/wayland/custom-extension/compositor/CMakeLists.txt
index bb70cf106..200e7766d 100644
--- a/examples/wayland/custom-extension/compositor/CMakeLists.txt
+++ b/examples/wayland/custom-extension/compositor/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(custom-extension-compositor)