]> git.phdru.name Git - mimedecode.git/blobdiff - mimedecode.py
all is also a .PHONY target
[mimedecode.git] / mimedecode.py
index 84fe0c05305e13b1a7198f6259d10d7631270ad5..dbf7820fbe95a7f213e3289dd9707caf68b3dc56 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.1"
+__author__ = "Oleg Broytman <phd@phdru.name>"
+__copyright__ = "Copyright (C) 2001-2012 PhiloSoft Design"
 __license__ = "GNU GPL"