]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.py
Publish via git/gitweb
[mimedecode.git] / mimedecode.py
index 41bb76ba06f996ebde3dd93e95d41ba688e9e124..e0562967b472db703018925ad9392101e36053b3 100755 (executable)
@@ -2,12 +2,9 @@
 """Decode MIME message"""
 
 
-_version = "2.2.0"
-__version__ = "$Revision$"[11:-2]
-__revision__ = "$Id$"[5:-2]
-__date__ = "$Date$"[7:-2]
+__version__ = "2.1.2"
 __author__ = "Oleg Broytman <phd@phdru.name>"
-__copyright__ = "Copyright (C) 2001-2010 PhiloSoft Design"
+__copyright__ = "Copyright (C) 2001-2013 PhiloSoft Design"
 __license__ = "GNU GPL"