diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 13:28:14 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2020-03-30 13:28:14 +0200 |
commit | 12302c52d349be398adba359d6a505817206d1cd (patch) | |
tree | 2b06e9c58b3da0e8fb79599f682c4dc82b3312f8 /fetchmail.c | |
parent | 093c3809e439e066f5fdfdabdb43f2013ae67269 (diff) | |
download | fetchmail-12302c52d349be398adba359d6a505817206d1cd.tar.gz fetchmail-12302c52d349be398adba359d6a505817206d1cd.tar.bz2 fetchmail-12302c52d349be398adba359d6a505817206d1cd.zip |
Exclude copyright year from translatable string.
Fixes #11 (Gitlab issue).
Suggested by: Benno Schulenberg
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.c b/fetchmail.c index 376e6e6b..0db805d7 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -143,8 +143,8 @@ 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 - 2020 Matthias Andree\n" - )); + "Copyright (C) 2005 - %d Matthias Andree\n" + ), 2020); 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")); |