summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKai Köhne <kai.koehne@qt.io>2023-06-21 08:22:35 +0200
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-06-21 14:53:35 +0000
commit8ecfeb42a28f7ce809648da83c8e2e3961d445ed (patch)
tree278451c0e1fe64013ed8e73aa07aff1c8e47d2ca
parent0a06dac2fddf69e2940e8e0725b2f52ea9c4757a (diff)
Fix license specification for example sources
Examples should be available under Commercial/BSD-3-Clause, not GPL. Change-Id: I0599bd69a7b850cdae04c26f8af0eb98a6583221 Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io> (cherry picked from commit 1740e270544eed31e1fd6b63ec056814961d7d69) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
-rw-r--r--examples/demos/photosurface/resources/MomentumAnimation.qml2
-rw-r--r--examples/demos/photosurface/resources/SlideShow.qml2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/demos/photosurface/resources/MomentumAnimation.qml b/examples/demos/photosurface/resources/MomentumAnimation.qml
index bd5388fc6..3a2ac12d8 100644
--- a/examples/demos/photosurface/resources/MomentumAnimation.qml
+++ b/examples/demos/photosurface/resources/MomentumAnimation.qml
@@ -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
import QtQuick
diff --git a/examples/demos/photosurface/resources/SlideShow.qml b/examples/demos/photosurface/resources/SlideShow.qml
index 9ba218f82..b07e1e595 100644
--- a/examples/demos/photosurface/resources/SlideShow.qml
+++ b/examples/demos/photosurface/resources/SlideShow.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2023 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
import QtQuick