[exim-dev] [Bug 2592] Exim copyright string probably out of …

Góra strony
Delete this message
Reply to this message
Autor: admin
Data:  
Dla: exim-dev
Temat: [exim-dev] [Bug 2592] Exim copyright string probably out of date
https://bugs.exim.org/show_bug.cgi?id=2592

Git Commit <git@???> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |git@???


--- Comment #4 from Git Commit <git@???> ---
Git commit:
https://git.exim.org/exim.git/commitdiff/c1fc7e8af58af79f4a3a161cafab6e18699585ec

commit c1fc7e8af58af79f4a3a161cafab6e18699585ec
Author:     Jeremy Harris <jgh146exb@???>
AuthorDate: Sun Jun 7 14:06:27 2020 +0100
Commit:     Jeremy Harris <jgh146exb@???>
CommitDate: Sun Jun 7 14:06:27 2020 +0100


    Copyright year.  Bug 2592
---
 src/src/globals.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


diff --git a/src/src/globals.c b/src/src/globals.c
index 1b23330..654c39b 100644
--- a/src/src/globals.c
+++ b/src/src/globals.c
@@ -1660,7 +1660,7 @@ uschar *uucp_from_sender       = US"$1";
 uschar *verify_mode           = NULL;
 uschar *version_copyright      =
  US"Copyright (c) University of Cambridge, 1995 - 2018\n"
-   "(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 -
2018";
+   "(c) The Exim Maintainers and contributors in ACKNOWLEDGMENTS file, 2007 -
2020";
 uschar *version_date           = US"?";
 uschar *version_cnumber        = US"????";
 uschar *version_string         = US"?";


--
You are receiving this mail because:
You are on the CC list for the bug.