[exim-cvs] Update binary's copyright message.

Top Page
Delete this message
Reply to this message
Author: Exim Git Commits Mailing List
Date:  
To: exim-cvs
Subject: [exim-cvs] Update binary's copyright message.
Gitweb: http://git.exim.org/exim.git/commitdiff/f45100a3ede668925c8212076b90bc70264a0abb
Commit:     f45100a3ede668925c8212076b90bc70264a0abb
Parent:     76d5098363019ec2c5a9b0f584c78a15a92e3bab
Author:     Phil Pennock <pdp@???>
AuthorDate: Mon May 21 06:33:08 2012 -0400
Committer:  Phil Pennock <pdp@???>
CommitDate: Mon May 21 06:33:08 2012 -0400


    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 fe24e77..a965469 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 824175f..1c494c1 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"?";