From 6cc92b7fa2d468b81fe01dd15da9668e72f26ac9 Mon Sep 17 00:00:00 2001 From: Marco Allegretti Date: Sat, 23 May 2026 09:15:03 +0200 Subject: [PATCH] Add SPDX headers to motion QML components Add missing SPDX copyright and license tags to Motion.qml, MotionColorAnimation.qml, MotionNumberAnimation.qml, and MotionStateLayer.qml to satisfy REUSE lint in CI. --- components/mobileshell/qml/components/Motion.qml | 3 +++ components/mobileshell/qml/components/MotionColorAnimation.qml | 3 +++ .../mobileshell/qml/components/MotionNumberAnimation.qml | 3 +++ components/mobileshell/qml/components/MotionStateLayer.qml | 3 +++ 4 files changed, 12 insertions(+) diff --git a/components/mobileshell/qml/components/Motion.qml b/components/mobileshell/qml/components/Motion.qml index 64ad39e0..ceec8a9c 100644 --- a/components/mobileshell/qml/components/Motion.qml +++ b/components/mobileshell/qml/components/Motion.qml @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 Marco Allegretti +// SPDX-License-Identifier: EUPL-1.2 + import QtQuick import org.kde.kirigami as Kirigami diff --git a/components/mobileshell/qml/components/MotionColorAnimation.qml b/components/mobileshell/qml/components/MotionColorAnimation.qml index 32660452..74a10f08 100644 --- a/components/mobileshell/qml/components/MotionColorAnimation.qml +++ b/components/mobileshell/qml/components/MotionColorAnimation.qml @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 Marco Allegretti +// SPDX-License-Identifier: EUPL-1.2 + import QtQuick ColorAnimation { diff --git a/components/mobileshell/qml/components/MotionNumberAnimation.qml b/components/mobileshell/qml/components/MotionNumberAnimation.qml index 80a88536..b30c49b4 100644 --- a/components/mobileshell/qml/components/MotionNumberAnimation.qml +++ b/components/mobileshell/qml/components/MotionNumberAnimation.qml @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 Marco Allegretti +// SPDX-License-Identifier: EUPL-1.2 + import QtQuick NumberAnimation { diff --git a/components/mobileshell/qml/components/MotionStateLayer.qml b/components/mobileshell/qml/components/MotionStateLayer.qml index a7cf52a4..b1154778 100644 --- a/components/mobileshell/qml/components/MotionStateLayer.qml +++ b/components/mobileshell/qml/components/MotionStateLayer.qml @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 Marco Allegretti +// SPDX-License-Identifier: EUPL-1.2 + import QtQuick import org.kde.kirigami as Kirigami