From d524bcc5760ab9934040162a797d4a833d5a04df Mon Sep 17 00:00:00 2001 From: Nicolas Fella Date: Fri, 7 Feb 2020 14:04:52 +0100 Subject: [PATCH] Add license header --- dialer/src/qml/HistoryPage.qml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dialer/src/qml/HistoryPage.qml b/dialer/src/qml/HistoryPage.qml index 5787d7e9..d3c48c30 100644 --- a/dialer/src/qml/HistoryPage.qml +++ b/dialer/src/qml/HistoryPage.qml @@ -1,3 +1,21 @@ +/* + * Copyright 2015 Marco Martin + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Library General Public License as + * published by the Free Software Foundation; either version 2, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU Library General Public License for more details + * + * You should have received a copy of the GNU Library General Public + * License along with this program; if not, write to the + * Free Software Foundation, Inc., + * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. + */ import QtQuick 2.3 import QtQuick.Controls 2.3 import QtQuick.Layouts 1.1