Copyright year updates: 2014
authorPhil Pennock <pdp@exim.org>
Tue, 7 Jan 2014 06:49:54 +0000 (01:49 -0500)
committerPhil Pennock <pdp@exim.org>
Tue, 7 Jan 2014 06:49:54 +0000 (01:49 -0500)
    vi $(git whatchanged --since=2014-01-01 | grep '^:100' | sed 's/^[^M]*M//' | sort -u | fgrep -v test/)

doc/doc-docbook/spec.xfpt
src/src/receive.c
src/src/verify.c

index 1ba0a10ddab110b0e9cf1c411a9b26d3266800db..edb577a11e51716ef0b280e9d7acff6361ba3624 100644 (file)
@@ -52,7 +52,7 @@
 .set I   "&nbsp;&nbsp;&nbsp;&nbsp;"
 
 .macro copyyear
 .set I   "&nbsp;&nbsp;&nbsp;&nbsp;"
 
 .macro copyyear
-2013
+2014
 .endmacro
 
 . /////////////////////////////////////////////////////////////////////////////
 .endmacro
 
 . /////////////////////////////////////////////////////////////////////////////
index 15eb1291d8f63c78f35dc85ac4e34b9c55b727c4..407af58f84c1720e6ddd11d7040fcbe10195ab18 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
 *     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. */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Code for receiving a message and setting up spool files. */
index c103f592f278fc495731ea359ee0d4e4ab369246..711b3af5a93bca4a8a661d44c955629e88c1bc2e 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
 *     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
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions concerned with verifying things. The original code for callout