summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2012-05-21 06:33:08 -0400
committerPhil Pennock <pdp@exim.org>2012-05-21 06:33:08 -0400
commitf45100a3ede668925c8212076b90bc70264a0abb (patch)
tree46e33889653e7cd6cd52e2f33d8884b3ab346c46
parent76d5098363019ec2c5a9b0f584c78a15a92e3bab (diff)
downloadexim4-f45100a3ede668925c8212076b90bc70264a0abb.tar.gz
Update binary's copyright message.
Rough text per suggestion from Tony. Amended ACKNOWLEDGEMENTS briefly, but need to actually add people. Like, er, me.
-rw-r--r--src/ACKNOWLEDGMENTS6
-rw-r--r--src/src/globals.c4
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"?";