Updated the author's e-mail address. v0.6.x
authorPascal Volk <user@localhost.localdomain.org>
Sat, 12 Nov 2011 17:52:57 +0000
branchv0.6.x
changeset 478 6278a7a2a476
parent 477 86fa217cba11
child 479 b33bdc0c3669
Updated the author's e-mail address.
VirtualMailManager/constants.py
man/de/man1/vmm.1
man/de/man5/vmm.cfg.5
man/man1/vmm.1
man/man5/vmm.cfg.5
setup.py
--- a/VirtualMailManager/constants.py	Sat Nov 12 17:28:14 2011 +0000
+++ b/VirtualMailManager/constants.py	Sat Nov 12 17:52:57 2011 +0000
@@ -14,7 +14,7 @@
 # version information
 
 __all__ = ['__author__', '__date__', '__version__']
-AUTHOR = 'Pascal Volk <neverseen@users.sourceforge.net>'
+AUTHOR = 'Pascal Volk <user+vmm@localhost.localdomain.org>'
 RELDATE = '2009-09-09'
 VERSION = '0.5.2'
 __author__ = AUTHOR
--- a/man/de/man1/vmm.1	Sat Nov 12 17:28:14 2011 +0000
+++ b/man/de/man1/vmm.1	Sat Nov 12 17:52:57 2011 +0000
@@ -896,6 +896,6 @@
 https://bitbucket.org/pvo/vmm/issues
 .\" -----------------------------------------------------------------------
 .SH COPYING
-vmm und die dazugehörigen Manualseiten wurden von Pascal Volk <neverseen AT
-users.sourceforge.net> geschrieben und sind unter den Bedingungen der BSD
-Lizenz lizenziert.
\ No newline at end of file
+vmm und die dazugehörigen Manualseiten wurden von Pascal Volk <user+vmm AT
+localhost.localdomain.org> geschrieben und sind unter den Bedingungen der
+BSD Lizenz lizenziert.
\ No newline at end of file
--- a/man/de/man5/vmm.cfg.5	Sat Nov 12 17:28:14 2011 +0000
+++ b/man/de/man5/vmm.cfg.5	Sat Nov 12 17:52:57 2011 +0000
@@ -620,6 +620,6 @@
 https://bitbucket.org/pvo/vmm/issues
 .\" -----------------------------------------------------------------------
 .SH COPYING
-vmm und die dazugehörigen Manualseiten wurden von Pascal Volk <neverseen AT
-users.sourceforge.net> geschrieben und sind unter den Bedingungen der BSD
-Lizenz lizenziert.
\ No newline at end of file
+vmm und die dazugehörigen Manualseiten wurden von Pascal Volk <user+vmm AT
+localhost.localdomain.org> geschrieben und sind unter den Bedingungen der
+BSD Lizenz lizenziert.
\ No newline at end of file
--- a/man/man1/vmm.1	Sat Nov 12 17:28:14 2011 +0000
+++ b/man/man1/vmm.1	Sat Nov 12 17:52:57 2011 +0000
@@ -860,5 +860,6 @@
 https://bitbucket.org/pvo/vmm/issues
 .\" -----------------------------------------------------------------------
 .SH COPYING
-vmm and its manual pages were written by Pascal Volk <neverseen AT
-users.sourceforge.net> and are licensed under the terms of the BSD License.
\ No newline at end of file
+vmm and its manual pages were written by Pascal Volk <user+vmm AT
+localhost.localdomain.org> and are licensed under the terms of the BSD
+License.
\ No newline at end of file
--- a/man/man5/vmm.cfg.5	Sat Nov 12 17:28:14 2011 +0000
+++ b/man/man5/vmm.cfg.5	Sat Nov 12 17:52:57 2011 +0000
@@ -585,5 +585,6 @@
 https://bitbucket.org/pvo/vmm/issues
 .\" -----------------------------------------------------------------------
 .SH COPYING
-vmm and its manual pages were written by Pascal Volk <neverseen AT
-users.sourceforge.net> and are licensed under the terms of the BSD License.
\ No newline at end of file
+vmm and its manual pages were written by Pascal Volk <user+vmm AT
+localhost.localdomain.org> and are licensed under the terms of the BSD
+License.
\ No newline at end of file
--- a/setup.py	Sat Nov 12 17:28:14 2011 +0000
+++ b/setup.py	Sat Nov 12 17:52:57 2011 +0000
@@ -54,7 +54,7 @@
               'long_description': long_description,
               'packages': packages,
               'author': 'Pascal Volk',
-              'author_email': 'neverseen@users.sourceforge.net',
+              'author_email': 'user+vmm@localhost.localdomain.org',
               'license': 'BSD License',
               'url': 'http://vmm.localdomain.org/',
               'download_url':'http://sf.net/projects/vmm/files/',