aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2015-01-03 09:16:08 +0100
committerMatěj Cepl <mcepl@cepl.eu>2015-01-03 09:18:37 +0100
commitfc73177f54a70ceacfc1ea381c769c6d5b8de12e (patch)
tree8cd96b823471d9ca8e8b7e13c29095047be187eb
parente0f8a7e01bf034f8dd5f26f7dbd0e32be4360cba (diff)
downloadpygn-fc73177f54a70ceacfc1ea381c769c6d5b8de12e.tar.gz
Not Affero, plain GPLv3.0.9.12
-rw-r--r--.gitignore2
-rw-r--r--mail2news.py2
-rw-r--r--setup.py2
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)'
]
)