aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.c
diff options
context:
space:
mode:
authorMatthias Andree <matthias.andree@gmx.de>2024-01-31 20:54:54 +0100
committerMatthias Andree <matthias.andree@gmx.de>2024-01-31 20:54:54 +0100
commit4604c6ceb76b850a02b55b25b824b4abe8ae893e (patch)
tree8df8c3445c73c87e707fc8f2384fe45bc1c41193 /fetchmail.c
parent1da2693d618f47e40d28461cb255a7bcea33611d (diff)
downloadfetchmail-4604c6ceb76b850a02b55b25b824b4abe8ae893e.tar.gz
fetchmail-4604c6ceb76b850a02b55b25b824b4abe8ae893e.tar.bz2
fetchmail-4604c6ceb76b850a02b55b25b824b4abe8ae893e.zip
fetchmail: bump copyright year to 2024
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 c12161d5..30500073 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"
- ), 2023);
+ ), 2024);
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"));