diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2013-01-31 10:43:58 -0300 |
---|---|---|
committer | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2013-01-31 10:43:58 -0300 |
commit | b9bbb75eb7b271906fc351b58e76468060e887b9 (patch) | |
tree | ba24aff74a8f0939b81bcfa826fa51dfc9851a98 /tests/client/script_servicetest.py | |
parent | 5234489c353f103e83644081e12ec06728bd9cc1 (diff) | |
parent | 5a4ff7ac613c74c0cbea9a6c22d0cdac7cee87dc (diff) | |
download | qmenumodel-b9bbb75eb7b271906fc351b58e76468060e887b9.tar.gz qmenumodel-b9bbb75eb7b271906fc351b58e76468060e887b9.tar.bz2 qmenumodel-b9bbb75eb7b271906fc351b58e76468060e887b9.zip |
Fixed missing license header.
Diffstat (limited to 'tests/client/script_servicetest.py')
-rwxr-xr-x | tests/client/script_servicetest.py | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/client/script_servicetest.py b/tests/client/script_servicetest.py index c93e221..ad21762 100755 --- a/tests/client/script_servicetest.py +++ b/tests/client/script_servicetest.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 <http://www.gnu.org/licenses/>. +# import time from menuscript import Script, ActionList, MENU_OBJECT_PATH |