diff options
author | Mattias Andrée <maandree@operamail.com> | 2015-04-02 20:12:42 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2015-04-02 20:12:42 +0200 |
commit | 67e38c91c14dace9da689882ab0bd0950332280a (patch) | |
tree | 20de2f76aa3c8dc80c8dccef9dbe4e7a7aca0c3c | |
parent | update dist (diff) | |
download | xpybar-67e38c91c14dace9da689882ab0bd0950332280a.tar.gz xpybar-67e38c91c14dace9da689882ab0bd0950332280a.tar.bz2 xpybar-67e38c91c14dace9da689882ab0bd0950332280a.tar.xz |
derp
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rwxr-xr-x | src/__main__.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/__main__.py b/src/__main__.py index aca0e91..e4e00bf 100755 --- a/src/__main__.py +++ b/src/__main__.py @@ -529,11 +529,7 @@ elif parser.opts['--copyright'] is not None: print(copyright[1 : -1]) sys.exit(0) elif parser.opts['--warranty'] is not None: - print('This program is distributed in the hope that it will be useful,') - print('but WITHOUT ANY WARRANTY; without even the implied warranty of') - print('MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the') - print('GNU General Public License amd GNU Affero General Public License') - print('for more details.') + print(copyright.split('\n\n')[2]) sys.exit(0) elif parser.opts['--version'] is not None: print('%s %s' % (PROGRAM_NAME, PROGRAM_VERSION)) |