Bump year in copyright notes

This commit is contained in:
Nikolaus Schulz 2011-07-09 19:58:36 +02:00
parent 09e460555e
commit 22d4393cb6
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ __version__ = "archivemail v0.9.0"
__copyright__ = """\
Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
(C) 2006 Peter Poeml <poeml@suse.de>,
(C) 2006-2010 Nikolaus Schulz <microschulz@web.de>
(C) 2006-2011 Nikolaus Schulz <microschulz@web.de>
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."""

View File

@ -1,7 +1,7 @@
#! /usr/bin/env python
############################################################################
# Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>
# (C) 2006-2010 Nikolaus Schulz <microschulz@web.de>
# (C) 2006-2011 Nikolaus Schulz <microschulz@web.de>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by