diff options
-rwxr-xr-x | archivemail.py | 2 | ||||
-rwxr-xr-x | test_archivemail.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivemail.py b/archivemail.py index 6c24e6c..aab1394 100755 --- a/archivemail.py +++ b/archivemail.py @@ -29,7 +29,7 @@ __svn_id__ = "$Id$" __copyright__ = """\ Copyright (C) 2002 Paul Rodger <paul@paulrodger.com> (C) 2006 Peter Poeml <poeml@suse.de>, - (C) 2006,2007 Nikolaus Schulz <microschulz@web.de> + (C) 2006-2008 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 cfd51e8..86b6e78 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,2007 Nikolaus Schulz <microschulz@web.de> +# (C) 2006-2008 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 |