diff options
| -rw-r--r-- | fetchmail.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/fetchmail.c b/fetchmail.c index 367070e6..ab335380 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -136,8 +136,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, Robert M. Funk, Graham Wilson\n" -		   "Copyright (C) 2005-2006 Sunil Shetye\n" -		   "Copyright (C) 2005-2007 Matthias Andree\n" +		   "Copyright (C) 2005 - 2006 Sunil Shetye\n" +		   "Copyright (C) 2005 - 2008 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" | 
