aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2023-01-04 11:46:37 +0100
committerMatthias Andree <matthias.andree@gmx.de>2023-01-04 11:59:10 +0100
commita0c72255140e944ae25e42043d1ff243e0c5fa01 (patch)
tree9c0e6b4d3e7d68d77828f9f06eca1ca4a1048f9d /fetchmail.c
parent99bb5a8a7df0a8f0f9ce09dd3f31ebceb954728b (diff)
downloadfetchmail-a0c72255140e944ae25e42043d1ff243e0c5fa01.tar.gz
fetchmail-a0c72255140e944ae25e42043d1ff243e0c5fa01.tar.bz2
fetchmail-a0c72255140e944ae25e42043d1ff243e0c5fa01.zip
Bump copyright year.
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 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"));