summaryrefslogtreecommitdiffstats
path: root/src/dbus/doc/snippets/cmake/examples.cmake
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/dbus/doc/snippets/cmake/examples.cmake
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/dbus/doc/snippets/cmake/examples.cmake')
-rw-r--r--src/dbus/doc/snippets/cmake/examples.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dbus/doc/snippets/cmake/examples.cmake b/src/dbus/doc/snippets/cmake/examples.cmake
index f49e8e6535..2bb6b63abb 100644
--- a/src/dbus/doc/snippets/cmake/examples.cmake
+++ b/src/dbus/doc/snippets/cmake/examples.cmake
@@ -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
#! [qt_add_dbus_adaptor]
qt_add_dbus_adaptor(GENERATED_SOURCES org.example.chat.xml chat.h ChatMainWindow)