From 4604c6ceb76b850a02b55b25b824b4abe8ae893e Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 31 Jan 2024 20:54:54 +0100 Subject: fetchmail: bump copyright year to 2024 --- fetchmail.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")); -- cgit v1.2.3