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