diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-01-11 18:45:50 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-01-11 19:13:10 +0100 |
commit | 82b381eb3903ef4cb67c0984827f367a97404992 (patch) | |
tree | 6818c78cb4961bc2ad9bd8d344a32b3924939b51 /fetchmail.c | |
parent | e9c5df09dc399dc00422f7affa9fd0c1cd9af54b (diff) | |
download | fetchmail-82b381eb3903ef4cb67c0984827f367a97404992.tar.gz fetchmail-82b381eb3903ef4cb67c0984827f367a97404992.tar.bz2 fetchmail-82b381eb3903ef4cb67c0984827f367a97404992.zip |
Bump copyright year.
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index 82c0c14b..c44d85fe 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -143,7 +143,7 @@ static void printcopyright(FILE *fp) { "Copyright (C) 2004 Matthias Andree, Eric S. Raymond,\n" " Robert M. Funk, Graham Wilson\n" "Copyright (C) 2005 - 2012 Sunil Shetye\n" - "Copyright (C) 2005 - 2019 Matthias Andree\n" + "Copyright (C) 2005 - 2020 Matthias Andree\n" )); 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" |