diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2013-02-19 01:08:33 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2013-02-19 01:08:33 +0100 |
commit | f6c7034fdbeb25d7d8eb0e62c0fe5de563eb7b55 (patch) | |
tree | d79eb3a0e1d759dfb5a4edea98dee2a69dcfa80c | |
parent | 53293ee30678d3db753e51820cc554c0b2b1bd97 (diff) | |
download | fetchmail-f6c7034fdbeb25d7d8eb0e62c0fe5de563eb7b55.tar.gz fetchmail-f6c7034fdbeb25d7d8eb0e62c0fe5de563eb7b55.tar.bz2 fetchmail-f6c7034fdbeb25d7d8eb0e62c0fe5de563eb7b55.zip |
Bump copyright.
-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" |