aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2021-01-03 13:47:39 +0100
committerMatthias Andree <matthias.andree@gmx.de>2021-01-03 13:47:50 +0100
commit87069e887226907ebb0e557ae09e387396ad9a6b (patch)
tree1705743261f0b2a590923eb159902bd2533d3f6f /fetchmail.c
parent0562465300e120a52e8c559d58ef671fff8a307d (diff)
downloadfetchmail-87069e887226907ebb0e557ae09e387396ad9a6b.tar.gz
fetchmail-87069e887226907ebb0e557ae09e387396ad9a6b.tar.bz2
fetchmail-87069e887226907ebb0e557ae09e387396ad9a6b.zip
Update copyright.
Diffstat (limited to 'fetchmail.c')
-rw-r--r--fetchmail.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c
index 3619fd9b..907a8bcb 100644
--- a/fetchmail.c
+++ b/fetchmail.c
@@ -144,7 +144,7 @@ static void printcopyright(FILE *fp) {
" Robert M. Funk, Graham Wilson\n"
"Copyright (C) 2005 - 2012 Sunil Shetye\n"
"Copyright (C) 2005 - %d Matthias Andree\n"
- ), 2020);
+ ), 2021);
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"
"please see the file COPYING in the source or documentation directory.\n"));