[exim-cvs] Update copyright year in --version output

Inizio della pagina
Delete this message
Reply to this message
Autore: Exim Git Commits Mailing List
Data:  
To: exim-cvs
Oggetto: [exim-cvs] Update copyright year in --version output
Gitweb: http://git.exim.org/exim.git/commitdiff/a11efec0735a77c5bf57b722207f1588973bbe3e
Commit:     a11efec0735a77c5bf57b722207f1588973bbe3e
Parent:     bc338899110ea22098559081f77cbd0f7a8044bd
Author:     Phil Pennock <pdp@???>
AuthorDate: Tue Jan 7 01:59:04 2014 -0500
Committer:  Phil Pennock <pdp@???>
CommitDate: Tue Jan 7 01:59:04 2014 -0500


    Update copyright year in --version output
---
 src/src/globals.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


diff --git a/src/src/globals.c b/src/src/globals.c
index 9092479..62f653b 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -1415,8 +1415,8 @@ uschar *warnmsg_recipients     = NULL;
 BOOL    write_rejectlog        = TRUE;


 uschar *version_copyright      =
- US"Copyright (c) University of Cambridge, 1995 - 2013\n"
-   "(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2013";
+ US"Copyright (c) University of Cambridge, 1995 - 2014\n"
+   "(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 - 2014";
 uschar *version_date           = US"?";
 uschar *version_cnumber        = US"????";
 uschar *version_string         = US"?";