updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / syspeek-xfce / __init__.py
blob48eb0dac1475ca232fd490e81f9dd753eb360bc7
2 # Copyright (C) 2011 Georg Schmidl <georg.schmidl@vicox.net>
4 # This program is free software: you can redistribute it and/or modify
5 # it under the terms of the GNU General Public License as published by
6 # the Free Software Foundation, either version 3 of the License, or
7 # (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program. If not, see <http://www.gnu.org/licenses/>.
18 NAME = 'syspeek'
19 DISPLAY_NAME = 'SysPeek'
20 VERSION = '0.2'
21 LICENSE = 'GPL-3'
22 COPYRIGHT = 'Copyright (C) 2011 Georg Schmidl'
23 WEBSITE = 'http://launchpad.net/syspeek'
25 AUTHORS = [
26 'Georg Schmidl <georg.schmidl@vicox.net>',
29 LICENSE_TEXT = \
30 '''This program is free software: you can redistribute it and/or modify
31 it under the terms of the GNU General Public License as published by
32 the Free Software Foundation, either version 3 of the License, or
33 (at your option) any later version.
35 This program is distributed in the hope that it will be useful,
36 but WITHOUT ANY WARRANTY; without even the implied warranty of
37 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
38 GNU General Public License for more details.
40 You should have received a copy of the GNU General Public License
41 along with this program. If not, see <http://www.gnu.org/licenses/>.'''