summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-03-05 15:43:09 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-04-04 15:52:21 +0100
commit12bfbe304329ef5c908958a5cf44969f91719771 (patch)
tree8eeabf5d011cb146e130e57c4f2779dc2cd38a2c
parent7e214df7e30ac2aa8e0c00f13bc9e2b67eeb1fc6 (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 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I1b15be4279c9c85b8d6275aa0cd663a8b9f8dca1 Reviewed-by: Kai Köhne <kai.koehne@qt.io>
-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>