aboutsummaryrefslogtreecommitdiffstats
path: root/tools/svgtoqml/main.cpp
diff options
context:
space:
mode:
authorLucie Gérard <lucie.gerard@qt.io>2024-02-22 15:38:20 +0100
committerLucie Gérard <lucie.gerard@qt.io>2024-02-29 19:15:03 +0100
commitc62a9dc7c774e7d22347ec45a073fd280e240394 (patch)
treeab77b80d2948bf82b29c92c381e995efa37d69dd /tools/svgtoqml/main.cpp
parent2878c935b1d65ae71f8947c57319b8f547dbd43f (diff)
Correct license for tools files
According to QUIP-18 [1], all tools file should be LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0 [1]: https://contribute.qt-project.org/quips/18 Pick-to: 6.7 Task-number: QTBUG-121787 Change-Id: I109277d926cb95d45306fd0fe176451baee201cc Reviewed-by: Kai Köhne <kai.koehne@qt.io>
Diffstat (limited to 'tools/svgtoqml/main.cpp')
-rw-r--r--tools/svgtoqml/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/svgtoqml/main.cpp b/tools/svgtoqml/main.cpp
index b5b7aa6b00..8ae290db84 100644
--- a/tools/svgtoqml/main.cpp
+++ b/tools/svgtoqml/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 GPL-3.0-only WITH Qt-GPL-exception-1.0
#include <QGuiApplication>
#include <QQmlApplicationEngine>