Updated copyright notices to include the year 2010.
authorPascal Volk <neverseen@users.sourceforge.net>
Sat, 02 Jan 2010 15:45:12 +0000
changeset 162 0ac9ef587769
parent 161 b62aa4aabcd0
child 163 1981f285f0c0
child 172 6526072ec709
Updated copyright notices to include the year 2010. Also corrected the name of the copyright holder and updated the e-mail address.
COPYING
VirtualMailManager/Account.py
VirtualMailManager/Alias.py
VirtualMailManager/AliasDomain.py
VirtualMailManager/Config.py
VirtualMailManager/Domain.py
VirtualMailManager/EmailAddress.py
VirtualMailManager/Exceptions.py
VirtualMailManager/MailLocation.py
VirtualMailManager/Relocated.py
VirtualMailManager/Transport.py
VirtualMailManager/VirtualMailManager.py
VirtualMailManager/__init__.py
VirtualMailManager/constants/ERROR.py
VirtualMailManager/constants/EXIT.py
VirtualMailManager/constants/VERSION.py
VirtualMailManager/constants/__init__.py
VirtualMailManager/ext/Postconf.py
VirtualMailManager/ext/__init__.py
man/de/man1/vmm.1
man/de/man5/vmm.cfg.5
man/man1/vmm.1
man/man5/vmm.cfg.5
po/de.po
setup.py
update_config_0.4.x-0.5.py
vmm
--- 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.
 
--- 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."""
--- 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."""
--- 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."""
--- 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
--- 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."""
--- 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."""
--- 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"""
--- 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
--- 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."""
--- 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
--- 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."""
--- 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
 #
--- 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
--- 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
--- 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 <p.volk@veb-it.de>'
+AUTHOR  = 'Pascal Volk <neverseen@users.sourceforge.net>'
 RELDATE = '2009-09-09'
 VERSION = '0.5.2'
 __author__  = AUTHOR
--- 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
 #
--- 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."""
--- 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
 #
--- 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.
--- 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.
--- 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.
--- 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.
--- 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 <p.volk@veb-it.de>, 2009.
 #
 msgid ""
--- 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/',
--- 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
--- 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."""