diff options
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 9edcd76a..c12161d5 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -146,7 +146,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" - ), 2022); + ), 2023); 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")); |