aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2010-01-28 00:16:23 +0000
committerMatthias Andree <matthias.andree@gmx.de>2010-01-28 00:16:23 +0000
commit696a1309777c95623bc13e9647fe69af6cdd9d6f (patch)
tree55cbdcb4c4aecbb9b9ceec4aca2f05893a30e630
parent339e736dbc1d11b4aa0551806b028194c8d08a97 (diff)
downloadfetchmail-696a1309777c95623bc13e9647fe69af6cdd9d6f.tar.gz
fetchmail-696a1309777c95623bc13e9647fe69af6cdd9d6f.tar.bz2
fetchmail-696a1309777c95623bc13e9647fe69af6cdd9d6f.zip
Update copyright years.
svn path=/branches/BRANCH_6-3/; revision=5465
-rw-r--r--COPYING11
-rw-r--r--fetchmail.c7
2 files changed, 10 insertions, 8 deletions
diff --git a/COPYING b/COPYING
index d7d13073..4fd9d0db 100644
--- a/COPYING
+++ b/COPYING
@@ -1,8 +1,9 @@
-This collective work is Copyright (C) 2002, 2003 by Eric S. Raymond
-and Copyright (C) 2004 by Matthias Andree, Eric S. Raymond,
- Robert M. Funk and Graham Wilson
-and Copyright (C) 2005 by Matthias Andree and Sunil Shetye
-and Copyright (C) 2006 - 2008 by Matthias Andree.
+This collective work is
+Copyright (C) 2002, 2003 Eric S. Raymond
+Copyright (C) 2004 Matthias Andree, Eric S. Raymond,
+ Robert M. Funk, Graham Wilson
+Copyright (C) 2005 - 2006, 2010 Sunil Shetye
+Copyright (C) 2005 - 2010 Matthias Andree
Some older portions not explicitly mentioned above are copyrighted by
Carl E. Harris, George M. Sipe, Graham Wilson, Matthias Andree and Sunil Shetye.
diff --git a/fetchmail.c b/fetchmail.c
index 37abf44b..92742cea 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -135,9 +135,10 @@ 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, Robert M. Funk, Graham Wilson\n"
- "Copyright (C) 2005 - 2006 Sunil Shetye\n"
- "Copyright (C) 2005 - 2009 Matthias Andree\n"
+ "Copyright (C) 2004 Matthias Andree, Eric S. Raymond,\n"
+ " Robert M. Funk, Graham Wilson\n"
+ "Copyright (C) 2005 - 2006, 2010 Sunil Shetye\n"
+ "Copyright (C) 2005 - 2010 Matthias Andree\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"