diff options
Diffstat (limited to 'tests/client/script_menuchangestest.py')
-rwxr-xr-x | tests/client/script_menuchangestest.py | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/client/script_menuchangestest.py b/tests/client/script_menuchangestest.py index 47e37bb..886303a 100755 --- a/tests/client/script_menuchangestest.py +++ b/tests/client/script_menuchangestest.py @@ -1,4 +1,17 @@ #!/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 |