diff options
author | Renato Araujo Oliveira Filho <renato.filho@canonical.com> | 2013-01-31 19:18:48 +0000 |
---|---|---|
committer | Tarmac <> | 2013-01-31 19:18:48 +0000 |
commit | 095aed4a09a31f017626f75805addce63d4bf8d6 (patch) | |
tree | f6ff769f61bd0764e9417e4228fc539aeeccd0c5 /tests/client | |
parent | 954e6e636d5d8f903f7b6874d0e21a30c274d530 (diff) | |
parent | 08e25df5e99773e05ab055d11655dff23a3d831d (diff) | |
download | qmenumodel-095aed4a09a31f017626f75805addce63d4bf8d6.tar.gz qmenumodel-095aed4a09a31f017626f75805addce63d4bf8d6.tar.bz2 qmenumodel-095aed4a09a31f017626f75805addce63d4bf8d6.zip |
Updated to qt5 final.
Approved by PS Jenkins bot, Gustavo Pichorim Boiko.
Diffstat (limited to 'tests/client')
-rwxr-xr-x | tests/client/script_actiongrouptest.py | 13 | ||||
-rwxr-xr-x | tests/client/script_menuchangestest.py | 13 | ||||
-rwxr-xr-x | tests/client/script_modeltest.py | 15 | ||||
-rwxr-xr-x | tests/client/script_qmltest.py | 14 | ||||
-rwxr-xr-x | tests/client/script_servicetest.py | 14 |
5 files changed, 69 insertions, 0 deletions
diff --git a/tests/client/script_actiongrouptest.py b/tests/client/script_actiongrouptest.py index bb54dae..c11a4cc 100755 --- a/tests/client/script_actiongrouptest.py +++ b/tests/client/script_actiongrouptest.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 gi.repository import GLib 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 diff --git a/tests/client/script_modeltest.py b/tests/client/script_modeltest.py index 9f5df9c..3a319b5 100755 --- a/tests/client/script_modeltest.py +++ b/tests/client/script_modeltest.py @@ -1,5 +1,20 @@ #!/usr/bin/env python3 # -*- coding: utf-8 -*- +# 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 gi.repository import GLib 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 <http://www.gnu.org/licenses/>. +# import time from menuscript import Script, ActionList, MENU_OBJECT_PATH 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 |