diff options
author | Loren Burkholder <computersemiexpert@outlook.com> | 2022-04-28 17:16:47 -0400 |
---|---|---|
committer | Loren Burkholder <computersemiexpert@outlook.com> | 2022-06-29 22:04:37 -0400 |
commit | f264941615e67100d5dda94bd7b8606e47ed0351 (patch) | |
tree | 960c0a75ca0be154e2ae869c17b4987ed52ad7d5 /resources/qml/components/NotificationBubble.qml | |
parent | Allow muting spaces; other general improvements (diff) | |
download | nheko-f264941615e67100d5dda94bd7b8606e47ed0351.tar.xz |
make license
Diffstat (limited to 'resources/qml/components/NotificationBubble.qml')
-rw-r--r-- | resources/qml/components/NotificationBubble.qml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/qml/components/NotificationBubble.qml b/resources/qml/components/NotificationBubble.qml index 07dd76a8..ca0ae6cb 100644 --- a/resources/qml/components/NotificationBubble.qml +++ b/resources/qml/components/NotificationBubble.qml @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: 2022 Nheko Contributors +// +// SPDX-License-Identifier: GPL-3.0-or-later + import QtQuick 2.15 import QtQuick.Controls 2.15 import im.nheko 1.0 |