aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2008-03-15 19:39:28 +0000
committerNikolaus Schulz <microschulz@web.de>2008-03-15 19:39:28 +0000
commit2719645f2c6068a8ab3404e8684e37b3f23186fc (patch)
treec13aae473c9ff5bf08601b44daf36a34d0b08958
parent9ac3a68228eced2d4c869e910b8aa6bfff834248 (diff)
downloadarchivemail-2719645f2c6068a8ab3404e8684e37b3f23186fc.tar.gz
archivemail-2719645f2c6068a8ab3404e8684e37b3f23186fc.tar.bz2
archivemail-2719645f2c6068a8ab3404e8684e37b3f23186fc.zip
Updated copyright notes to include year 2008.
-rwxr-xr-xarchivemail.py2
-rwxr-xr-xtest_archivemail.py2
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