From fc73177f54a70ceacfc1ea381c769c6d5b8de12e Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Sat, 3 Jan 2015 09:16:08 +0100 Subject: Not Affero, plain GPLv3. --- .gitignore | 2 +- mail2news.py | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 19c0e79..2cf78ef 100644 --- a/.gitignore +++ b/.gitignore @@ -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" diff --git a/setup.py b/setup.py index 063697d..9fdad76 100644 --- a/setup.py +++ b/setup.py @@ -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)' ] ) -- cgit