summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/qmlaxishandling/main.cpp
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2023-03-15 12:38:41 +0100
committerQt Cherry-pick Bot <cherrypick_bot@qt-project.org>2023-03-16 07:35:48 +0000
commite590aec2cac500c1933d982735cd7c46895c5c60 (patch)
tree6c1cfc7b81b0f1d9de4659340b27f16494b13397 /examples/datavisualization/qmlaxishandling/main.cpp
parent53890cefb36465bf7565ea45a220ef35a92acd39 (diff)
Fix the example licenses
Examples are BSD licensed Change-Id: Ib2136fd1e09c0cb366b224558b36ab6808cf7b8e Reviewed-by: Tomi Korpipää <tomi.korpipaa@qt.io> (cherry picked from commit aaf72bd938c4aacb92a6a6f726c30b856e1158ac) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
Diffstat (limited to 'examples/datavisualization/qmlaxishandling/main.cpp')
-rw-r--r--examples/datavisualization/qmlaxishandling/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/datavisualization/qmlaxishandling/main.cpp b/examples/datavisualization/qmlaxishandling/main.cpp
index aa128bf4..2a145633 100644
--- a/examples/datavisualization/qmlaxishandling/main.cpp
+++ b/examples/datavisualization/qmlaxishandling/main.cpp
@@ -1,5 +1,5 @@
// Copyright (C) 2023 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
#include <QtGui/qguiapplication.h>
#include <QtQuick/qquickview.h>