diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2012-08-30 01:03:08 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2012-08-30 01:03:08 +0200 |
commit | b72d07035e59dfcbad315012a25fad226c4eaef6 (patch) | |
tree | 8e0208dd86ff5fb46ec2824728ac6c778aff7739 /fetchmail.c | |
parent | c91b9afbdf2e7c96924a646013fbf0243ef18143 (diff) | |
download | fetchmail-b72d07035e59dfcbad315012a25fad226c4eaef6.tar.gz fetchmail-b72d07035e59dfcbad315012a25fad226c4eaef6.tar.bz2 fetchmail-b72d07035e59dfcbad315012a25fad226c4eaef6.zip |
Update copyright and SecAnn' version.
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index 6456ed28..4327c6e4 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 - 2011 Sunil Shetye\n" - "Copyright (C) 2005 - 2011 Matthias Andree\n" + "Copyright (C) 2005 - 2006, 2010 - 2012 Sunil Shetye\n" + "Copyright (C) 2005 - 2012 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" |