summaryrefslogtreecommitdiffstats
path: root/src/widgets/doc/snippets/CMakeLists.txt
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-27 11:03:26 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-02-28 19:15:51 +0100
commit1556a3a5eb13b05ccff5fb551ae9d72edb267e8d (patch)
treea72600a5dbd72d7aa05639b7a76ccbc47d2c97ff /src/widgets/doc/snippets/CMakeLists.txt
parenta23173bd1446e42aa5e41a4932b606bbb5f3e9b7 (diff)
Correct doc snippet license
All file under doc/snippet should be license as Documentation snippets and according to QUIP-18 [1] this is 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: I76eedfb6b15c4091f726a5652e3530001d7cdaf7 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'src/widgets/doc/snippets/CMakeLists.txt')
-rw-r--r--src/widgets/doc/snippets/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/doc/snippets/CMakeLists.txt b/src/widgets/doc/snippets/CMakeLists.txt
index b1a89e1f66..6274244db0 100644
--- a/src/widgets/doc/snippets/CMakeLists.txt
+++ b/src/widgets/doc/snippets/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_use]
find_package(Qt6 REQUIRED COMPONENTS Widgets)