From 03f5d8fb219269a0f7afb12042443ba40960fd3f Mon Sep 17 00:00:00 2001 From: David Edmundson Date: Wed, 28 May 2014 16:28:12 +0200 Subject: [PATCH] Add licenses to test files --- tests/dialog_positioning.qml | 19 +++++++++++++++++++ tests/tooltip.qml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/tests/dialog_positioning.qml b/tests/dialog_positioning.qml index f3ae27e84..5fd83c2b6 100644 --- a/tests/dialog_positioning.qml +++ b/tests/dialog_positioning.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2014 David Edmundson + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU 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 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.0 import QtQuick.Controls 1.1 as Controls diff --git a/tests/tooltip.qml b/tests/tooltip.qml index 83a269014..485fb5ddf 100644 --- a/tests/tooltip.qml +++ b/tests/tooltip.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2014 David Edmundson + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU 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 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.2 import org.kde.plasma.core 2.0 as PlasmaCore