Copyright year updates.
[exim.git] / src / src / transports / smtp.c
index b01322662ca923e6bcf5269535fa33b9d5c828aa..f9f225fca341fa84afffc914e9acee62823c988a 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) University of Cambridge 1995 - 2012 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
@@ -62,7 +62,7 @@ optionlist smtp_transport_options[] = {
   { "gethostbyname",        opt_bool,
       (void *)offsetof(smtp_transport_options_block, gethostbyname) },
 #ifdef SUPPORT_TLS
-  /* These are no longer honoured, as of Exim 4.78; for now, we silently
+  /* These are no longer honoured, as of Exim 4.80; for now, we silently
   ignore; a later release will warn, and a later-still release will remove
   these options, so that using them becomes an error. */
   { "gnutls_require_kx",    opt_stringptr,