diff options
-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 |