aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2011-07-09 19:58:36 +0200
committerNikolaus Schulz <microschulz@web.de>2011-07-09 19:58:36 +0200
commit22d4393cb6ffa7c67e4c2ca03531024217943593 (patch)
tree94a7bf5722fbea2a4a863079b0e8481e3e2b4c36
parent09e460555e017a29a9c2877598ea15beec4a2016 (diff)
downloadarchivemail-22d4393cb6ffa7c67e4c2ca03531024217943593.tar.gz
archivemail-22d4393cb6ffa7c67e4c2ca03531024217943593.tar.bz2
archivemail-22d4393cb6ffa7c67e4c2ca03531024217943593.zip
Bump year in copyright notes
-rwxr-xr-xarchivemail2
-rwxr-xr-xtest_archivemail2
2 files changed, 2 insertions, 2 deletions
diff --git a/archivemail b/archivemail
index ac6c558..26b9aca 100755
--- a/archivemail
+++ b/archivemail
@@ -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."""
diff --git a/test_archivemail b/test_archivemail
index 27015da..7bf700f 100755
--- a/test_archivemail
+++ b/test_archivemail
@@ -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