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