VMM/constants: Added __copyright__. v0.6.x
authorPascal Volk <neverseen@users.sourceforge.net>
Tue, 27 Jul 2010 14:35:55 +0000
branchv0.6.x
changeset 317 d619e97a8f18
parent 316 31d8931dc535
child 318 4dc2edf02d11
VMM/constants: Added __copyright__.
VirtualMailManager/constants.py
--- a/VirtualMailManager/constants.py	Mon Jul 26 19:10:51 2010 +0000
+++ b/VirtualMailManager/constants.py	Tue Jul 27 14:35:55 2010 +0000
@@ -17,6 +17,7 @@
 RELDATE = '2009-09-09'
 VERSION = '0.5.2'
 __author__ = AUTHOR
+__copyright__ = 'Copyright (c) 2007-2010 %s' % __author__
 __date__ = RELDATE
 __version__ = VERSION