summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-05 15:43:09 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-05 09:24:15 +0000
commit7c07ae11762a71e68ca04992c0beda150f56c442 (patch)
tree804a4109f8305fa313507bb55661bb4d1f757ed6
parentbdab7c22a48926f594c6130640ed17f66ee7154d (diff)
Correct license for examples files
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: I1b15be4279c9c85b8d6275aa0cd663a8b9f8dca1 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 12bfbe304329ef5c908958a5cf44969f91719771) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/qdoc/qdoc/doc/examples/main.cpp2
-rw-r--r--src/qdoc/qdoc/doc/examples/mainwindow.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/qdoc/qdoc/doc/examples/main.cpp b/src/qdoc/qdoc/doc/examples/main.cpp
index b93308ee9..0898fa5f7 100644
--- a/src/qdoc/qdoc/doc/examples/main.cpp
+++ b/src/qdoc/qdoc/doc/examples/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
#include <QApplication>
#include <QPushButton>
diff --git a/src/qdoc/qdoc/doc/examples/mainwindow.cpp b/src/qdoc/qdoc/doc/examples/mainwindow.cpp
index 98c47b814..4e67f0a79 100644
--- a/src/qdoc/qdoc/doc/examples/mainwindow.cpp
+++ b/src/qdoc/qdoc/doc/examples/mainwindow.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2016 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
#include <QtWidgets>