|
From: <nev...@us...> - 2012-06-28 18:33:48
|
details: http://hg.localdomain.org/vmm/rev/14abdd04ddf5 changeset: 568:14abdd04ddf5 user: Pascal Volk date: Thu Jun 28 18:33:32 2012 +0000 description: Updated copyright notices to include the year 2012. diffstat: COPYING | 2 +- VirtualMailManager/__init__.py | 2 +- VirtualMailManager/account.py | 2 +- VirtualMailManager/alias.py | 2 +- VirtualMailManager/aliasdomain.py | 2 +- VirtualMailManager/cli/__init__.py | 2 +- VirtualMailManager/cli/config.py | 2 +- VirtualMailManager/cli/handler.py | 2 +- VirtualMailManager/cli/main.py | 2 +- VirtualMailManager/cli/subcommands.py | 2 +- VirtualMailManager/common.py | 2 +- VirtualMailManager/config.py | 2 +- VirtualMailManager/constants.py | 4 ++-- VirtualMailManager/domain.py | 2 +- VirtualMailManager/emailaddress.py | 2 +- VirtualMailManager/errors.py | 2 +- VirtualMailManager/ext/__init__.py | 2 +- VirtualMailManager/ext/postconf.py | 2 +- VirtualMailManager/handler.py | 2 +- VirtualMailManager/mailbox.py | 2 +- VirtualMailManager/maillocation.py | 2 +- VirtualMailManager/network.py | 2 +- VirtualMailManager/password.py | 2 +- VirtualMailManager/pycompat/__init__.py | 2 +- VirtualMailManager/pycompat/hashlib.py | 2 +- VirtualMailManager/quotalimit.py | 2 +- VirtualMailManager/relocated.py | 2 +- VirtualMailManager/serviceset.py | 2 +- VirtualMailManager/transport.py | 2 +- setup.py | 2 +- update_config.py | 2 +- vmm | 2 +- 32 files changed, 33 insertions(+), 33 deletions(-) diffs (truncated from 331 to 300 lines): diff -r 11ed67ee7ebb -r 14abdd04ddf5 COPYING --- a/COPYING Thu Jun 28 18:03:48 2012 +0000 +++ b/COPYING Thu Jun 28 18:33:32 2012 +0000 @@ -1,4 +1,4 @@ -Copyright (c) 2007 - 2011, Pascal Volk +Copyright (c) 2007 - 2012, Pascal Volk All rights reserved. Redistribution and use in source and binary forms, with or without modification, diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/__init__.py --- a/VirtualMailManager/__init__.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/__init__.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/account.py --- a/VirtualMailManager/account.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/account.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.account diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/alias.py --- a/VirtualMailManager/alias.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/alias.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.alias diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/aliasdomain.py --- a/VirtualMailManager/aliasdomain.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/aliasdomain.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2011, Pascal Volk +# Copyright (c) 2008 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.aliasdomain diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/cli/__init__.py --- a/VirtualMailManager/cli/__init__.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/cli/__init__.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2010 - 2011, Pascal Volk +# Copyright (c) 2010 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.cli diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/cli/config.py --- a/VirtualMailManager/cli/config.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/cli/config.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2010 - 2011, Pascal Volk +# Copyright (c) 2010 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.cli.config diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/cli/handler.py --- a/VirtualMailManager/cli/handler.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/cli/handler.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2010 - 2011, Pascal Volk +# Copyright (c) 2010 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.cli.handler diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/cli/main.py --- a/VirtualMailManager/cli/main.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/cli/main.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.cli.main diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/cli/subcommands.py --- a/VirtualMailManager/cli/subcommands.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/cli/subcommands.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.cli.subcommands diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/common.py --- a/VirtualMailManager/common.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/common.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2010 - 2011, Pascal Volk +# Copyright (c) 2010 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.common diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/config.py --- a/VirtualMailManager/config.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/config.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.config diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/constants.py --- a/VirtualMailManager/constants.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/constants.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.constants @@ -18,7 +18,7 @@ RELDATE = '2009-09-09' VERSION = '0.5.2' __author__ = AUTHOR -__copyright__ = 'Copyright (c) 2007-2011 %s' % __author__ +__copyright__ = 'Copyright (c) 2007-2012 %s' % __author__ __date__ = RELDATE __version__ = VERSION diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/domain.py --- a/VirtualMailManager/domain.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/domain.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.domain diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/emailaddress.py --- a/VirtualMailManager/emailaddress.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/emailaddress.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2011, Pascal Volk +# Copyright (c) 2008 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.emailaddress diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/errors.py --- a/VirtualMailManager/errors.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/errors.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.errors diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/ext/__init__.py --- a/VirtualMailManager/ext/__init__.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/ext/__init__.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2011, Pascal Volk +# Copyright (c) 2008 - 2012, Pascal Volk # See COPYING for distribution information. # package placeholder # diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/ext/postconf.py --- a/VirtualMailManager/ext/postconf.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/ext/postconf.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2011, Pascal Volk +# Copyright (c) 2008 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.ext.postconf diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/handler.py --- a/VirtualMailManager/handler.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/handler.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2007 - 2011, Pascal Volk +# Copyright (c) 2007 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.handler diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/mailbox.py --- a/VirtualMailManager/mailbox.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/mailbox.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2010 - 2011, Pascal Volk +# Copyright (c) 2010 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.mailbox diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/maillocation.py --- a/VirtualMailManager/maillocation.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/maillocation.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2011, Pascal Volk +# Copyright (c) 2008 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.maillocation diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/network.py --- a/VirtualMailManager/network.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/network.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2011, Pascal Volk +# Copyright (c) 2011 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.network diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/password.py --- a/VirtualMailManager/password.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/password.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2010 - 2011, Pascal Volk +# Copyright (c) 2010 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.password diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/pycompat/__init__.py --- a/VirtualMailManager/pycompat/__init__.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/pycompat/__init__.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2010 - 2011, Pascal Volk +# Copyright (c) 2010 - 2012, Pascal Volk # See COPYING for distribution information. """ diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/pycompat/hashlib.py --- a/VirtualMailManager/pycompat/hashlib.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/pycompat/hashlib.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2010 - 2011, Pascal Volk +# Copyright (c) 2010 - 2012, Pascal Volk # See COPYING for distribution information. """ diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/quotalimit.py --- a/VirtualMailManager/quotalimit.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/quotalimit.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2011, Pascal Volk +# Copyright (c) 2011 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.quotalimit diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/relocated.py --- a/VirtualMailManager/relocated.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/relocated.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2011, Pascal Volk +# Copyright (c) 2008 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.relocated diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/serviceset.py --- a/VirtualMailManager/serviceset.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/serviceset.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # coding: utf-8 -# Copyright (c) 2011, Pascal Volk +# Copyright (c) 2011 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.serviceset diff -r 11ed67ee7ebb -r 14abdd04ddf5 VirtualMailManager/transport.py --- a/VirtualMailManager/transport.py Thu Jun 28 18:03:48 2012 +0000 +++ b/VirtualMailManager/transport.py Thu Jun 28 18:33:32 2012 +0000 @@ -1,5 +1,5 @@ # -*- coding: UTF-8 -*- -# Copyright (c) 2008 - 2011, Pascal Volk +# Copyright (c) 2008 - 2012, Pascal Volk # See COPYING for distribution information. """ VirtualMailManager.transport diff -r 11ed67ee7ebb -r 14abdd04ddf5 setup.py --- a/setup.py Thu Jun 28 18:03:48 2012 +0000 |