diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2015-01-03 09:16:08 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2015-01-03 09:18:37 +0100 |
commit | fc73177f54a70ceacfc1ea381c769c6d5b8de12e (patch) | |
tree | 8cd96b823471d9ca8e8b7e13c29095047be187eb | |
parent | e0f8a7e01bf034f8dd5f26f7dbd0e32be4360cba (diff) | |
download | pygn-0.9.12.tar.gz |
Not Affero, plain GPLv3.0.9.12
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | mail2news.py | 2 | ||||
-rw-r--r-- | setup.py | 2 |
3 files changed, 3 insertions, 3 deletions
@@ -3,6 +3,6 @@ wlp/commands.tab.* wlp/lex.yy.c *.pyc wlp.so -pyg.egg-info/ +pygn.egg-info/ dist/ pyg.log diff --git a/mail2news.py b/mail2news.py index 9b3ffc9..38ae507 100644 --- a/mail2news.py +++ b/mail2news.py @@ -29,7 +29,7 @@ import sys # This is the single source of Truth # Yes, it is awkward to have it assymetrically here # and not in news2mail as well. -VERSION = '0.9.10' +VERSION = '0.9.12' DESC = "The Python Gateway Script: news2mail mail2news gateway" @@ -64,6 +64,6 @@ setup(name='pygn', 'Topic :: Communications :: Usenet News', 'Environment :: Console', 'Operating System :: OS Independent', - 'License :: OSI Approved :: GNU Affero General Public License v3' + 'License :: OSI Approved :: GNU General Public License v3 (GPLv3)' ] ) |