From b7ae754def108a49f0a6456f6285021b57be69d5 Mon Sep 17 00:00:00 2001 From: Yari Polla Date: Fri, 10 Mar 2023 11:32:31 +0100 Subject: [PATCH] popupmenu: add license --- components/mobileshell/qml/components/PopupMenu.qml | 6 ++++++ 1 file changed, 6 insertions(+) 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