From 50efc4dab6fc59df9a57aaefb193ac65101f4d0a Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Fri, 11 Jan 2013 11:10:06 -0300 Subject: Added missing license header. --- tests/client/loadmodel.qml | 19 +++++++++++++++++++ tests/client/loadmodel2.qml | 19 +++++++++++++++++++ 2 files changed, 38 insertions(+) (limited to 'tests') diff --git a/tests/client/loadmodel.qml b/tests/client/loadmodel.qml index 7a1f045..fcdb4ba 100644 --- a/tests/client/loadmodel.qml +++ b/tests/client/loadmodel.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; version 3. + * + * 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + * + * Authors: + * Renato Araujo Oliveira Filho + */ + import QtQuick 2.0 import QMenuModel 0.1 diff --git a/tests/client/loadmodel2.qml b/tests/client/loadmodel2.qml index dfe265d..4e283bb 100644 --- a/tests/client/loadmodel2.qml +++ b/tests/client/loadmodel2.qml @@ -1,3 +1,22 @@ +/* + * Copyright 2012 Canonical Ltd. + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU Lesser General Public License as published by + * the Free Software Foundation; version 3. + * + * 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 Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public License + * along with this program. If not, see . + * + * Authors: + * Renato Araujo Oliveira Filho + */ + import QtQuick 2.0 import QMenuModel 0.1 -- cgit v1.2.3