diff --git a/components/mobileshell/qml/components/PopupMenu.qml b/components/mobileshell/qml/components/PopupMenu.qml index 7a81772c..472d32ce 100644 --- a/components/mobileshell/qml/components/PopupMenu.qml +++ b/components/mobileshell/qml/components/PopupMenu.qml @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2023 Yari Polla + * + * SPDX-License-Identifier: GPL-2.0-or-later + */ + import QtQuick import QtQuick.Layouts