diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2021-01-03 13:47:39 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2021-01-03 13:47:50 +0100 |
commit | 87069e887226907ebb0e557ae09e387396ad9a6b (patch) | |
tree | 1705743261f0b2a590923eb159902bd2533d3f6f | |
parent | 0562465300e120a52e8c559d58ef671fff8a307d (diff) | |
download | fetchmail-87069e887226907ebb0e557ae09e387396ad9a6b.tar.gz fetchmail-87069e887226907ebb0e557ae09e387396ad9a6b.tar.bz2 fetchmail-87069e887226907ebb0e557ae09e387396ad9a6b.zip |
Update copyright.
-rw-r--r-- | COPYING | 2 | ||||
-rw-r--r-- | fetchmail.c | 2 | ||||
-rw-r--r-- | smtp.c | 2 |
3 files changed, 4 insertions, 2 deletions
@@ -3,7 +3,7 @@ Copyright (C) 2002, 2003 Eric S. Raymond Copyright (C) 2004 Matthias Andree, Eric S. Raymond, Robert M. Funk, Graham Wilson Copyright (C) 2005 - 2012 Sunil Shetye -Copyright (C) 2005 - 2019 Matthias Andree +Copyright (C) 2005 - 2021 Matthias Andree If enabled at configure/compile time, the following clause applies: | This product includes software developed by the OpenSSL Project diff --git a/fetchmail.c b/fetchmail.c index 3619fd9b..907a8bcb 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -144,7 +144,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" - ), 2020); + ), 2021); 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")); @@ -5,6 +5,8 @@ * strict RFC821 compliance by Cameron MacPherson. * * Copyright 1997 Eric S. Raymond, 2009 - 2019 Matthias Andree + * Contribution 2004 by Phil Endecott (by way of Rob Funk) + * Contributions 2005, 2011 by Sunil Shetye * Contributions 2012, 2021 by Earl Chew * For license terms, see the file COPYING in this directory. */ |