diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2007-01-10 00:12:56 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2007-01-10 00:12:56 +0000 |
commit | e65f973b109d67752217c849ad3083a9c1c11e83 (patch) | |
tree | 4d90a16f4399470976ff5ef64d5ae9c04f0ca949 | |
parent | 9537b03945f792454628e3fd2849cd1c761d71b7 (diff) | |
download | fetchmail-e65f973b109d67752217c849ad3083a9c1c11e83.tar.gz fetchmail-e65f973b109d67752217c849ad3083a9c1c11e83.tar.bz2 fetchmail-e65f973b109d67752217c849ad3083a9c1c11e83.zip |
Update Copyright.
svn path=/branches/BRANCH_6-3/; revision=5015
-rw-r--r-- | fetchmail.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 4a0d0092..1a034ee1 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -136,7 +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, Rob F. Funk, Graham Wilson\n" - "Copyright (C) 2005-2006 Matthias Andree, Sunil Shetye\n" + "Copyright (C) 2005-2006 Sunil Shetye\n" + "Copyright (C) 2005-2007 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" |