diff options
-rw-r--r-- | COPYING | 4 | ||||
-rw-r--r-- | fetchmail.c | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -2,8 +2,8 @@ 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 +Copyright (C) 2005 - 2012 Sunil Shetye +Copyright (C) 2005 - 2013 Matthias Andree If enabled at configure/compile time, the following clause applies: | This product includes software developed by the OpenSSL Project diff --git a/fetchmail.c b/fetchmail.c index f7bcfd94..ae30f90a 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -137,8 +137,8 @@ static void printcopyright(FILE *fp) { fprintf(fp, GT_("Copyright (C) 2002, 2003 Eric S. Raymond\n" "Copyright (C) 2004 Matthias Andree, Eric S. Raymond,\n" " Robert M. Funk, Graham Wilson\n" - "Copyright (C) 2005 - 2006, 2010 - 2012 Sunil Shetye\n" - "Copyright (C) 2005 - 2012 Matthias Andree\n" + "Copyright (C) 2005 - 2012 Sunil Shetye\n" + "Copyright (C) 2005 - 2013 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" |