From f45100a3ede668925c8212076b90bc70264a0abb Mon Sep 17 00:00:00 2001 From: Phil Pennock Date: Mon, 21 May 2012 06:33:08 -0400 Subject: [PATCH] Update binary's copyright message. Rough text per suggestion from Tony. Amended ACKNOWLEDGEMENTS briefly, but need to actually add people. Like, er, me. --- src/ACKNOWLEDGMENTS | 6 +++++- src/src/globals.c | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) 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"?"; -- 2.30.2