diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2011-05-27 20:45:37 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2011-05-27 20:45:37 +0200 |
commit | 335673c0dab91e440c5916e69497e494e3bdfbfd (patch) | |
tree | a76373505ba1652cce4a5fed77d40b1f9b5afac9 | |
parent | 8124d126e847dfeb4037175b22d14d5283978f31 (diff) | |
parent | 7ee9e083f932920866a167846407e507ee558d97 (diff) | |
download | fetchmail-335673c0dab91e440c5916e69497e494e3bdfbfd.tar.gz fetchmail-335673c0dab91e440c5916e69497e494e3bdfbfd.tar.bz2 fetchmail-335673c0dab91e440c5916e69497e494e3bdfbfd.zip |
Merge branch 'common-6x' into legacy_63
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index fc399366..6456ed28 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 Sunil Shetye\n" - "Copyright (C) 2005 - 2010 Matthias Andree\n" + "Copyright (C) 2005 - 2006, 2010 - 2011 Sunil Shetye\n" + "Copyright (C) 2005 - 2011 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" |