From 0a301ca2f21fb45b29ddeb8cc3f6959e38f987ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucie=20G=C3=A9rard?= Date: Tue, 5 Mar 2024 13:44:45 +0100 Subject: [PATCH] Change license for tools files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit According to QUIP-18 [1], all tools files 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: I1f7d2bfd26fd45763a59a22c14686b9ded8d3491 Reviewed-by: Kai Köhne --- tools/utils/exporters/blender/qt3d_animation_export.py | 2 +- tools/utils/exporters/blender/qt3d_armature_export.py | 2 +- tools/utils/exporters/blender/qt3d_path_export.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/utils/exporters/blender/qt3d_animation_export.py b/tools/utils/exporters/blender/qt3d_animation_export.py index 3fb0a33f2..1e9285a22 100644 --- a/tools/utils/exporters/blender/qt3d_animation_export.py +++ b/tools/utils/exporters/blender/qt3d_animation_export.py @@ -1,5 +1,5 @@ # Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB). -# 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 GPL-3.0-only WITH Qt-GPL-exception-1.0 # Required Blender information. bl_info = { diff --git a/tools/utils/exporters/blender/qt3d_armature_export.py b/tools/utils/exporters/blender/qt3d_armature_export.py index 48a197115..2f41eddc8 100644 --- a/tools/utils/exporters/blender/qt3d_armature_export.py +++ b/tools/utils/exporters/blender/qt3d_armature_export.py @@ -1,5 +1,5 @@ # Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB). -# 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 GPL-3.0-only WITH Qt-GPL-exception-1.0 # Required Blender information. bl_info = { diff --git a/tools/utils/exporters/blender/qt3d_path_export.py b/tools/utils/exporters/blender/qt3d_path_export.py index f3429272f..396eb8b26 100644 --- a/tools/utils/exporters/blender/qt3d_path_export.py +++ b/tools/utils/exporters/blender/qt3d_path_export.py @@ -1,5 +1,5 @@ # Copyright (C) 2017 Klaralvdalens Datakonsult AB (KDAB). -# 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 GPL-3.0-only WITH Qt-GPL-exception-1.0 # Required Blender information. bl_info = {