summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2014-01-07 01:49:54 -0500
committerPhil Pennock <pdp@exim.org>2014-01-07 01:49:54 -0500
commit2331cfe728b1c132e82260a4e9f5f9440c4236d6 (patch)
tree141a10944560ecefdc41748159d5241be7b7bc93 /src
parent6e62c454f618d77c69bea88c01e71765a1320dce (diff)
Copyright year updates: 2014
vi $(git whatchanged --since=2014-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/)
Diffstat (limited to 'src')
-rw-r--r--src/src/receive.c2
-rw-r--r--src/src/verify.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/src/receive.c b/src/src/receive.c
index 15eb1291d..407af58f8 100644
--- a/src/src/receive.c
+++ b/src/src/receive.c
@@ -2,7 +2,7 @@
* Exim - an Internet mail transport agent *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2014 */
/* See the file NOTICE for conditions of use and distribution. */
/* Code for receiving a message and setting up spool files. */
diff --git a/src/src/verify.c b/src/src/verify.c
index c103f592f..711b3af5a 100644
--- a/src/src/verify.c
+++ b/src/src/verify.c
@@ -2,7 +2,7 @@
* Exim - an Internet mail transport agent *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2014 */
/* See the file NOTICE for conditions of use and distribution. */
/* Functions concerned with verifying things. The original code for callout