From: Phil Pennock Date: Mon, 21 May 2012 10:33:08 +0000 (-0400) Subject: Update binary's copyright message. X-Git-Tag: exim-4_80_RC5~16 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/f45100a3ede668925c8212076b90bc70264a0abb Update binary's copyright message. Rough text per suggestion from Tony. Amended ACKNOWLEDGEMENTS briefly, but need to actually add people. Like, er, me. --- diff --git a/src/ACKNOWLEDGMENTS b/src/ACKNOWLEDGMENTS index fe24e7700..a965469cf 100644 --- a/src/ACKNOWLEDGMENTS +++ b/src/ACKNOWLEDGMENTS @@ -18,8 +18,12 @@ relatively small patches. Philip Hazel Lists created: 20 November 2002 -Last updated: 22 August 2007 +Last updated (by PH): 22 August 2007 + Note: at current time, Exim is maintained in git; the commit messages + typically credit sources, at the very least. Also the ChangeLog file + will record who provided patches. This file is not very up-to-date. + -Phil Pennock, 2012 THE OLD LIST diff --git a/src/src/globals.c b/src/src/globals.c index 824175fab..1c494c1e9 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -1318,7 +1318,9 @@ uschar *warnmsg_delay = NULL; uschar *warnmsg_recipients = NULL; BOOL write_rejectlog = TRUE; -uschar *version_copyright = US"Copyright (c) University of Cambridge, 1995 - 2007"; +uschar *version_copyright = + US"Copyright (c) University of Cambridge, 1995 - 2012\n" + "(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 1012"; uschar *version_date = US"?"; uschar *version_cnumber = US"????"; uschar *version_string = US"?";