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