diff options
author | Jan Pokorný <jpokorny@redhat.com> | 2014-04-25 20:38:05 +0200 |
---|---|---|
committer | Jan Pokorný <jpokorny@redhat.com> | 2014-04-25 20:38:05 +0200 |
commit | a5b20d8e1b0a9a76abf3c04c44f5aca469125b66 (patch) | |
tree | 7c660e63c71c3798215dcee03748339f736c7120 /command.py | |
parent | 10fd4fe1e1532a0a85ce56e8baa368dc21dc40ef (diff) | |
download | clufter-a5b20d8e1b0a9a76abf3c04c44f5aca469125b66.tar.gz clufter-a5b20d8e1b0a9a76abf3c04c44f5aca469125b66.tar.xz clufter-a5b20d8e1b0a9a76abf3c04c44f5aca469125b66.zip |
Relicence GPLv2 -> GPLv2+
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
Diffstat (limited to 'command.py')
-rw-r--r-- | command.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,7 +1,7 @@ # -*- coding: UTF-8 -*- # Copyright 2014 Red Hat, Inc. # Part of clufter project -# Licensed under GPLv2 (a copy included | http://gnu.org/licenses/gpl-2.0.txt) +# Licensed under GPLv2+ (a copy included | http://gnu.org/licenses/gpl-2.0.txt) """Base command stuff (TBD)""" __author__ = "Jan Pokorný <jpokorny @at@ Red Hat .dot. com>" |