From 3c895ecd1712620b0ad558efd70856335d0f484d Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 24 Feb 2023 02:55:56 +0100 Subject: [PATCH] add missing license header --- resources/qml/components/NhekoTabButton.qml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/qml/components/NhekoTabButton.qml b/resources/qml/components/NhekoTabButton.qml index 5ae8748b..13549068 100644 --- a/resources/qml/components/NhekoTabButton.qml +++ b/resources/qml/components/NhekoTabButton.qml @@ -1,3 +1,7 @@ +// SPDX-FileCopyrightText: Nheko Contributors +// +// SPDX-License-Identifier: GPL-3.0-or-later + import QtQuick 2.15 import QtQuick.Controls 2.15 import im.nheko 1.0