aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2006-03-10 10:37:20 +0000
committerMatthias Andree <matthias.andree@gmx.de>2006-03-10 10:37:20 +0000
commit9ec2c4ddb4296c96291366528f69cd4a836c553d (patch)
tree469c20b2066579939ef9b702563def9608881a4d /fetchmail.c
parent8c88c82259d2127bf01063ebec0ff0bbb47a15ce (diff)
downloadfetchmail-9ec2c4ddb4296c96291366528f69cd4a836c553d.tar.gz
fetchmail-9ec2c4ddb4296c96291366528f69cd4a836c553d.tar.bz2
fetchmail-9ec2c4ddb4296c96291366528f69cd4a836c553d.zip
Update copyright.
svn path=/branches/BRANCH_6-3/; revision=4727
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c
index efff53b8..f150e8da 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -130,8 +130,8 @@ static RETSIGTYPE donothing(int sig)
static void printcopyright(FILE *fp) {
fprintf(fp, GT_("Copyright (C) 2002, 2003 Eric S. Raymond\n"
"Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Rob F. Funk, Graham Wilson\n"
- "Copyright (C) 2005 Matthias Andree, Sunil Shetye\n"
- "Copyright (C) 2006 Matthias Andree\n"));
+ "Copyright (C) 2005-2006 Matthias Andree, Sunil Shetye\n"
+ ));
fprintf(fp, GT_("Fetchmail comes with ABSOLUTELY NO WARRANTY. This is free software, and you\n"
"are welcome to redistribute it under certain conditions. For details,\n"
"please see the file COPYING in the source or documentation directory.\n"));