diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2022-03-05 17:12:03 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2022-03-05 17:12:03 +0100 |
commit | b1aa7f84d8bf3f2e3147606558d9c5fa68eb716a (patch) | |
tree | 09a063a71f85b9b92916c3d2c23d207366e5d76f | |
parent | aa893749a192c464e0865309c5e40750b0d995ac (diff) | |
download | fetchmail-b1aa7f84d8bf3f2e3147606558d9c5fa68eb716a.tar.gz fetchmail-b1aa7f84d8bf3f2e3147606558d9c5fa68eb716a.tar.bz2 fetchmail-b1aa7f84d8bf3f2e3147606558d9c5fa68eb716a.zip |
Bump copyright year to 2022.
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 84a6d7fd..9edcd76a 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" - ), 2021); + ), 2022); 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")); |