diff options
author | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 20:00:56 +0200 |
---|---|---|
committer | Nikolaus Schulz <microschulz@web.de> | 2010-07-29 20:39:46 +0200 |
commit | 0eddfe7357b836464e7a0242f2dfad3cd7ea0b9a (patch) | |
tree | fb53a4150de5a319ff64317ff960db70e1bdeab5 | |
parent | af3bb16a4c5106a1e2d40d752d0260114e69ab09 (diff) | |
download | archivemail-0eddfe7357b836464e7a0242f2dfad3cd7ea0b9a.tar.gz archivemail-0eddfe7357b836464e7a0242f2dfad3cd7ea0b9a.tar.bz2 archivemail-0eddfe7357b836464e7a0242f2dfad3cd7ea0b9a.zip |
Updated copyright year
-rwxr-xr-x | archivemail.py | 4 | ||||
-rwxr-xr-x | test_archivemail.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/archivemail.py b/archivemail.py index ec75f2c..73134b9 100755 --- a/archivemail.py +++ b/archivemail.py @@ -2,7 +2,7 @@ ############################################################################ # Copyright (C) 2002 Paul Rodger <paul@paulrodger.com>, # (C) 2006 Peter Poeml <poeml@suse.de>, -# (C) 2006-2008 Nikolaus Schulz <microschulz@web.de> +# (C) 2006-2010 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 @@ -28,7 +28,7 @@ __version__ = "archivemail v0.7.2" __copyright__ = """\ Copyright (C) 2002 Paul Rodger <paul@paulrodger.com> (C) 2006 Peter Poeml <poeml@suse.de>, - (C) 2006-2008 Nikolaus Schulz <microschulz@web.de> + (C) 2006-2010 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.""" diff --git a/test_archivemail.py b/test_archivemail.py index d7bce93..4a11734 100755 --- a/test_archivemail.py +++ b/test_archivemail.py @@ -1,7 +1,7 @@ #! /usr/bin/env python ############################################################################ # Copyright (C) 2002 Paul Rodger <paul@paulrodger.com> -# (C) 2006-2008 Nikolaus Schulz <microschulz@web.de> +# (C) 2006-2010 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 |