From 5a4ff7ac613c74c0cbea9a6c22d0cdac7cee87dc Mon Sep 17 00:00:00 2001 From: Renato Araujo Oliveira Filho Date: Thu, 31 Jan 2013 01:22:06 -0300 Subject: Fixed files missing license header. --- tests/client/script_qmltest.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'tests/client/script_qmltest.py') diff --git a/tests/client/script_qmltest.py b/tests/client/script_qmltest.py index c93e221..ad21762 100755 --- a/tests/client/script_qmltest.py +++ b/tests/client/script_qmltest.py @@ -1,4 +1,18 @@ #!/usr/bin/env python3 +# Copyright 2013 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 . +# import time from menuscript import Script, ActionList, MENU_OBJECT_PATH -- cgit v1.2.3