Update binary's copyright message.
authorPhil Pennock <pdp@exim.org>
Mon, 21 May 2012 10:33:08 +0000 (06:33 -0400)
committerPhil Pennock <pdp@exim.org>
Mon, 21 May 2012 10:33:08 +0000 (06:33 -0400)
Rough text per suggestion from Tony.
Amended ACKNOWLEDGEMENTS briefly, but need to actually add people.  Like, er, me.

src/ACKNOWLEDGMENTS
src/src/globals.c

index fe24e7700248b01e3b7c52b056099f09471c0086..a965469cfe298f77374a63e4d3fbb5cc50908f34 100644 (file)
@@ -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
 
index 824175fab72fcd28666af0f1eec449463f6ea453..1c494c1e9dc821f15c343f1ff4d64d65cd1e6702 100644 (file)
@@ -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"?";