summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-01 13:36:22 +0100
committerLucie Gerard <lucie.gerard@qt.io>2024-02-02 16:52:11 +0000
commit1dbc57ad0c7bb0ca9ffeb931c836f6f9791db12f (patch)
tree903dee7b1688cf70e7f2c1f5f7ffd28e5c65b6d3 /doc
parentb38002518e19637ffdbb76bd108a73319fbbabb2 (diff)
Change doc snippet license
According to QUIP-18 [1], all doc snippet files 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: I6e5bc9d05a5d510cc07a15abafe2257034562510 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'doc')
-rw-r--r--doc/global/snippets/code/doc_src_port_from_qregexp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/global/snippets/code/doc_src_port_from_qregexp.cpp b/doc/global/snippets/code/doc_src_port_from_qregexp.cpp
index 58e79e5ac1..735425d086 100644
--- a/doc/global/snippets/code/doc_src_port_from_qregexp.cpp
+++ b/doc/global/snippets/code/doc_src_port_from_qregexp.cpp
@@ -1,7 +1,7 @@
// Copyright (C) 2022 Giuseppe D'Angelo <dangelog@gmail.com>.
// Copyright (C) 2022 Klarälvdalens Datakonsult AB, a KDAB Group company, info@kdab.com, author Giuseppe D'Angelo <giuseppe.dangelo@kdab.com>
// Copyright (C) 2022 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GFDL-1.3-no-invariants-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//! [0]
QString p("a .*|pattern");