# HG changeset patch # User Pascal Volk # Date 1262447112 0 # Node ID 0ac9ef587769a72f072a76eb772dc39a69da7cb2 # Parent b62aa4aabcd0deacbd181ca6eafdd1af28e66389 Updated copyright notices to include the year 2010. Also corrected the name of the copyright holder and updated the e-mail address. diff -r b62aa4aabcd0 -r 0ac9ef587769 COPYING --- a/COPYING Sun Dec 27 00:15:39 2009 +0000 +++ b/COPYING Sat Jan 02 15:45:12 2010 +0000 @@ -1,4 +1,4 @@ -Copyright (c) 2007 - 2009, VEB IT +Copyright (c) 2007 - 2010, Pascal Volk All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -9,7 +9,7 @@ 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. - 3. Neither the name of the company nor the names of its contributors may be + 3. Neither the names of the authors nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/Account.py --- a/VirtualMailManager/Account.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/Account.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. """Virtual Mail Manager's Account class to manage e-mail accounts.""" diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/Alias.py --- a/VirtualMailManager/Alias.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/Alias.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. """Virtual Mail Manager's Alias class to manage e-mail aliases.""" diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/AliasDomain.py --- a/VirtualMailManager/AliasDomain.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/AliasDomain.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2009, VEB IT +# Copyright (c) 2008 - 2010, Pascal Volk # See COPYING for distribution information. """Virtual Mail Manager's AliasDomain class to manage alias domains.""" diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/Config.py --- a/VirtualMailManager/Config.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/Config.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. """Configuration class for read, modify and write the diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/Domain.py --- a/VirtualMailManager/Domain.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/Domain.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. """Virtual Mail Manager's Domain class to manage e-mail domains.""" diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/EmailAddress.py --- a/VirtualMailManager/EmailAddress.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/EmailAddress.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2009, VEB IT +# Copyright (c) 2008 - 2010, Pascal Volk # See COPYING for distribution information. """Virtual Mail Manager's EmailAddress class to handle e-mail addresses.""" diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/Exceptions.py --- a/VirtualMailManager/Exceptions.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/Exceptions.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. """Exception classes for Virtual Mail Manager""" diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/MailLocation.py --- a/VirtualMailManager/MailLocation.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/MailLocation.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2009, VEB IT +# Copyright (c) 2008 - 2010, Pascal Volk # See COPYING for distribution information. """Virtual Mail Manager's MailLocation class to manage the mail_location diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/Relocated.py --- a/VirtualMailManager/Relocated.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/Relocated.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2009, VEB IT +# Copyright (c) 2008 - 2010, Pascal Volk # See COPYING for distribution information. """Virtual Mail Manager's Relocated class to manage relocated users.""" diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/Transport.py --- a/VirtualMailManager/Transport.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/Transport.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2009, VEB IT +# Copyright (c) 2008 - 2010, Pascal Volk # See COPYING for distribution information. """Virtual Mail Manager's Transport class to manage the transport for diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/VirtualMailManager.py --- a/VirtualMailManager/VirtualMailManager.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/VirtualMailManager.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. """The main class for vmm.""" diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/__init__.py --- a/VirtualMailManager/__init__.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/__init__.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. # package initialization code # diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/constants/ERROR.py --- a/VirtualMailManager/constants/ERROR.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/constants/ERROR.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. ACCOUNT_AND_ALIAS_PRESENT = 20 diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/constants/EXIT.py --- a/VirtualMailManager/constants/EXIT.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/constants/EXIT.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. MISSING_ARGS = 1 diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/constants/VERSION.py --- a/VirtualMailManager/constants/VERSION.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/constants/VERSION.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,8 +1,8 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. -AUTHOR = 'Pascal Volk ' +AUTHOR = 'Pascal Volk ' RELDATE = '2009-09-09' VERSION = '0.5.2' __author__ = AUTHOR diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/constants/__init__.py --- a/VirtualMailManager/constants/__init__.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/constants/__init__.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2009, VEB IT +# Copyright (c) 2007 - 2010, Pascal Volk # See COPYING for distribution information. # package placeholder # diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/ext/Postconf.py --- a/VirtualMailManager/ext/Postconf.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/ext/Postconf.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2009, VEB IT +# Copyright (c) 2008 - 2010, Pascal Volk # See COPYING for distribution information. """A small - r/o - wrapper class for Postfix' postconf.""" diff -r b62aa4aabcd0 -r 0ac9ef587769 VirtualMailManager/ext/__init__.py --- a/VirtualMailManager/ext/__init__.py Sun Dec 27 00:15:39 2009 +0000 +++ b/VirtualMailManager/ext/__init__.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2009, VEB IT +# Copyright (c) 2008 - 2010, Pascal Volk # See COPYING for distribution information. # package placeholder # diff -r b62aa4aabcd0 -r 0ac9ef587769 man/de/man1/vmm.1 --- a/man/de/man1/vmm.1 Sun Dec 27 00:15:39 2009 +0000 +++ b/man/de/man1/vmm.1 Sat Jan 02 15:45:12 2010 +0000 @@ -443,5 +443,5 @@ vmm.cfg(5), Konfigurationsdatei für vmm .SH AUTOR \fBvmm\fP und die dazugehörigen Manualseiten wurden von Pascal Volk -<\fIp.volk@veb-it.de\fP> geschrieben und sind unter den Bedingungen der BSD -Lizenz lizenziert. +<\fIneverseen@users.sourceforge.net\fP> geschrieben und sind unter den +Bedingungen der BSD Lizenz lizenziert. diff -r b62aa4aabcd0 -r 0ac9ef587769 man/de/man5/vmm.cfg.5 --- a/man/de/man5/vmm.cfg.5 Sun Dec 27 00:15:39 2009 +0000 +++ b/man/de/man5/vmm.cfg.5 Sat Jan 02 15:45:12 2010 +0000 @@ -269,5 +269,5 @@ zu verwalten. .SH AUTOR \fBvmm\fP und die dazugehörigen Manualseiten wurden von Pascal Volk -<\fIp.volk@veb-it.de\fP> geschrieben und sind unter den Bedingungen der BSD -Lizenz lizenziert. +<\fIneverseen@users.sourceforge.net\fP> geschrieben und sind unter den +Bedingungen der BSD Lizenz lizenziert. diff -r b62aa4aabcd0 -r 0ac9ef587769 man/man1/vmm.1 --- a/man/man1/vmm.1 Sun Dec 27 00:15:39 2009 +0000 +++ b/man/man1/vmm.1 Sat Jan 02 15:45:12 2010 +0000 @@ -419,4 +419,5 @@ vmm.cfg(5), configuration file for vmm .SH AUTHOR \fBvmm\fP and its man pages were written by Pascal Volk -<\fIp.volk@veb-it.de\fP> and are licensed under the terms of the BSD License. +<\fIneverseen@users.sourceforge.net\fP> and are licensed under the terms of the +BSD License. diff -r b62aa4aabcd0 -r 0ac9ef587769 man/man5/vmm.cfg.5 --- a/man/man5/vmm.cfg.5 Sun Dec 27 00:15:39 2009 +0000 +++ b/man/man5/vmm.cfg.5 Sat Jan 02 15:45:12 2010 +0000 @@ -252,4 +252,5 @@ vmm(1), command line tool to manage email domains/accounts/aliases .SH AUTHOR \fBvmm\fP and its man pages were written by Pascal Volk -<\fIp.volk@veb-it.de\fP> and are licensed under the terms of the BSD License. +<\fIneverseen@users.sourceforge.net\fP> and are licensed under the terms of the +BSD License. diff -r b62aa4aabcd0 -r 0ac9ef587769 po/de.po --- a/po/de.po Sun Dec 27 00:15:39 2009 +0000 +++ b/po/de.po Sat Jan 02 15:45:12 2010 +0000 @@ -1,5 +1,5 @@ # German translations for vmm package. -# Copyright (C) 2009 VEB IT +# Copyright (C) 2009 Pascal Volk # Pascal Volk , 2009. # msgid "" diff -r b62aa4aabcd0 -r 0ac9ef587769 setup.py --- a/setup.py Sun Dec 27 00:15:39 2009 +0000 +++ b/setup.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: utf-8 -*- -# Copyright 2007 - 2009, VEB IT +# Copyright 2007 - 2010, Pascal Volk # See COPYING for distribution information. import os @@ -27,7 +27,7 @@ packages=['VirtualMailManager', 'VirtualMailManager.ext', 'VirtualMailManager.constants'], author='Pascal Volk', - author_email='p.volk@veb-it.de', + author_email='neverseen@users.sourceforge.net', license='BSD License', url='http://vmm.localdomain.org/', download_url='http://sf.net/projects/vmm/files/', diff -r b62aa4aabcd0 -r 0ac9ef587769 update_config_0.4.x-0.5.py --- a/update_config_0.4.x-0.5.py Sun Dec 27 00:15:39 2009 +0000 +++ b/update_config_0.4.x-0.5.py Sat Jan 02 15:45:12 2010 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2009, VEB IT +# Copyright (c) 2008 - 2010, Pascal Volk # See COPYING for distribution information. import os diff -r b62aa4aabcd0 -r 0ac9ef587769 vmm --- a/vmm Sun Dec 27 00:15:39 2009 +0000 +++ b/vmm Sat Jan 02 15:45:12 2010 +0000 @@ -1,6 +1,6 @@ #!/usr/bin/env python # -*- coding: UTF-8 -*- -# Copyright 2007 - 2009, VEB IT +# Copyright 2007 - 2010, Pascal Volk # See COPYING for distribution information. """This is the vmm main script."""