summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-04-04 12:28:10 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2024-04-04 11:50:30 +0000
commitba924c46ef9c92454cb2b166347dbe01915be456 (patch)
treebf54ac951c023d3690980499be45595e3893d0a9
parentf77bddef4937c15198e0f0c5e5c0deb533717e06 (diff)
Correct license for snippet files
According to QUIP-18 [1], all example and snippet files should be LicenseRef-Qt-Commercial OR BSD-3-Clause [1]: https://contribute.qt-project.org/quips/18 Task-number: QTBUG-121787 Change-Id: I1443b89a271a9ca557276a7c22eaf9e7aa6b40a8 Reviewed-by: Kai Köhne <kai.koehne@qt.io> (cherry picked from commit 5ef7cf282ed86dad6024ee1822a42840d442d871) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--src/remoteobjects/doc/snippets/doc_src_remoteobjects.h2
-rw-r--r--src/remoteobjects/doc/snippets/doc_src_simpleswitch.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/remoteobjects/doc/snippets/doc_src_remoteobjects.h b/src/remoteobjects/doc/snippets/doc_src_remoteobjects.h
index d11ad68..b97b1e8 100644
--- a/src/remoteobjects/doc/snippets/doc_src_remoteobjects.h
+++ b/src/remoteobjects/doc/snippets/doc_src_remoteobjects.h
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Ford Motor Company
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//! [qtremoteobject_include]
#include <QtRemoteObjects>
diff --git a/src/remoteobjects/doc/snippets/doc_src_simpleswitch.cpp b/src/remoteobjects/doc/snippets/doc_src_simpleswitch.cpp
index 2687c62..71d61dd 100644
--- a/src/remoteobjects/doc/snippets/doc_src_simpleswitch.cpp
+++ b/src/remoteobjects/doc/snippets/doc_src_simpleswitch.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2017 Ford Motor Company
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
//! [simpleSwitch_rep]
class SimpleSwitch