aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucie Gérard <[email protected]>2024-02-22 15:38:20 +0100
committerLucie Gérard <[email protected]>2024-02-29 19:15:03 +0100
commitc62a9dc7c774e7d22347ec45a073fd280e240394 (patch)
treeab77b80d2948bf82b29c92c381e995efa37d69dd
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 <[email protected]>
-rw-r--r--tools/qml/ResizeItemToWindow.qml2
-rw-r--r--tools/qml/ResizeWindowToItem.qml2
-rw-r--r--tools/qml/default.qml2
-rw-r--r--tools/qml/resizeToItem.qml2
-rw-r--r--tools/svgtoqml/main.cpp2
-rw-r--r--tools/svgtoqml/main.qml2
6 files changed, 6 insertions, 6 deletions
diff --git a/tools/qml/ResizeItemToWindow.qml b/tools/qml/ResizeItemToWindow.qml
index fa31ebf943..a4d8bfec40 100644
--- a/tools/qml/ResizeItemToWindow.qml
+++ b/tools/qml/ResizeItemToWindow.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick.Window 2.0
import QtQuick 2.0
diff --git a/tools/qml/ResizeWindowToItem.qml b/tools/qml/ResizeWindowToItem.qml
index 942e739d13..b969971bc2 100644
--- a/tools/qml/ResizeWindowToItem.qml
+++ b/tools/qml/ResizeWindowToItem.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QtQuick.Window 2.0
import QtQuick 2.0
diff --git a/tools/qml/default.qml b/tools/qml/default.qml
index aea8b92e36..54a521193c 100644
--- a/tools/qml/default.qml
+++ b/tools/qml/default.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QmlRuntime.Config
Configuration {
diff --git a/tools/qml/resizeToItem.qml b/tools/qml/resizeToItem.qml
index a2a0d5929e..5bddd8ebaa 100644
--- a/tools/qml/resizeToItem.qml
+++ b/tools/qml/resizeToItem.qml
@@ -1,5 +1,5 @@
// Copyright (C) 2019 The Qt Company Ltd.
-// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR BSD-3-Clause
+// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
import QmlRuntime.Config
Configuration {
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>
diff --git a/tools/svgtoqml/main.qml b/tools/svgtoqml/main.qml
index 5624f349df..9a8ceefe5d 100644
--- a/tools/svgtoqml/main.qml
+++ b/tools/svgtoqml/main.qml
@@ -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
import QtQuick
import QtQuick.Shapes