From 5667fbafd1c963a3ff2977cf170e9d1ae4c2e209 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..79511e56 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: GPL-2.0-or-later + 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..0656c72f 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: GPL-2.0-or-later + import QtQuick ColorAnimation { diff --git a/components/mobileshell/qml/components/MotionNumberAnimation.qml b/components/mobileshell/qml/components/MotionNumberAnimation.qml index 80a88536..9c00c5fc 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: GPL-2.0-or-later + import QtQuick NumberAnimation { diff --git a/components/mobileshell/qml/components/MotionStateLayer.qml b/components/mobileshell/qml/components/MotionStateLayer.qml index a7cf52a4..6e51d47f 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: GPL-2.0-or-later + import QtQuick import org.kde.kirigami as Kirigami