# HG changeset patch # User Timo Sirainen # Date 1391549002 18000 # Node ID add8c00fb3cccf5d74381f579a748eebb26a041a # Parent c329508e4fec92a65b8b4209531d27ff60e713af Updated copyright notices to include year 2014. diff -r c329508e4fec -r add8c00fb3cc src/anvil/anvil-connection.c --- a/src/anvil/anvil-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/anvil/anvil-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/anvil/anvil-settings.c --- a/src/anvil/anvil-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/anvil/anvil-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/anvil/connect-limit.c --- a/src/anvil/connect-limit.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/anvil/connect-limit.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "hash.h" diff -r c329508e4fec -r add8c00fb3cc src/anvil/main.c --- a/src/anvil/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/anvil/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/anvil/penalty.c --- a/src/anvil/penalty.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/anvil/penalty.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ /* The idea behind checksums is that the same username+password doesn't increase the penalty, because it's most likely a user with a misconfigured diff -r c329508e4fec -r add8c00fb3cc src/anvil/test-penalty.c --- a/src/anvil/test-penalty.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/anvil/test-penalty.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-cache.c --- a/src/auth/auth-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-client-connection.c --- a/src/auth/auth-client-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-client-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-fields.c --- a/src/auth/auth-fields.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-fields.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-master-connection.c --- a/src/auth/auth-master-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-master-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-penalty.c --- a/src/auth/auth-penalty.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-penalty.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-postfix-connection.c --- a/src/auth/auth-postfix-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-postfix-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-request-handler.c --- a/src/auth/auth-request-handler.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-request-handler.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-request.c --- a/src/auth/auth-request.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-request.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-settings.c --- a/src/auth/auth-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-token.c --- a/src/auth/auth-token.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-token.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ /* Auth process maintains a random secret. Once a user authenticates the response to the REQUEST command from a master service is augmented with an diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-worker-client.c --- a/src/auth/auth-worker-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-worker-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "base64.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth-worker-server.c --- a/src/auth/auth-worker-server.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth-worker-server.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/auth.c --- a/src/auth/auth.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/auth.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/db-checkpassword.c --- a/src/auth/db-checkpassword.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/db-checkpassword.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/db-dict-cache-key.c --- a/src/auth/db-dict-cache-key.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/db-dict-cache-key.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/db-dict.c --- a/src/auth/db-dict.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/db-dict.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/db-ldap.c --- a/src/auth/db-ldap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/db-ldap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/db-passwd-file.c --- a/src/auth/db-passwd-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/db-passwd-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/db-sql.c --- a/src/auth/db-sql.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/db-sql.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/main.c --- a/src/auth/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/mech-anonymous.c --- a/src/auth/mech-anonymous.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/mech-anonymous.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "mech.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/mech-cram-md5.c --- a/src/auth/mech-cram-md5.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/mech-cram-md5.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* CRAM-MD5 SASL authentication, see RFC-2195 Joshua Goodall */ diff -r c329508e4fec -r add8c00fb3cc src/auth/mech-digest-md5.c --- a/src/auth/mech-digest-md5.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/mech-digest-md5.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* Digest-MD5 SASL authentication, see RFC-2831 */ diff -r c329508e4fec -r add8c00fb3cc src/auth/mech-dovecot-token.c --- a/src/auth/mech-dovecot-token.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/mech-dovecot-token.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ /* Used internally by Dovecot processes to authenticate against each others (e.g. imap to imap-urlauth). See auth-token.c */ diff -r c329508e4fec -r add8c00fb3cc src/auth/mech-external.c --- a/src/auth/mech-external.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/mech-external.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/mech-plain.c --- a/src/auth/mech-plain.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/mech-plain.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "safe-memset.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/mech.c --- a/src/auth/mech.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/mech.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-blocking.c --- a/src/auth/passdb-blocking.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-blocking.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-bsdauth.c --- a/src/auth/passdb-bsdauth.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-bsdauth.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-cache.c --- a/src/auth/passdb-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "restrict-process-size.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-checkpassword.c --- a/src/auth/passdb-checkpassword.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-checkpassword.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-dict.c --- a/src/auth/passdb-dict.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-dict.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-imap.c --- a/src/auth/passdb-imap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-imap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-ldap.c --- a/src/auth/passdb-ldap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-ldap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-passwd-file.c --- a/src/auth/passdb-passwd-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-passwd-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-passwd.c --- a/src/auth/passdb-passwd.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-passwd.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-shadow.c --- a/src/auth/passdb-shadow.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-shadow.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-sql.c --- a/src/auth/passdb-sql.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-sql.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-static.c --- a/src/auth/passdb-static.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-static.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-template.c --- a/src/auth/passdb-template.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-template.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb-vpopmail.c --- a/src/auth/passdb-vpopmail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb-vpopmail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* Thanks to Courier-IMAP for showing how the vpopmail API should be used */ diff -r c329508e4fec -r add8c00fb3cc src/auth/passdb.c --- a/src/auth/passdb.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/passdb.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/password-scheme-crypt.c --- a/src/auth/password-scheme-crypt.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/password-scheme-crypt.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mycrypt.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/password-scheme.c --- a/src/auth/password-scheme.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/password-scheme.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/test-auth-cache.c --- a/src/auth/test-auth-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/test-auth-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "auth-request.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/test-db-dict.c --- a/src/auth/test-db-dict.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/test-db-dict.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-blocking.c --- a/src/auth/userdb-blocking.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-blocking.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-checkpassword.c --- a/src/auth/userdb-checkpassword.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-checkpassword.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-dict.c --- a/src/auth/userdb-dict.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-dict.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-ldap.c --- a/src/auth/userdb-ldap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-ldap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-nss.c --- a/src/auth/userdb-nss.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-nss.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ /* Currently supports only GLIBC-compatible NSS modules */ diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-passwd-file.c --- a/src/auth/userdb-passwd-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-passwd-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-passwd.c --- a/src/auth/userdb-passwd.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-passwd.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-prefetch.c --- a/src/auth/userdb-prefetch.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-prefetch.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-sql.c --- a/src/auth/userdb-sql.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-sql.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-static.c --- a/src/auth/userdb-static.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-static.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-template.c --- a/src/auth/userdb-template.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-template.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb-vpopmail.c --- a/src/auth/userdb-vpopmail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb-vpopmail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* Thanks to Courier-IMAP for showing how the vpopmail API should be used */ diff -r c329508e4fec -r add8c00fb3cc src/auth/userdb.c --- a/src/auth/userdb.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/auth/userdb.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/config/config-connection.c --- a/src/config/config-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/config/config-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/config/config-filter.c --- a/src/config/config-filter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/config/config-filter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/config/config-parser.c --- a/src/config/config-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/config/config-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/config/config-request.c --- a/src/config/config-request.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/config/config-request.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/config/config-settings.c --- a/src/config/config-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/config/config-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/config/doveconf.c --- a/src/config/doveconf.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/config/doveconf.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/config/main.c --- a/src/config/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/config/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff -r c329508e4fec -r add8c00fb3cc src/config/old-set-parser.c --- a/src/config/old-set-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/config/old-set-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/config/sysinfo-get.c --- a/src/config/sysinfo-get.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/config/sysinfo-get.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mountpoint.h" diff -r c329508e4fec -r add8c00fb3cc src/dict/dict-commands.c --- a/src/dict/dict-commands.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/dict/dict-commands.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/dict/dict-connection.c --- a/src/dict/dict-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/dict/dict-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/dict/dict-settings.c --- a/src/dict/dict-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/dict/dict-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/dict/main.c --- a/src/dict/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/dict/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r c329508e4fec -r add8c00fb3cc src/director/auth-connection.c --- a/src/director/auth-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/auth-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/director/director-connection.c --- a/src/director/director-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/director-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ /* Handshaking: diff -r c329508e4fec -r add8c00fb3cc src/director/director-host.c --- a/src/director/director-host.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/director-host.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/director/director-request.c --- a/src/director/director-request.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/director-request.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/director/director-settings.c --- a/src/director/director-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/director-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/director/director-test.c --- a/src/director/director-test.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/director-test.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ /* This program accepts incoming unauthenticated IMAP connections from diff -r c329508e4fec -r add8c00fb3cc src/director/director.c --- a/src/director/director.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/director.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/director/doveadm-connection.c --- a/src/director/doveadm-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/doveadm-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/director/login-connection.c --- a/src/director/login-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/login-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/director/mail-host.c --- a/src/director/mail-host.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/mail-host.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/director/main.c --- a/src/director/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/director/notify-connection.c --- a/src/director/notify-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/notify-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/director/test-user-directory.c --- a/src/director/test-user-directory.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/test-user-directory.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/director/user-directory.c --- a/src/director/user-directory.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/director/user-directory.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/dns/dns-client-settings.c --- a/src/dns/dns-client-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/dns/dns-client-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/dns/dns-client.c --- a/src/dns/dns-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/dns/dns-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/client-connection.c --- a/src/doveadm/client-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/client-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-auth.c --- a/src/doveadm/doveadm-auth.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-auth.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-director.c --- a/src/doveadm/doveadm-director.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-director.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-dump-dbox.c --- a/src/doveadm/doveadm-dump-dbox.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-dump-dbox.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-dec.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-dump-index.c --- a/src/doveadm/doveadm-dump-index.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-dump-index.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-dump-log.c --- a/src/doveadm/doveadm-dump-log.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-dump-log.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-binary.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-dump-mailboxlog.c --- a/src/doveadm/doveadm-dump-mailboxlog.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-dump-mailboxlog.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-binary.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-dump-thread.c --- a/src/doveadm/doveadm-dump-thread.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-dump-thread.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mmap-util.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-dump.c --- a/src/doveadm/doveadm-dump.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-dump.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-fs.c --- a/src/doveadm/doveadm-fs.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-fs.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-instance.c --- a/src/doveadm/doveadm-instance.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-instance.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "master-instance.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-kick.c --- a/src/doveadm/doveadm-kick.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-kick.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-log.c --- a/src/doveadm/doveadm-log.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-log.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-altmove.c --- a/src/doveadm/doveadm-mail-altmove.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-altmove.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-copymove.c --- a/src/doveadm/doveadm-mail-copymove.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-copymove.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-deduplicate.c --- a/src/doveadm/doveadm-mail-deduplicate.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-deduplicate.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-expunge.c --- a/src/doveadm/doveadm-mail-expunge.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-expunge.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-fetch.c --- a/src/doveadm/doveadm-mail-fetch.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-fetch.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-flags.c --- a/src/doveadm/doveadm-mail-flags.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-flags.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-util.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-import.c --- a/src/doveadm/doveadm-mail-import.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-import.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-index.c --- a/src/doveadm/doveadm-mail-index.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-index.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-iter.c --- a/src/doveadm/doveadm-mail-iter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-iter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-mailbox-status.c --- a/src/doveadm/doveadm-mail-mailbox-status.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-mailbox-status.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-mailbox.c --- a/src/doveadm/doveadm-mail-mailbox.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-mailbox.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-search.c --- a/src/doveadm/doveadm-mail-search.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-search.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail-server.c --- a/src/doveadm/doveadm-mail-server.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail-server.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mail.c --- a/src/doveadm/doveadm-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mailbox-list-iter.c --- a/src/doveadm/doveadm-mailbox-list-iter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mailbox-list-iter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-master.c --- a/src/doveadm/doveadm-master.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-master.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "doveadm.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mount.c --- a/src/doveadm/doveadm-mount.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mount.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "master-service-settings.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-mutf7.c --- a/src/doveadm/doveadm-mutf7.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-mutf7.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-penalty.c --- a/src/doveadm/doveadm-penalty.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-penalty.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-print-flow.c --- a/src/doveadm/doveadm-print-flow.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-print-flow.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-print-pager.c --- a/src/doveadm/doveadm-print-pager.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-print-pager.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-print-server.c --- a/src/doveadm/doveadm-print-server.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-print-server.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-print-tab.c --- a/src/doveadm/doveadm-print-tab.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-print-tab.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-print-table.c --- a/src/doveadm/doveadm-print-table.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-print-table.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-print.c --- a/src/doveadm/doveadm-print.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-print.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-proxy.c --- a/src/doveadm/doveadm-proxy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-proxy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-pw.c --- a/src/doveadm/doveadm-pw.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-pw.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-replicator.c --- a/src/doveadm/doveadm-replicator.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-replicator.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-settings.c --- a/src/doveadm/doveadm-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-sis.c --- a/src/doveadm/doveadm-sis.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-sis.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-stats.c --- a/src/doveadm/doveadm-stats.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-stats.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-util.c --- a/src/doveadm/doveadm-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-who.c --- a/src/doveadm/doveadm-who.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-who.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm-zlib.c --- a/src/doveadm/doveadm-zlib.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm-zlib.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/doveadm.c --- a/src/doveadm/doveadm.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/doveadm.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/doveadm-dsync.c --- a/src/doveadm/dsync/doveadm-dsync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/doveadm-dsync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c --- a/src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-brain-mailbox-tree.c --- a/src/doveadm/dsync/dsync-brain-mailbox-tree.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-brain-mailbox-tree.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-brain-mailbox.c --- a/src/doveadm/dsync/dsync-brain-mailbox.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-brain-mailbox.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-brain-mails.c --- a/src/doveadm/dsync/dsync-brain-mails.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-brain-mails.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-brain.c --- a/src/doveadm/dsync/dsync-brain.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-brain.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-deserializer.c --- a/src/doveadm/dsync/dsync-deserializer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-deserializer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-ibc-pipe.c --- a/src/doveadm/dsync/dsync-ibc-pipe.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-ibc-pipe.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-ibc-stream.c --- a/src/doveadm/dsync/dsync-ibc-stream.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-ibc-stream.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-ibc.c --- a/src/doveadm/dsync/dsync-ibc.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-ibc.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dsync-mail.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-mail.c --- a/src/doveadm/dsync/dsync-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-mailbox-export.c --- a/src/doveadm/dsync/dsync-mailbox-export.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-mailbox-export.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-mailbox-import.c --- a/src/doveadm/dsync/dsync-mailbox-import.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-mailbox-import.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-mailbox-state.c --- a/src/doveadm/dsync/dsync-mailbox-state.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-mailbox-state.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-mailbox-tree-fill.c --- a/src/doveadm/dsync/dsync-mailbox-tree-fill.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-mailbox-tree-fill.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-mailbox-tree-sync.c --- a/src/doveadm/dsync/dsync-mailbox-tree-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-mailbox-tree-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-mailbox-tree.c --- a/src/doveadm/dsync/dsync-mailbox-tree.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-mailbox-tree.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-mailbox.c --- a/src/doveadm/dsync/dsync-mailbox.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-mailbox.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-serializer.c --- a/src/doveadm/dsync/dsync-serializer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-serializer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/dsync-transaction-log-scan.c --- a/src/doveadm/dsync/dsync-transaction-log-scan.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/dsync-transaction-log-scan.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/dsync/test-dsync-mailbox-tree-sync.c --- a/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "sha1.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/main.c --- a/src/doveadm/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r c329508e4fec -r add8c00fb3cc src/doveadm/server-connection.c --- a/src/doveadm/server-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/doveadm/server-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-login/client-authenticate.c --- a/src/imap-login/client-authenticate.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-login/client-authenticate.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-login/client.c --- a/src/imap-login/client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-login/client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-login/imap-login-settings.c --- a/src/imap-login/imap-login-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-login/imap-login-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-login/imap-proxy.c --- a/src/imap-login/imap-proxy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-login/imap-proxy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-urlauth/imap-urlauth-client.c --- a/src/imap-urlauth/imap-urlauth-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-urlauth/imap-urlauth-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-urlauth-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-urlauth/imap-urlauth-login-settings.c --- a/src/imap-urlauth/imap-urlauth-login-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-urlauth/imap-urlauth-login-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-urlauth/imap-urlauth-login.c --- a/src/imap-urlauth/imap-urlauth-login.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-urlauth/imap-urlauth-login.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-urlauth/imap-urlauth-settings.c --- a/src/imap-urlauth/imap-urlauth-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-urlauth/imap-urlauth-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-urlauth/imap-urlauth-worker-settings.c --- a/src/imap-urlauth/imap-urlauth-worker-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-urlauth/imap-urlauth-worker-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-urlauth/imap-urlauth-worker.c --- a/src/imap-urlauth/imap-urlauth-worker.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-urlauth/imap-urlauth-worker.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap-urlauth/imap-urlauth.c --- a/src/imap-urlauth/imap-urlauth.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap-urlauth/imap-urlauth.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ /* The imap-urlauth service provides URLAUTH access between different accounts. If diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-append.c --- a/src/imap/cmd-append.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-append.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-cancelupdate.c --- a/src/imap/cmd-cancelupdate.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-cancelupdate.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-search.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-capability.c --- a/src/imap/cmd-capability.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-capability.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-check.c --- a/src/imap/cmd-check.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-check.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-close.c --- a/src/imap/cmd-close.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-close.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-copy.c --- a/src/imap/cmd-copy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-copy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-create.c --- a/src/imap/cmd-create.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-create.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-resp-code.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-delete.c --- a/src/imap/cmd-delete.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-delete.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-enable.c --- a/src/imap/cmd-enable.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-enable.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-examine.c --- a/src/imap/cmd-examine.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-examine.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-expunge.c --- a/src/imap/cmd-expunge.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-expunge.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-fetch.c --- a/src/imap/cmd-fetch.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-fetch.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-genurlauth.c --- a/src/imap/cmd-genurlauth.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-genurlauth.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-getmetadata.c --- a/src/imap/cmd-getmetadata.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-getmetadata.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-id.c --- a/src/imap/cmd-id.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-id.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-id.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-idle.c --- a/src/imap/cmd-idle.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-idle.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-list.c --- a/src/imap/cmd-list.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-list.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-logout.c --- a/src/imap/cmd-logout.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-logout.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-lsub.c --- a/src/imap/cmd-lsub.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-lsub.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-namespace.c --- a/src/imap/cmd-namespace.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-namespace.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-noop.c --- a/src/imap/cmd-noop.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-noop.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-notify.c --- a/src/imap/cmd-notify.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-notify.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-rename.c --- a/src/imap/cmd-rename.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-rename.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "mail-namespace.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-resetkey.c --- a/src/imap/cmd-resetkey.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-resetkey.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-resp-code.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-search.c --- a/src/imap/cmd-search.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-search.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-search-args.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-select.c --- a/src/imap/cmd-select.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-select.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "seq-range-array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-setmetadata.c --- a/src/imap/cmd-setmetadata.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-setmetadata.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-sort.c --- a/src/imap/cmd-sort.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-sort.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-status.c --- a/src/imap/cmd-status.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-status.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-resp-code.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-store.c --- a/src/imap/cmd-store.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-store.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "seq-range-array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-subscribe.c --- a/src/imap/cmd-subscribe.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-subscribe.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-utf7.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-thread.c --- a/src/imap/cmd-thread.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-thread.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-unselect.c --- a/src/imap/cmd-unselect.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-unselect.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-unsubscribe.c --- a/src/imap/cmd-unsubscribe.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-unsubscribe.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-urlfetch.c --- a/src/imap/cmd-urlfetch.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-urlfetch.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "strfuncs.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/cmd-x-cancel.c --- a/src/imap/cmd-x-cancel.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/cmd-x-cancel.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-client.c --- a/src/imap/imap-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-commands-util.c --- a/src/imap/imap-commands-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-commands-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-commands.c --- a/src/imap/imap-commands.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-commands.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-expunge.c --- a/src/imap/imap-expunge.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-expunge.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "mail-storage.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-fetch-body.c --- a/src/imap/imap-fetch-body.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-fetch-body.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-fetch.c --- a/src/imap/imap-fetch.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-fetch.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-list.c --- a/src/imap/imap-list.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-list.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-metadata.c --- a/src/imap/imap-metadata.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-metadata.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-metadata.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-notify.c --- a/src/imap/imap-notify.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-notify.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-search-args.c --- a/src/imap/imap-search-args.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-search-args.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "mail-storage.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-search.c --- a/src/imap/imap-search.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-search.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-settings.c --- a/src/imap/imap-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-status.c --- a/src/imap/imap-status.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-status.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "hex-binary.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/imap-sync.c --- a/src/imap/imap-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/imap-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/mail-storage-callbacks.c --- a/src/imap/mail-storage-callbacks.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/mail-storage-callbacks.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff -r c329508e4fec -r add8c00fb3cc src/imap/main.c --- a/src/imap/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/imap/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/indexer/indexer-client.c --- a/src/indexer/indexer-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/indexer/indexer-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/indexer/indexer-queue.c --- a/src/indexer/indexer-queue.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/indexer/indexer-queue.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/indexer/indexer-settings.c --- a/src/indexer/indexer-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/indexer/indexer-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/indexer/indexer-worker-settings.c --- a/src/indexer/indexer-worker-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/indexer/indexer-worker-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/indexer/indexer-worker.c --- a/src/indexer/indexer-worker.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/indexer/indexer-worker.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r c329508e4fec -r add8c00fb3cc src/indexer/indexer.c --- a/src/indexer/indexer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/indexer/indexer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r c329508e4fec -r add8c00fb3cc src/indexer/master-connection.c --- a/src/indexer/master-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/indexer/master-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/indexer/worker-connection.c --- a/src/indexer/worker-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/indexer/worker-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/indexer/worker-pool.c --- a/src/indexer/worker-pool.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/indexer/worker-pool.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/ipc/client.c --- a/src/ipc/client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/ipc/client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/ipc/ipc-connection.c --- a/src/ipc/ipc-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/ipc/ipc-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/ipc/ipc-group.c --- a/src/ipc/ipc-group.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/ipc/ipc-group.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/ipc/ipc-settings.c --- a/src/ipc/ipc-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/ipc/ipc-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/ipc/main.c --- a/src/ipc/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/ipc/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r c329508e4fec -r add8c00fb3cc src/lda/main.c --- a/src/lda/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lda/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-auth/auth-client-request.c --- a/src/lib-auth/auth-client-request.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-auth/auth-client-request.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-auth/auth-client.c --- a/src/lib-auth/auth-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-auth/auth-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-auth/auth-master.c --- a/src/lib-auth/auth-master.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-auth/auth-master.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-auth/auth-server-connection.c --- a/src/lib-auth/auth-server-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-auth/auth-server-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-charset/charset-iconv.c --- a/src/lib-charset/charset-iconv.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-charset/charset-iconv.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-charset/charset-utf8.c --- a/src/lib-charset/charset-utf8.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-charset/charset-utf8.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-compression/compression.c --- a/src/lib-compression/compression.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-compression/compression.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-compression/istream-bzlib.c --- a/src/lib-compression/istream-bzlib.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-compression/istream-bzlib.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-compression/istream-lzma.c --- a/src/lib-compression/istream-lzma.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-compression/istream-lzma.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-compression/istream-zlib.c --- a/src/lib-compression/istream-zlib.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-compression/istream-zlib.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-compression/ostream-bzlib.c --- a/src/lib-compression/ostream-bzlib.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-compression/ostream-bzlib.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-compression/ostream-lzma.c --- a/src/lib-compression/ostream-lzma.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-compression/ostream-lzma.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-compression/ostream-zlib.c --- a/src/lib-compression/ostream-zlib.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-compression/ostream-zlib.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-cdb.c --- a/src/lib-dict/dict-cdb.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-cdb.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-client.c --- a/src/lib-dict/dict-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-db.c --- a/src/lib-dict/dict-db.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-db.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ /* FIXME: BDB isn't being used correctly/safely. */ diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-file.c --- a/src/lib-dict/dict-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-fs.c --- a/src/lib-dict/dict-fs.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-fs.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-memcached-ascii.c --- a/src/lib-dict/dict-memcached-ascii.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-memcached-ascii.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING memcached_ascii */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING memcached_ascii */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-memcached.c --- a/src/lib-dict/dict-memcached.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-memcached.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING memcached */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING memcached */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-redis.c --- a/src/lib-dict/dict-redis.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-redis.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING redis */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING redis */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-register.c --- a/src/lib-dict/dict-register.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-register.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dict-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-sql-settings.c --- a/src/lib-dict/dict-sql-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-sql-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-sql.c --- a/src/lib-dict/dict-sql.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-sql.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict-transaction-memory.c --- a/src/lib-dict/dict-transaction-memory.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict-transaction-memory.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/dict.c --- a/src/lib-dict/dict.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/dict.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dict/test-dict.c --- a/src/lib-dict/test-dict.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dict/test-dict.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dict-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-dns/dns-lookup.c --- a/src/lib-dns/dns-lookup.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-dns/dns-lookup.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/fs-api.c --- a/src/lib-fs/fs-api.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/fs-api.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/fs-metawrap.c --- a/src/lib-fs/fs-metawrap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/fs-metawrap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/fs-posix.c --- a/src/lib-fs/fs-posix.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/fs-posix.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/fs-sis-common.c --- a/src/lib-fs/fs-sis-common.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/fs-sis-common.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fs-sis-common.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/fs-sis-queue.c --- a/src/lib-fs/fs-sis-queue.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/fs-sis-queue.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/fs-sis.c --- a/src/lib-fs/fs-sis.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/fs-sis.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/istream-fs-file.c --- a/src/lib-fs/istream-fs-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/istream-fs-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/istream-metawrap.c --- a/src/lib-fs/istream-metawrap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/istream-metawrap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/ostream-cmp.c --- a/src/lib-fs/ostream-cmp.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/ostream-cmp.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-fs/ostream-metawrap.c --- a/src/lib-fs/ostream-metawrap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-fs/ostream-metawrap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ostream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-client-connection.c --- a/src/lib-http/http-client-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-client-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-client-host.c --- a/src/lib-http/http-client-host.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-client-host.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-client-peer.c --- a/src/lib-http/http-client-peer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-client-peer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-client-queue.c --- a/src/lib-http/http-client-queue.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-client-queue.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-client-request.c --- a/src/lib-http/http-client-request.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-client-request.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-client.c --- a/src/lib-http/http-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-date.c --- a/src/lib-http/http-date.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-date.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-header-parser.c --- a/src/lib-http/http-header-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-header-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-header.c --- a/src/lib-http/http-header.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-header.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-message-parser.c --- a/src/lib-http/http-message-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-message-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-parser.c --- a/src/lib-http/http-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-request-parser.c --- a/src/lib-http/http-request-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-request-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-response-parser.c --- a/src/lib-http/http-response-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-response-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-transfer-chunked.c --- a/src/lib-http/http-transfer-chunked.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-transfer-chunked.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/http-url.c --- a/src/lib-http/http-url.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/http-url.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/test-http-client.c --- a/src/lib-http/test-http-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/test-http-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/test-http-date.c --- a/src/lib-http/test-http-date.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/test-http-date.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "test-common.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/test-http-header-parser.c --- a/src/lib-http/test-http-header-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/test-http-header-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str-sanitize.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/test-http-request-parser.c --- a/src/lib-http/test-http-request-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/test-http-request-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/test-http-response-parser.c --- a/src/lib-http/test-http-response-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/test-http-response-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/test-http-server.c --- a/src/lib-http/test-http-server.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/test-http-server.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/test-http-transfer.c --- a/src/lib-http/test-http-transfer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/test-http-transfer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-http/test-http-url.c --- a/src/lib-http/test-http-url.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-http/test-http-url.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap-client/imapc-client.c --- a/src/lib-imap-client/imapc-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap-client/imapc-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap-client/imapc-connection.c --- a/src/lib-imap-client/imapc-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap-client/imapc-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap-client/imapc-msgmap.c --- a/src/lib-imap-client/imapc-msgmap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap-client/imapc-msgmap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap-storage/imap-msgpart-url.c --- a/src/lib-imap-storage/imap-msgpart-url.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap-storage/imap-msgpart-url.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap-storage/imap-msgpart.c --- a/src/lib-imap-storage/imap-msgpart.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap-storage/imap-msgpart.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap-urlauth/imap-urlauth-backend.c --- a/src/lib-imap-urlauth/imap-urlauth-backend.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap-urlauth/imap-urlauth-backend.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap-urlauth/imap-urlauth-connection.c --- a/src/lib-imap-urlauth/imap-urlauth-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap-urlauth/imap-urlauth-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap-urlauth/imap-urlauth-fetch.c --- a/src/lib-imap-urlauth/imap-urlauth-fetch.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap-urlauth/imap-urlauth-fetch.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap-urlauth/imap-urlauth.c --- a/src/lib-imap-urlauth/imap-urlauth.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap-urlauth/imap-urlauth.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-arg.c --- a/src/lib-imap/imap-arg.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-arg.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-arg.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-base-subject.c --- a/src/lib-imap/imap-base-subject.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-base-subject.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* Implementated against draft-ietf-imapext-sort-10 and draft-ietf-imapext-thread-12 */ diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-bodystructure.c --- a/src/lib-imap/imap-bodystructure.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-bodystructure.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-date.c --- a/src/lib-imap/imap-date.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-date.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-envelope.c --- a/src/lib-imap/imap-envelope.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-envelope.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-id.c --- a/src/lib-imap/imap-id.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-id.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-match.c --- a/src/lib-imap/imap-match.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-match.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* imap_match_init() logic originates from Cyrus, but the code is fully rewritten. */ diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-parser.c --- a/src/lib-imap/imap-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-quote.c --- a/src/lib-imap/imap-quote.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-quote.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-seqset.c --- a/src/lib-imap/imap-seqset.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-seqset.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-seqset.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-url.c --- a/src/lib-imap/imap-url.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-url.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-utf7.c --- a/src/lib-imap/imap-utf7.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-utf7.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/imap-util.c --- a/src/lib-imap/imap-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/imap-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/test-imap-bodystructure.c --- a/src/lib-imap/test-imap-bodystructure.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/test-imap-bodystructure.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/test-imap-match.c --- a/src/lib-imap/test-imap-match.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/test-imap-match.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-match.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/test-imap-parser.c --- a/src/lib-imap/test-imap-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/test-imap-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/test-imap-quote.c --- a/src/lib-imap/test-imap-quote.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/test-imap-quote.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/test-imap-url.c --- a/src/lib-imap/test-imap-url.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/test-imap-url.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/test-imap-utf7.c --- a/src/lib-imap/test-imap-utf7.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/test-imap-utf7.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-imap/test-imap-util.c --- a/src/lib-imap/test-imap-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-imap/test-imap-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-types.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-cache-compress.c --- a/src/lib-index/mail-cache-compress.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-cache-compress.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-cache-decisions.c --- a/src/lib-index/mail-cache-decisions.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-cache-decisions.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ /* Users can be divided to three groups: diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-cache-fields.c --- a/src/lib-index/mail-cache-fields.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-cache-fields.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-cache-lookup.c --- a/src/lib-index/mail-cache-lookup.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-cache-lookup.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-cache-sync-update.c --- a/src/lib-index/mail-cache-sync-update.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-cache-sync-update.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-cache-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-cache-transaction.c --- a/src/lib-index/mail-cache-transaction.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-cache-transaction.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-cache.c --- a/src/lib-index/mail-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-alloc-cache.c --- a/src/lib-index/mail-index-alloc-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-alloc-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-dummy-view.c --- a/src/lib-index/mail-index-dummy-view.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-dummy-view.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-fsck.c --- a/src/lib-index/mail-index-fsck.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-fsck.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-lock.c --- a/src/lib-index/mail-index-lock.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-lock.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ /* Locking should never fail or timeout. Exclusive locks must be kept as short diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-map-hdr.c --- a/src/lib-index/mail-index-map-hdr.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-map-hdr.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-map-read.c --- a/src/lib-index/mail-index-map-read.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-map-read.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-map.c --- a/src/lib-index/mail-index-map.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-map.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-modseq.c --- a/src/lib-index/mail-index-modseq.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-modseq.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-strmap.c --- a/src/lib-index/mail-index-strmap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-strmap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-sync-ext.c --- a/src/lib-index/mail-index-sync-ext.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-sync-ext.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-sync-keywords.c --- a/src/lib-index/mail-index-sync-keywords.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-sync-keywords.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-sync-update.c --- a/src/lib-index/mail-index-sync-update.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-sync-update.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-sync.c --- a/src/lib-index/mail-index-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-transaction-export.c --- a/src/lib-index/mail-index-transaction-export.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-transaction-export.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-transaction-finish.c --- a/src/lib-index/mail-index-transaction-finish.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-transaction-finish.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-transaction-sort-appends.c --- a/src/lib-index/mail-index-transaction-sort-appends.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-transaction-sort-appends.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-transaction-update.c --- a/src/lib-index/mail-index-transaction-update.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-transaction-update.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ /* Inside transaction we keep messages stored in sequences in uid fields. Before they're written to transaction log the sequences are changed to diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-transaction-view.c --- a/src/lib-index/mail-index-transaction-view.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-transaction-view.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-transaction.c --- a/src/lib-index/mail-index-transaction.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-transaction.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-util.c --- a/src/lib-index/mail-index-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-view-sync.c --- a/src/lib-index/mail-index-view-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-view-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-view.c --- a/src/lib-index/mail-index-view.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-view.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index-write.c --- a/src/lib-index/mail-index-write.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index-write.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "read-full.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-index.c --- a/src/lib-index/mail-index.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-index.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-transaction-log-append.c --- a/src/lib-index/mail-transaction-log-append.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-transaction-log-append.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-transaction-log-file.c --- a/src/lib-index/mail-transaction-log-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-transaction-log-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-transaction-log-view.c --- a/src/lib-index/mail-transaction-log-view.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-transaction-log-view.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mail-transaction-log.c --- a/src/lib-index/mail-transaction-log.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mail-transaction-log.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/mailbox-log.c --- a/src/lib-index/mailbox-log.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/mailbox-log.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/test-mail-index-sync-ext.c --- a/src/lib-index/test-mail-index-sync-ext.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/test-mail-index-sync-ext.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/test-mail-index-transaction-finish.c --- a/src/lib-index/test-mail-index-transaction-finish.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/test-mail-index-transaction-finish.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/test-mail-index-transaction-update.c --- a/src/lib-index/test-mail-index-transaction-update.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/test-mail-index-transaction-update.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/test-mail-transaction-log-append.c --- a/src/lib-index/test-mail-transaction-log-append.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/test-mail-transaction-log-append.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-index/test-mail-transaction-log-view.c --- a/src/lib-index/test-mail-transaction-log-view.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-index/test-mail-transaction-log-view.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-lda/duplicate.c --- a/src/lib-lda/duplicate.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-lda/duplicate.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-lda/lda-settings.c --- a/src/lib-lda/lda-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-lda/lda-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-lda/lmtp-client.c --- a/src/lib-lda/lmtp-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-lda/lmtp-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-lda/mail-deliver.c --- a/src/lib-lda/mail-deliver.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-lda/mail-deliver.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-lda/mail-send.c --- a/src/lib-lda/mail-send.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-lda/mail-send.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-lda/smtp-client.c --- a/src/lib-lda/smtp-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-lda/smtp-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/istream-attachment-connector.c --- a/src/lib-mail/istream-attachment-connector.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/istream-attachment-connector.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/istream-attachment-extractor.c --- a/src/lib-mail/istream-attachment-extractor.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/istream-attachment-extractor.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/istream-binary-converter.c --- a/src/lib-mail/istream-binary-converter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/istream-binary-converter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/istream-dot.c --- a/src/lib-mail/istream-dot.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/istream-dot.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/istream-header-filter.c --- a/src/lib-mail/istream-header-filter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/istream-header-filter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/istream-nonuls.c --- a/src/lib-mail/istream-nonuls.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/istream-nonuls.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/istream-qp-decoder.c --- a/src/lib-mail/istream-qp-decoder.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/istream-qp-decoder.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/mail-user-hash.c --- a/src/lib-mail/mail-user-hash.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/mail-user-hash.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/mbox-from.c --- a/src/lib-mail/mbox-from.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/mbox-from.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-address.c --- a/src/lib-mail/message-address.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-address.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-binary-part.c --- a/src/lib-mail/message-binary-part.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-binary-part.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "numpack.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-date.c --- a/src/lib-mail/message-date.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-date.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-decoder.c --- a/src/lib-mail/message-decoder.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-decoder.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-header-decode.c --- a/src/lib-mail/message-header-decode.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-header-decode.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-header-encode.c --- a/src/lib-mail/message-header-encode.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-header-encode.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-header-parser.c --- a/src/lib-mail/message-header-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-header-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-id.c --- a/src/lib-mail/message-id.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-id.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-parser.c --- a/src/lib-mail/message-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-part-serialize.c --- a/src/lib-mail/message-part-serialize.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-part-serialize.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-search.c --- a/src/lib-mail/message-search.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-search.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/message-size.c --- a/src/lib-mail/message-size.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/message-size.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/quoted-printable.c --- a/src/lib-mail/quoted-printable.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/quoted-printable.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/rfc2231-parser.c --- a/src/lib-mail/rfc2231-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/rfc2231-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/rfc822-parser.c --- a/src/lib-mail/rfc822-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/rfc822-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-istream-attachment.c --- a/src/lib-mail/test-istream-attachment.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-istream-attachment.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-istream-binary-converter.c --- a/src/lib-mail/test-istream-binary-converter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-istream-binary-converter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-istream-dot.c --- a/src/lib-mail/test-istream-dot.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-istream-dot.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-istream-header-filter.c --- a/src/lib-mail/test-istream-header-filter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-istream-header-filter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-istream-qp-decoder.c --- a/src/lib-mail/test-istream-qp-decoder.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-istream-qp-decoder.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-mbox-from.c --- a/src/lib-mail/test-mbox-from.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-mbox-from.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-message-address.c --- a/src/lib-mail/test-message-address.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-message-address.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-message-date.c --- a/src/lib-mail/test-message-date.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-message-date.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "message-date.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-message-decoder.c --- a/src/lib-mail/test-message-decoder.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-message-decoder.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-message-header-decode.c --- a/src/lib-mail/test-message-header-decode.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-message-header-decode.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-message-header-encode.c --- a/src/lib-mail/test-message-header-encode.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-message-header-encode.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-message-header-parser.c --- a/src/lib-mail/test-message-header-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-message-header-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-message-id.c --- a/src/lib-mail/test-message-id.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-message-id.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "message-id.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-message-parser.c --- a/src/lib-mail/test-message-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-message-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-quoted-printable.c --- a/src/lib-mail/test-quoted-printable.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-quoted-printable.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-mail/test-rfc2231-parser.c --- a/src/lib-mail/test-rfc2231-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-mail/test-rfc2231-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "rfc822-parser.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/anvil-client.c --- a/src/lib-master/anvil-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/anvil-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/ipc-client.c --- a/src/lib-master/ipc-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/ipc-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/ipc-server.c --- a/src/lib-master/ipc-server.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/ipc-server.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/master-auth.c --- a/src/lib-master/master-auth.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/master-auth.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/master-instance.c --- a/src/lib-master/master-instance.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/master-instance.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "abspath.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/master-login-auth.c --- a/src/lib-master/master-login-auth.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/master-login-auth.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/master-login.c --- a/src/lib-master/master-login.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/master-login.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/master-service-settings-cache.c --- a/src/lib-master/master-service-settings-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/master-service-settings-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/master-service-settings.c --- a/src/lib-master/master-service-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/master-service-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/master-service-ssl-settings.c --- a/src/lib-master/master-service-ssl-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/master-service-ssl-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/master-service-ssl.c --- a/src/lib-master/master-service-ssl.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/master-service-ssl.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/master-service.c --- a/src/lib-master/master-service.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/master-service.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/mountpoint-list.c --- a/src/lib-master/mountpoint-list.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/mountpoint-list.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-master/syslog-util.c --- a/src/lib-master/syslog-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-master/syslog-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "syslog-util.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-sasl/dsasl-client.c --- a/src/lib-sasl/dsasl-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-sasl/dsasl-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-sasl/mech-login.c --- a/src/lib-sasl/mech-login.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-sasl/mech-login.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-sasl/mech-plain.c --- a/src/lib-sasl/mech-plain.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-sasl/mech-plain.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-settings/settings-parser.c --- a/src/lib-settings/settings-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-settings/settings-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-settings/settings.c --- a/src/lib-settings/settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-settings/settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-sql/driver-mysql.c --- a/src/lib-sql/driver-mysql.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-sql/driver-mysql.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-sql/driver-pgsql.c --- a/src/lib-sql/driver-pgsql.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-sql/driver-pgsql.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-sql/driver-sqlite.c --- a/src/lib-sql/driver-sqlite.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-sql/driver-sqlite.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-sql/driver-sqlpool.c --- a/src/lib-sql/driver-sqlpool.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-sql/driver-sqlpool.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-sql/sql-api.c --- a/src/lib-sql/sql-api.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-sql/sql-api.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-sql/sql-db-cache.c --- a/src/lib-sql/sql-db-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-sql/sql-db-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-ssl-iostream/iostream-openssl-common.c --- a/src/lib-ssl-iostream/iostream-openssl-common.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-ssl-iostream/iostream-openssl-common.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-openssl.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-ssl-iostream/iostream-openssl-context.c --- a/src/lib-ssl-iostream/iostream-openssl-context.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-ssl-iostream/iostream-openssl-context.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-memset.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-ssl-iostream/iostream-openssl-params.c --- a/src/lib-ssl-iostream/iostream-openssl-params.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-ssl-iostream/iostream-openssl-params.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-ssl-iostream/iostream-openssl.c --- a/src/lib-ssl-iostream/iostream-openssl.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-ssl-iostream/iostream-openssl.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-ssl-iostream/iostream-ssl.c --- a/src/lib-ssl-iostream/iostream-ssl.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-ssl-iostream/iostream-ssl.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-ssl-iostream/istream-openssl.c --- a/src/lib-ssl-iostream/istream-openssl.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-ssl-iostream/istream-openssl.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-ssl-iostream/ostream-openssl.c --- a/src/lib-ssl-iostream/ostream-openssl.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-ssl-iostream/ostream-openssl.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/fail-mail-storage.c --- a/src/lib-storage/fail-mail-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/fail-mail-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/fail-mail.c --- a/src/lib-storage/fail-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/fail-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/fail-mailbox.c --- a/src/lib-storage/fail-mailbox.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/fail-mailbox.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/cydir/cydir-mail.c --- a/src/lib-storage/index/cydir/cydir-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/cydir/cydir-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/cydir/cydir-save.c --- a/src/lib-storage/index/cydir/cydir-save.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/cydir/cydir-save.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/cydir/cydir-storage.c --- a/src/lib-storage/index/cydir/cydir-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/cydir/cydir-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-copy.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/cydir/cydir-sync.c --- a/src/lib-storage/index/cydir/cydir-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/cydir/cydir-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-common/dbox-attachment.c --- a/src/lib-storage/index/dbox-common/dbox-attachment.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-common/dbox-attachment.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-common/dbox-file-fix.c --- a/src/lib-storage/index/dbox-common/dbox-file-fix.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-common/dbox-file-fix.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-dec.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-common/dbox-file.c --- a/src/lib-storage/index/dbox-common/dbox-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-common/dbox-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-common/dbox-mail.c --- a/src/lib-storage/index/dbox-common/dbox-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-common/dbox-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-common/dbox-save.c --- a/src/lib-storage/index/dbox-common/dbox-save.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-common/dbox-save.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-common/dbox-storage.c --- a/src/lib-storage/index/dbox-common/dbox-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-common/dbox-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "abspath.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-deleted-storage.c --- a/src/lib-storage/index/dbox-multi/mdbox-deleted-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-deleted-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-file.c --- a/src/lib-storage/index/dbox-multi/mdbox-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-mail.c --- a/src/lib-storage/index/dbox-multi/mdbox-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-map.c --- a/src/lib-storage/index/dbox-multi/mdbox-map.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-map.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-purge.c --- a/src/lib-storage/index/dbox-multi/mdbox-purge.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-purge.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-save.c --- a/src/lib-storage/index/dbox-multi/mdbox-save.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-save.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-settings.c --- a/src/lib-storage/index/dbox-multi/mdbox-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c --- a/src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-storage.c --- a/src/lib-storage/index/dbox-multi/mdbox-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-multi/mdbox-sync.c --- a/src/lib-storage/index/dbox-multi/mdbox-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-multi/mdbox-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ /* Expunging works like: diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-single/sdbox-copy.c --- a/src/lib-storage/index/dbox-single/sdbox-copy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-single/sdbox-copy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "nfs-workarounds.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-single/sdbox-file.c --- a/src/lib-storage/index/dbox-single/sdbox-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-single/sdbox-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "eacces-error.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-single/sdbox-mail.c --- a/src/lib-storage/index/dbox-single/sdbox-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-single/sdbox-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-single/sdbox-save.c --- a/src/lib-storage/index/dbox-single/sdbox-save.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-single/sdbox-save.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-single/sdbox-storage.c --- a/src/lib-storage/index/dbox-single/sdbox-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-single/sdbox-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fs-api.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c --- a/src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/dbox-single/sdbox-sync.c --- a/src/lib-storage/index/dbox-single/sdbox-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/dbox-single/sdbox-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dbox-attachment.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/imapc/imapc-list.c --- a/src/lib-storage/index/imapc/imapc-list.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/imapc/imapc-list.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/imapc/imapc-mail-fetch.c --- a/src/lib-storage/index/imapc/imapc-mail-fetch.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/imapc/imapc-mail-fetch.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/imapc/imapc-mail.c --- a/src/lib-storage/index/imapc/imapc-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/imapc/imapc-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/imapc/imapc-mailbox.c --- a/src/lib-storage/index/imapc/imapc-mailbox.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/imapc/imapc-mailbox.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/imapc/imapc-save.c --- a/src/lib-storage/index/imapc/imapc-save.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/imapc/imapc-save.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/imapc/imapc-settings.c --- a/src/lib-storage/index/imapc/imapc-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/imapc/imapc-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/imapc/imapc-storage.c --- a/src/lib-storage/index/imapc/imapc-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/imapc/imapc-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/imapc/imapc-sync.c --- a/src/lib-storage/index/imapc/imapc-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/imapc/imapc-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-attachment.c --- a/src/lib-storage/index/index-attachment.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-attachment.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-mkstemp.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-attribute.c --- a/src/lib-storage/index/index-attribute.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-attribute.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-mail-binary.c --- a/src/lib-storage/index/index-mail-binary.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-mail-binary.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-mail-headers.c --- a/src/lib-storage/index/index-mail-headers.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-mail-headers.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-mail.c --- a/src/lib-storage/index/index-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-mailbox-check.c --- a/src/lib-storage/index/index-mailbox-check.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-mailbox-check.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-rebuild.c --- a/src/lib-storage/index/index-rebuild.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-rebuild.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-search-result.c --- a/src/lib-storage/index/index-search-result.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-search-result.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-search.c --- a/src/lib-storage/index/index-search.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-search.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-sort-string.c --- a/src/lib-storage/index/index-sort-string.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-sort-string.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ /* The idea is that we use 32bit integers for string sort IDs which specifiy the sort order for primary sort condition. The whole 32bit integer space is diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-sort.c --- a/src/lib-storage/index/index-sort.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-sort.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-status.c --- a/src/lib-storage/index/index-status.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-status.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-storage.c --- a/src/lib-storage/index/index-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-sync-changes.c --- a/src/lib-storage/index/index-sync-changes.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-sync-changes.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-sync-pvt.c --- a/src/lib-storage/index/index-sync-pvt.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-sync-pvt.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-sync-search.c --- a/src/lib-storage/index/index-sync-search.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-sync-search.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-sync.c --- a/src/lib-storage/index/index-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "seq-range-array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-thread-finish.c --- a/src/lib-storage/index/index-thread-finish.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-thread-finish.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-thread-links.c --- a/src/lib-storage/index/index-thread-links.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-thread-links.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-thread.c --- a/src/lib-storage/index/index-thread.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-thread.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* doc/thread-refs.txt describes the incremental algorithm we use here. */ diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/index-transaction.c --- a/src/lib-storage/index/index-transaction.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/index-transaction.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/istream-mail.c --- a/src/lib-storage/index/istream-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/istream-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-copy.c --- a/src/lib-storage/index/maildir/maildir-copy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-copy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-filename-flags.c --- a/src/lib-storage/index/maildir/maildir-filename-flags.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-filename-flags.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-filename.c --- a/src/lib-storage/index/maildir/maildir-filename.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-filename.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-keywords.c --- a/src/lib-storage/index/maildir/maildir-keywords.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-keywords.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ /* note that everything here depends on uidlist file being locked the whole time. that's why we don't have any locking of our own, or that we do things diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-mail.c --- a/src/lib-storage/index/maildir/maildir-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-save.c --- a/src/lib-storage/index/maildir/maildir-save.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-save.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-settings.c --- a/src/lib-storage/index/maildir/maildir-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-storage.c --- a/src/lib-storage/index/maildir/maildir-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-sync-index.c --- a/src/lib-storage/index/maildir/maildir-sync-index.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-sync-index.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-sync.c --- a/src/lib-storage/index/maildir/maildir-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ /* Here's a description of how we handle Maildir synchronization and diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-uidlist.c --- a/src/lib-storage/index/maildir/maildir-uidlist.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-uidlist.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ /* Version 1 format has been used for most versions of Dovecot up to v1.0.x. diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/maildir/maildir-util.c --- a/src/lib-storage/index/maildir/maildir-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/maildir/maildir-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/istream-raw-mbox.c --- a/src/lib-storage/index/mbox/istream-raw-mbox.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/istream-raw-mbox.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-file.c --- a/src/lib-storage/index/mbox/mbox-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-lock.c --- a/src/lib-storage/index/mbox/mbox-lock.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-lock.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "eacces-error.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-mail.c --- a/src/lib-storage/index/mbox/mbox-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-md5-all.c --- a/src/lib-storage/index/mbox/mbox-md5-all.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-md5-all.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-md5-apop3d.c --- a/src/lib-storage/index/mbox/mbox-md5-apop3d.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-md5-apop3d.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-save.c --- a/src/lib-storage/index/mbox/mbox-save.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-save.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-settings.c --- a/src/lib-storage/index/mbox/mbox-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-storage.c --- a/src/lib-storage/index/mbox/mbox-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-sync-list-index.c --- a/src/lib-storage/index/mbox/mbox-sync-list-index.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-sync-list-index.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mbox-storage.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-sync-parse.c --- a/src/lib-storage/index/mbox/mbox-sync-parse.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-sync-parse.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ /* MD5 header summing logic was pretty much copy&pasted from popa3d by Solar Designer */ diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-sync-rewrite.c --- a/src/lib-storage/index/mbox/mbox-sync-rewrite.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-sync-rewrite.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-sync-update.c --- a/src/lib-storage/index/mbox/mbox-sync-update.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-sync-update.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/mbox/mbox-sync.c --- a/src/lib-storage/index/mbox/mbox-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/mbox/mbox-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ /* Modifying mbox can be slow, so we try to do it all at once minimizing the diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/pop3c/pop3c-client.c --- a/src/lib-storage/index/pop3c/pop3c-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/pop3c/pop3c-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/pop3c/pop3c-mail.c --- a/src/lib-storage/index/pop3c/pop3c-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/pop3c/pop3c-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/pop3c/pop3c-settings.c --- a/src/lib-storage/index/pop3c/pop3c-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/pop3c/pop3c-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/pop3c/pop3c-storage.c --- a/src/lib-storage/index/pop3c/pop3c-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/pop3c/pop3c-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/pop3c/pop3c-sync.c --- a/src/lib-storage/index/pop3c/pop3c-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/pop3c/pop3c-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/raw/raw-mail.c --- a/src/lib-storage/index/raw/raw-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/raw/raw-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/raw/raw-storage.c --- a/src/lib-storage/index/raw/raw-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/raw/raw-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/raw/raw-sync.c --- a/src/lib-storage/index/raw/raw-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/raw/raw-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/shared/shared-list.c --- a/src/lib-storage/index/shared/shared-list.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/shared/shared-list.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-match.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/index/shared/shared-storage.c --- a/src/lib-storage/index/shared/shared-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/index/shared/shared-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-delete.c --- a/src/lib-storage/list/mailbox-list-delete.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-delete.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-fs-flags.c --- a/src/lib-storage/list/mailbox-list-fs-flags.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-fs-flags.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-fs.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-fs-iter.c --- a/src/lib-storage/list/mailbox-list-fs-iter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-fs-iter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-fs.c --- a/src/lib-storage/list/mailbox-list-fs.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-fs.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-index-backend.c --- a/src/lib-storage/list/mailbox-list-index-backend.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-index-backend.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-index-iter.c --- a/src/lib-storage/list/mailbox-list-index-iter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-index-iter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-index-notify.c --- a/src/lib-storage/list/mailbox-list-index-notify.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-index-notify.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-index-status.c --- a/src/lib-storage/list/mailbox-list-index-status.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-index-status.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-index-sync.c --- a/src/lib-storage/list/mailbox-list-index-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-index-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-index.c --- a/src/lib-storage/list/mailbox-list-index.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-index.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-iter.c --- a/src/lib-storage/list/mailbox-list-iter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-iter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-maildir-iter.c --- a/src/lib-storage/list/mailbox-list-maildir-iter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-maildir-iter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-maildir.c --- a/src/lib-storage/list/mailbox-list-maildir.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-maildir.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-none.c --- a/src/lib-storage/list/mailbox-list-none.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-none.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-notify-tree.c --- a/src/lib-storage/list/mailbox-list-notify-tree.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-notify-tree.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/mailbox-list-subscriptions.c --- a/src/lib-storage/list/mailbox-list-subscriptions.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/mailbox-list-subscriptions.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/list/subscription-file.c --- a/src/lib-storage/list/subscription-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/list/subscription-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-copy.c --- a/src/lib-storage/mail-copy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-copy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-error.c --- a/src/lib-storage/mail-error.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-error.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "eacces-error.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-namespace.c --- a/src/lib-storage/mail-namespace.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-namespace.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-search-build.c --- a/src/lib-storage/mail-search-build.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-search-build.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-search-parser-cmdline.c --- a/src/lib-storage/mail-search-parser-cmdline.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-search-parser-cmdline.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-search-parser-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-search-parser-imap.c --- a/src/lib-storage/mail-search-parser-imap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-search-parser-imap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-arg.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-search-parser.c --- a/src/lib-storage/mail-search-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-search-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-search-parser-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-search-register-human.c --- a/src/lib-storage/mail-search-register-human.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-search-register-human.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-search-register-imap.c --- a/src/lib-storage/mail-search-register-imap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-search-register-imap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-search-register.c --- a/src/lib-storage/mail-search-register.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-search-register.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-search.c --- a/src/lib-storage/mail-search.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-search.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-storage-hooks.c --- a/src/lib-storage/mail-storage-hooks.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-storage-hooks.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-storage-service.c --- a/src/lib-storage/mail-storage-service.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-storage-service.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-storage-settings.c --- a/src/lib-storage/mail-storage-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-storage-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-storage.c --- a/src/lib-storage/mail-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-thread.c --- a/src/lib-storage/mail-thread.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-thread.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-thread.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail-user.c --- a/src/lib-storage/mail-user.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail-user.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mail.c --- a/src/lib-storage/mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mailbox-get.c --- a/src/lib-storage/mailbox-get.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mailbox-get.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mailbox-guid-cache.c --- a/src/lib-storage/mailbox-guid-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mailbox-guid-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mailbox-header.c --- a/src/lib-storage/mailbox-header.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mailbox-header.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-cache.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mailbox-keywords.c --- a/src/lib-storage/mailbox-keywords.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mailbox-keywords.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-arg.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mailbox-list-notify.c --- a/src/lib-storage/mailbox-list-notify.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mailbox-list-notify.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mailbox-list.c --- a/src/lib-storage/mailbox-list.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mailbox-list.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mailbox-search-result.c --- a/src/lib-storage/mailbox-search-result.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mailbox-search-result.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mailbox-tree.c --- a/src/lib-storage/mailbox-tree.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mailbox-tree.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/mailbox-uidvalidity.c --- a/src/lib-storage/mailbox-uidvalidity.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/mailbox-uidvalidity.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-storage/test-mailbox-get.c --- a/src/lib-storage/test-mailbox-get.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-storage/test-mailbox-get.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib-test/test-common.c --- a/src/lib-test/test-common.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib-test/test-common.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/abspath.c --- a/src/lib/abspath.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/abspath.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/aqueue.c --- a/src/lib/aqueue.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/aqueue.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/array.c --- a/src/lib/array.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/array.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/askpass.c --- a/src/lib/askpass.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/askpass.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/backtrace-string.c --- a/src/lib/backtrace-string.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/backtrace-string.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/base64.c --- a/src/lib/base64.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/base64.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/bsearch-insert-pos.c --- a/src/lib/bsearch-insert-pos.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/bsearch-insert-pos.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/buffer.c --- a/src/lib/buffer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/buffer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/child-wait.c --- a/src/lib/child-wait.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/child-wait.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/compat.c --- a/src/lib/compat.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/compat.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "config.h" #undef HAVE_CONFIG_H diff -r c329508e4fec -r add8c00fb3cc src/lib/connection.c --- a/src/lib/connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/crc32.c --- a/src/lib/crc32.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/crc32.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "crc32.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/data-stack.c --- a/src/lib/data-stack.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/data-stack.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/eacces-error.c --- a/src/lib/eacces-error.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/eacces-error.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/env-util.c --- a/src/lib/env-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/env-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/execv-const.c --- a/src/lib/execv-const.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/execv-const.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "execv-const.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/failures.c --- a/src/lib/failures.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/failures.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/fd-close-on-exec.c --- a/src/lib/fd-close-on-exec.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/fd-close-on-exec.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/fd-set-nonblock.c --- a/src/lib/fd-set-nonblock.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/fd-set-nonblock.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fd-set-nonblock.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/fdatasync-path.c --- a/src/lib/fdatasync-path.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/fdatasync-path.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fdatasync-path.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/fdpass.c --- a/src/lib/fdpass.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/fdpass.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* fdpass.c - File descriptor passing between processes via UNIX sockets diff -r c329508e4fec -r add8c00fb3cc src/lib/file-cache.c --- a/src/lib/file-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/file-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/file-copy.c --- a/src/lib/file-copy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/file-copy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/file-dotlock.c --- a/src/lib/file-dotlock.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/file-dotlock.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/file-lock.c --- a/src/lib/file-lock.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/file-lock.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "file-lock.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/file-set-size.c --- a/src/lib/file-set-size.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/file-set-size.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #ifdef HAVE_CONFIG_H # include "config.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/guid.c --- a/src/lib/guid.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/guid.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/hash-format.c --- a/src/lib/hash-format.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/hash-format.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/hash-method.c --- a/src/lib/hash-method.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/hash-method.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md4.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/hash.c --- a/src/lib/hash.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/hash.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/hash2.c --- a/src/lib/hash2.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/hash2.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/hex-binary.c --- a/src/lib/hex-binary.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/hex-binary.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/hex-dec.c --- a/src/lib/hex-dec.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/hex-dec.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-dec.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/home-expand.c --- a/src/lib/home-expand.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/home-expand.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ipwd.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/hostpid.c --- a/src/lib/hostpid.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/hostpid.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/imem.c --- a/src/lib/imem.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/imem.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ioloop-epoll.c --- a/src/lib/ioloop-epoll.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ioloop-epoll.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ioloop-notify-dn.c --- a/src/lib/ioloop-notify-dn.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ioloop-notify-dn.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ /* Logic is pretty much based on dnotify by Oskar Liljeblad. */ diff -r c329508e4fec -r add8c00fb3cc src/lib/ioloop-notify-fd.c --- a/src/lib/ioloop-notify-fd.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ioloop-notify-fd.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ioloop-notify-inotify.c --- a/src/lib/ioloop-notify-inotify.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ioloop-notify-inotify.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ioloop-notify-none.c --- a/src/lib/ioloop-notify-none.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ioloop-notify-none.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ioloop-poll.c --- a/src/lib/ioloop-poll.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ioloop-poll.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/ioloop-select.c --- a/src/lib/ioloop-select.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ioloop-select.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ioloop.c --- a/src/lib/ioloop.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ioloop.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/iostream-rawlog.c --- a/src/lib/iostream-rawlog.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/iostream-rawlog.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/iostream-temp.c --- a/src/lib/iostream-temp.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/iostream-temp.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/iostream.c --- a/src/lib/iostream.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/iostream.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ipwd.c --- a/src/lib/ipwd.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ipwd.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #define _POSIX_PTHREAD_SEMANTICS /* for Solaris */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/iso8601-date.c --- a/src/lib/iso8601-date.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/iso8601-date.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-base64-decoder.c --- a/src/lib/istream-base64-decoder.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-base64-decoder.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-base64-encoder.c --- a/src/lib/istream-base64-encoder.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-base64-encoder.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-chain.c --- a/src/lib/istream-chain.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-chain.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-concat.c --- a/src/lib/istream-concat.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-concat.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-crlf.c --- a/src/lib/istream-crlf.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-crlf.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-data.c --- a/src/lib/istream-data.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-data.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-file.c --- a/src/lib/istream-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-hash.c --- a/src/lib/istream-hash.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-hash.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash-method.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-jsonstr.c --- a/src/lib/istream-jsonstr.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-jsonstr.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-limit.c --- a/src/lib/istream-limit.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-limit.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-mmap.c --- a/src/lib/istream-mmap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-mmap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-rawlog.c --- a/src/lib/istream-rawlog.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-rawlog.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-rawlog-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-seekable.c --- a/src/lib/istream-seekable.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-seekable.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-sized.c --- a/src/lib/istream-sized.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-sized.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream-tee.c --- a/src/lib/istream-tee.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream-tee.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/istream.c --- a/src/lib/istream.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/istream.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/json-parser.c --- a/src/lib/json-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/json-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/lib-signals.c --- a/src/lib/lib-signals.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/lib-signals.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2001-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2001-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/lib.c --- a/src/lib/lib.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/lib.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2001-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2001-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/mempool-alloconly.c --- a/src/lib/mempool-alloconly.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/mempool-alloconly.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/mempool-datastack.c --- a/src/lib/mempool-datastack.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/mempool-datastack.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mempool.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/mempool-system.c --- a/src/lib/mempool-system.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/mempool-system.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/mempool-unsafe-datastack.c --- a/src/lib/mempool-unsafe-datastack.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/mempool-unsafe-datastack.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mempool.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/mempool.c --- a/src/lib/mempool.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/mempool.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/mkdir-parents.c --- a/src/lib/mkdir-parents.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/mkdir-parents.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/mmap-anon.c --- a/src/lib/mmap-anon.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/mmap-anon.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/mmap-util.c --- a/src/lib/mmap-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/mmap-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mmap-util.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/module-dir.c --- a/src/lib/module-dir.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/module-dir.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/mountpoint.c --- a/src/lib/mountpoint.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/mountpoint.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mountpoint.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/net.c --- a/src/lib/net.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/net.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2014 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE /* For Linux's struct ucred */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/nfs-workarounds.c --- a/src/lib/nfs-workarounds.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/nfs-workarounds.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ /* These tests were done with various Linux 2.6 kernels, FreeBSD 6.2 and diff -r c329508e4fec -r add8c00fb3cc src/lib/numpack.c --- a/src/lib/numpack.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/numpack.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ostream-buffer.c --- a/src/lib/ostream-buffer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ostream-buffer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ostream-file.c --- a/src/lib/ostream-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ostream-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/ostream-hash.c --- a/src/lib/ostream-hash.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ostream-hash.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash-method.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ostream-rawlog.c --- a/src/lib/ostream-rawlog.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ostream-rawlog.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-rawlog-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/ostream.c --- a/src/lib/ostream.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/ostream.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/primes.c --- a/src/lib/primes.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/primes.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "primes.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/printf-format-fix.c --- a/src/lib/printf-format-fix.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/printf-format-fix.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "printf-format-fix.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/priorityq.c --- a/src/lib/priorityq.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/priorityq.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/process-title.c --- a/src/lib/process-title.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/process-title.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "env-util.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/randgen.c --- a/src/lib/randgen.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/randgen.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "randgen.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/read-full.c --- a/src/lib/read-full.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/read-full.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "read-full.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/restrict-access.c --- a/src/lib/restrict-access.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/restrict-access.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE /* setresgid() */ #include /* for AIX */ diff -r c329508e4fec -r add8c00fb3cc src/lib/restrict-process-size.c --- a/src/lib/restrict-process-size.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/restrict-process-size.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-process-size.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/safe-memset.c --- a/src/lib/safe-memset.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/safe-memset.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-memset.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/safe-mkdir.c --- a/src/lib/safe-mkdir.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/safe-mkdir.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-mkdir.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/safe-mkstemp.c --- a/src/lib/safe-mkstemp.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/safe-mkstemp.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/sendfile-util.c --- a/src/lib/sendfile-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/sendfile-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* kludge a bit to remove _FILE_OFFSET_BITS definition from config.h. It's required to be able to include sys/sendfile.h with Linux. */ diff -r c329508e4fec -r add8c00fb3cc src/lib/seq-range-array.c --- a/src/lib/seq-range-array.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/seq-range-array.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/str-find.c --- a/src/lib/str-find.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/str-find.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/str-sanitize.c --- a/src/lib/str-sanitize.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/str-sanitize.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "unichar.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/str.c --- a/src/lib/str.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/str.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/strescape.c --- a/src/lib/strescape.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/strescape.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/strfuncs.c --- a/src/lib/strfuncs.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/strfuncs.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r c329508e4fec -r add8c00fb3cc src/lib/strnum.c --- a/src/lib/strnum.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/strnum.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "strnum.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-aqueue.c --- a/src/lib/test-aqueue.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-aqueue.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-array.c --- a/src/lib/test-array.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-array.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-base64.c --- a/src/lib/test-base64.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-base64.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-bsearch-insert-pos.c --- a/src/lib/test-bsearch-insert-pos.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-bsearch-insert-pos.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "bsearch-insert-pos.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-buffer.c --- a/src/lib/test-buffer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-buffer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-crc32.c --- a/src/lib/test-crc32.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-crc32.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "crc32.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-hash-format.c --- a/src/lib/test-hash-format.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-hash-format.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-hex-binary.c --- a/src/lib/test-hex-binary.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-hex-binary.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-iso8601-date.c --- a/src/lib/test-iso8601-date.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-iso8601-date.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "test-common.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-istream-base64-decoder.c --- a/src/lib/test-istream-base64-decoder.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-istream-base64-decoder.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-istream-base64-encoder.c --- a/src/lib/test-istream-base64-encoder.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-istream-base64-encoder.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-istream-concat.c --- a/src/lib/test-istream-concat.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-istream-concat.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-istream-crlf.c --- a/src/lib/test-istream-crlf.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-istream-crlf.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-istream-seekable.c --- a/src/lib/test-istream-seekable.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-istream-seekable.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "istream-private.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-istream-tee.c --- a/src/lib/test-istream-tee.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-istream-tee.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-json-parser.c --- a/src/lib/test-json-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-json-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-lib.c --- a/src/lib/test-lib.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-lib.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-llist.c --- a/src/lib/test-llist.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-llist.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-mempool-alloconly.c --- a/src/lib/test-mempool-alloconly.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-mempool-alloconly.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-network.c --- a/src/lib/test-network.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-network.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-numpack.c --- a/src/lib/test-numpack.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-numpack.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-ostream-file.c --- a/src/lib/test-ostream-file.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-ostream-file.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-primes.c --- a/src/lib/test-primes.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-primes.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "primes.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-priorityq.c --- a/src/lib/test-priorityq.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-priorityq.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "priorityq.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-seq-range-array.c --- a/src/lib/test-seq-range-array.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-seq-range-array.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-str-find.c --- a/src/lib/test-str-find.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-str-find.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str-find.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-str-sanitize.c --- a/src/lib/test-str-sanitize.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-str-sanitize.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str-sanitize.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-strescape.c --- a/src/lib/test-strescape.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-strescape.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-strfuncs.c --- a/src/lib/test-strfuncs.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-strfuncs.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-time-util.c --- a/src/lib/test-time-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-time-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "time-util.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-unichar.c --- a/src/lib/test-unichar.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-unichar.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-utc-mktime.c --- a/src/lib/test-utc-mktime.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-utc-mktime.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "utc-mktime.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/test-var-expand.c --- a/src/lib/test-var-expand.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/test-var-expand.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/time-util.c --- a/src/lib/time-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/time-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "time-util.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/unichar.c --- a/src/lib/unichar.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/unichar.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/unix-socket-create.c --- a/src/lib/unix-socket-create.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/unix-socket-create.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/unlink-directory.c --- a/src/lib/unlink-directory.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/unlink-directory.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* There's a bit tricky race condition with recursive deletion. diff -r c329508e4fec -r add8c00fb3cc src/lib/unlink-old-files.c --- a/src/lib/unlink-old-files.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/unlink-old-files.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/uri-util.c --- a/src/lib/uri-util.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/uri-util.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/utc-mktime.c --- a/src/lib/utc-mktime.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/utc-mktime.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-mktime.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/utc-offset.c --- a/src/lib/utc-offset.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/utc-offset.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/var-expand.c --- a/src/lib/var-expand.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/var-expand.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lib/write-full.c --- a/src/lib/write-full.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lib/write-full.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "write-full.h" diff -r c329508e4fec -r add8c00fb3cc src/lmtp/client.c --- a/src/lmtp/client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lmtp/client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lmtp/commands.c --- a/src/lmtp/commands.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lmtp/commands.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/lmtp/lmtp-proxy.c --- a/src/lmtp/lmtp-proxy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lmtp/lmtp-proxy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/lmtp/lmtp-settings.c --- a/src/lmtp/lmtp-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lmtp/lmtp-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/lmtp/main.c --- a/src/lmtp/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/lmtp/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/log/doveadm-connection.c --- a/src/log/doveadm-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/log/doveadm-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ostream.h" diff -r c329508e4fec -r add8c00fb3cc src/log/log-connection.c --- a/src/log/log-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/log/log-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/log/log-error-buffer.c --- a/src/log/log-error-buffer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/log/log-error-buffer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "log-error-buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/log/log-settings.c --- a/src/log/log-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/log/log-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/log/main.c --- a/src/log/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/log/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/access-lookup.c --- a/src/login-common/access-lookup.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/access-lookup.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/client-common-auth.c --- a/src/login-common/client-common-auth.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/client-common-auth.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "hostpid.h" #include "login-common.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/client-common.c --- a/src/login-common/client-common.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/client-common.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "hostpid.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/login-proxy-state.c --- a/src/login-common/login-proxy-state.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/login-proxy-state.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/login-proxy.c --- a/src/login-common/login-proxy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/login-proxy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/login-settings.c --- a/src/login-common/login-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/login-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "hostpid.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/main.c --- a/src/login-common/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/sasl-server.c --- a/src/login-common/sasl-server.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/sasl-server.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/ssl-proxy-gnutls.c --- a/src/login-common/ssl-proxy-gnutls.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/ssl-proxy-gnutls.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/ssl-proxy-openssl.c --- a/src/login-common/ssl-proxy-openssl.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/ssl-proxy-openssl.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/login-common/ssl-proxy.c --- a/src/login-common/ssl-proxy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/login-common/ssl-proxy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ssl-proxy.h" diff -r c329508e4fec -r add8c00fb3cc src/master/capabilities-posix.c --- a/src/master/capabilities-posix.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/capabilities-posix.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "capabilities.h" diff -r c329508e4fec -r add8c00fb3cc src/master/dup2-array.c --- a/src/master/dup2-array.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/dup2-array.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/master/main.c --- a/src/master/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/master/master-settings.c --- a/src/master/master-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/master-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/master/service-anvil.c --- a/src/master/service-anvil.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/service-anvil.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/master/service-listen.c --- a/src/master/service-listen.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/service-listen.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/master/service-log.c --- a/src/master/service-log.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/service-log.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/master/service-monitor.c --- a/src/master/service-monitor.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/service-monitor.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/master/service-process-notify.c --- a/src/master/service-process-notify.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/service-process-notify.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/master/service-process.c --- a/src/master/service-process.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/service-process.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/master/service.c --- a/src/master/service.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/master/service.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-api.c --- a/src/plugins/acl/acl-api.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-api.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-attributes.c --- a/src/plugins/acl/acl-attributes.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-attributes.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-backend-vfile-acllist.c --- a/src/plugins/acl/acl-backend-vfile-acllist.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-backend-vfile-acllist.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-backend.c --- a/src/plugins/acl/acl-backend.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-backend.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-cache.c --- a/src/plugins/acl/acl-cache.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-cache.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-lookup-dict.c --- a/src/plugins/acl/acl-lookup-dict.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-lookup-dict.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-mailbox-list.c --- a/src/plugins/acl/acl-mailbox-list.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-mailbox-list.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-mailbox.c --- a/src/plugins/acl/acl-mailbox.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-mailbox.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ /* FIXME: If we don't have permission to change flags/keywords, the changes should still be stored temporarily for this session. However most clients diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-plugin.c --- a/src/plugins/acl/acl-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-private.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-shared-storage.c --- a/src/plugins/acl/acl-shared-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-shared-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/acl-storage.c --- a/src/plugins/acl/acl-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/acl-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/acl/doveadm-acl.c --- a/src/plugins/acl/doveadm-acl.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/acl/doveadm-acl.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/autocreate/autocreate-plugin.c --- a/src/plugins/autocreate/autocreate-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/autocreate/autocreate-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ /* FIXME: this plugin is only for backwards compatibility. log a warning in v2.2 about this and in later versions remove completely */ diff -r c329508e4fec -r add8c00fb3cc src/plugins/expire/doveadm-expire.c --- a/src/plugins/expire/doveadm-expire.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/expire/doveadm-expire.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/expire/expire-plugin.c --- a/src/plugins/expire/expire-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/expire/expire-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/expire/expire-set.c --- a/src/plugins/expire/expire-set.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/expire/expire-set.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-lucene/doveadm-fts-lucene.c --- a/src/plugins/fts-lucene/doveadm-fts-lucene.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-lucene/doveadm-fts-lucene.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "doveadm-dump.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-lucene/fts-backend-lucene.c --- a/src/plugins/fts-lucene/fts-backend-lucene.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-lucene/fts-backend-lucene.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-lucene/fts-lucene-plugin.c --- a/src/plugins/fts-lucene/fts-lucene-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-lucene/fts-lucene-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "crc32.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-solr/fts-backend-solr-old.c --- a/src/plugins/fts-solr/fts-backend-solr-old.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-solr/fts-backend-solr-old.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-solr/fts-backend-solr.c --- a/src/plugins/fts-solr/fts-backend-solr.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-solr/fts-backend-solr.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-solr/fts-solr-plugin.c --- a/src/plugins/fts-solr/fts-solr-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-solr/fts-solr-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-solr/solr-connection.c --- a/src/plugins/fts-solr/solr-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-solr/solr-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-squat/fts-backend-squat.c --- a/src/plugins/fts-squat/fts-backend-squat.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-squat/fts-backend-squat.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-squat/fts-squat-plugin.c --- a/src/plugins/fts-squat/fts-squat-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-squat/fts-squat-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fts-squat-plugin.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-squat/squat-test.c --- a/src/plugins/fts-squat/squat-test.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-squat/squat-test.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-squat/squat-trie.c --- a/src/plugins/fts-squat/squat-trie.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-squat/squat-trie.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts-squat/squat-uidlist.c --- a/src/plugins/fts-squat/squat-uidlist.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts-squat/squat-uidlist.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/doveadm-dump-fts-expunge-log.c --- a/src/plugins/fts/doveadm-dump-fts-expunge-log.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/doveadm-dump-fts-expunge-log.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/doveadm-fts.c --- a/src/plugins/fts/doveadm-fts.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/doveadm-fts.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-api.c --- a/src/plugins/fts/fts-api.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-api.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-build-mail.c --- a/src/plugins/fts/fts-build-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-build-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-expunge-log.c --- a/src/plugins/fts/fts-expunge-log.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-expunge-log.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-indexer.c --- a/src/plugins/fts/fts-indexer.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-indexer.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-parser-html.c --- a/src/plugins/fts/fts-parser-html.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-parser-html.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-parser-script.c --- a/src/plugins/fts/fts-parser-script.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-parser-script.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-parser.c --- a/src/plugins/fts/fts-parser.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-parser.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-plugin.c --- a/src/plugins/fts/fts-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-hooks.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-search-serialize.c --- a/src/plugins/fts/fts-search-serialize.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-search-serialize.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-search.c --- a/src/plugins/fts/fts-search.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-search.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/fts-storage.c --- a/src/plugins/fts/fts-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/fts-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/fts/xml2text.c --- a/src/plugins/fts/xml2text.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/fts/xml2text.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "message-parser.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/imap-acl/imap-acl-plugin.c --- a/src/plugins/imap-acl/imap-acl-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/imap-acl/imap-acl-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/imap-quota/imap-quota-plugin.c --- a/src/plugins/imap-quota/imap-quota-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/imap-quota/imap-quota-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/imap-stats/imap-stats-plugin.c --- a/src/plugins/imap-stats/imap-stats-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/imap-stats/imap-stats-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/imap-zlib/imap-zlib-plugin.c --- a/src/plugins/imap-zlib/imap-zlib-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/imap-zlib/imap-zlib-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/lazy-expunge/lazy-expunge-plugin.c --- a/src/plugins/lazy-expunge/lazy-expunge-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/lazy-expunge/lazy-expunge-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/listescape/listescape-plugin.c --- a/src/plugins/listescape/listescape-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/listescape/listescape-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-hooks.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/mail-filter/istream-ext-filter.c --- a/src/plugins/mail-filter/istream-ext-filter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/mail-filter/istream-ext-filter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/mail-filter/mail-filter-plugin.c --- a/src/plugins/mail-filter/mail-filter-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/mail-filter/mail-filter-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/mail-filter/ostream-ext-filter.c --- a/src/plugins/mail-filter/ostream-ext-filter.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/mail-filter/ostream-ext-filter.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/mail-log/mail-log-plugin.c --- a/src/plugins/mail-log/mail-log-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/mail-log/mail-log-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/mailbox-alias/mailbox-alias-plugin.c --- a/src/plugins/mailbox-alias/mailbox-alias-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/mailbox-alias/mailbox-alias-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/notify/notify-plugin.c --- a/src/plugins/notify/notify-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/notify/notify-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/notify/notify-storage.c --- a/src/plugins/notify/notify-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/notify/notify-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/pop3-migration/pop3-migration-plugin.c --- a/src/plugins/pop3-migration/pop3-migration-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/pop3-migration/pop3-migration-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/doveadm-quota.c --- a/src/plugins/quota/doveadm-quota.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/doveadm-quota.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/quota-count.c --- a/src/plugins/quota/quota-count.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/quota-count.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/quota-dict.c --- a/src/plugins/quota/quota-dict.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/quota-dict.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/quota-dirsize.c --- a/src/plugins/quota/quota-dirsize.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/quota-dirsize.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ /* Quota reporting based on simply summing sizes of all files in mailbox together. */ diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/quota-fs.c --- a/src/plugins/quota/quota-fs.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/quota-fs.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ /* Only for reporting filesystem quota */ diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/quota-maildir.c --- a/src/plugins/quota/quota-maildir.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/quota-maildir.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/quota-plugin.c --- a/src/plugins/quota/quota-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/quota-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-user.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/quota-status.c --- a/src/plugins/quota/quota-status.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/quota-status.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ostream.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/quota-storage.c --- a/src/plugins/quota/quota-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/quota-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/quota/quota.c --- a/src/plugins/quota/quota.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/quota/quota.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/replication/replication-plugin.c --- a/src/plugins/replication/replication-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/replication/replication-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/snarf/snarf-plugin.c --- a/src/plugins/snarf/snarf-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/snarf/snarf-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/stats/stats-connection.c --- a/src/plugins/stats/stats-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/stats/stats-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/stats/stats-plugin.c --- a/src/plugins/stats/stats-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/stats/stats-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/trash/trash-plugin.c --- a/src/plugins/trash/trash-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/trash/trash-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/virtual/virtual-config.c --- a/src/plugins/virtual/virtual-config.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/virtual/virtual-config.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/virtual/virtual-mail.c --- a/src/plugins/virtual/virtual-mail.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/virtual/virtual-mail.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/virtual/virtual-plugin.c --- a/src/plugins/virtual/virtual-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/virtual/virtual-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/virtual/virtual-save.c --- a/src/plugins/virtual/virtual-save.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/virtual/virtual-save.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/virtual/virtual-search.c --- a/src/plugins/virtual/virtual-search.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/virtual/virtual-search.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/virtual/virtual-storage.c --- a/src/plugins/virtual/virtual-storage.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/virtual/virtual-storage.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/virtual/virtual-sync.c --- a/src/plugins/virtual/virtual-sync.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/virtual/virtual-sync.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/virtual/virtual-transaction.c --- a/src/plugins/virtual/virtual-transaction.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/virtual/virtual-transaction.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/plugins/zlib/zlib-plugin.c --- a/src/plugins/zlib/zlib-plugin.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/plugins/zlib/zlib-plugin.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/pop3-login/client-authenticate.c --- a/src/pop3-login/client-authenticate.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/pop3-login/client-authenticate.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff -r c329508e4fec -r add8c00fb3cc src/pop3-login/client.c --- a/src/pop3-login/client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/pop3-login/client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff -r c329508e4fec -r add8c00fb3cc src/pop3-login/pop3-login-settings.c --- a/src/pop3-login/pop3-login-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/pop3-login/pop3-login-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/pop3-login/pop3-proxy.c --- a/src/pop3-login/pop3-proxy.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/pop3-login/pop3-proxy.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/pop3/main.c --- a/src/pop3/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/pop3/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "pop3-common.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/pop3/pop3-client.c --- a/src/pop3/pop3-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/pop3/pop3-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "pop3-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/pop3/pop3-commands.c --- a/src/pop3/pop3-commands.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/pop3/pop3-commands.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "pop3-common.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/pop3/pop3-settings.c --- a/src/pop3/pop3-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/pop3/pop3-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/aggregator/aggregator-settings.c --- a/src/replication/aggregator/aggregator-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/aggregator/aggregator-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/aggregator/aggregator.c --- a/src/replication/aggregator/aggregator.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/aggregator/aggregator.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/aggregator/notify-connection.c --- a/src/replication/aggregator/notify-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/aggregator/notify-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/aggregator/replicator-connection.c --- a/src/replication/aggregator/replicator-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/aggregator/replicator-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/replicator/doveadm-connection.c --- a/src/replication/replicator/doveadm-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/replicator/doveadm-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "connection.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/replicator/dsync-client.c --- a/src/replication/replicator/dsync-client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/replicator/dsync-client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/replicator/notify-connection.c --- a/src/replication/replicator/notify-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/replicator/notify-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/replicator/replicator-brain.c --- a/src/replication/replicator/replicator-brain.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/replicator/replicator-brain.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/replicator/replicator-queue.c --- a/src/replication/replicator/replicator-queue.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/replicator/replicator-queue.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/replicator/replicator-settings.c --- a/src/replication/replicator/replicator-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/replicator/replicator-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/replication/replicator/replicator.c --- a/src/replication/replicator/replicator.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/replication/replicator/replicator.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/ssl-params/main.c --- a/src/ssl-params/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/ssl-params/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/ssl-params/ssl-params-openssl.c --- a/src/ssl-params/ssl-params-openssl.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/ssl-params/ssl-params-openssl.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "write-full.h" diff -r c329508e4fec -r add8c00fb3cc src/ssl-params/ssl-params-settings.c --- a/src/ssl-params/ssl-params-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/ssl-params/ssl-params-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/ssl-params/ssl-params.c --- a/src/ssl-params/ssl-params.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/ssl-params/ssl-params.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/client-export.c --- a/src/stats/client-export.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/client-export.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/client.c --- a/src/stats/client.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/client.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/global-memory.c --- a/src/stats/global-memory.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/global-memory.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-command.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/mail-command.c --- a/src/stats/mail-command.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/mail-command.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/mail-domain.c --- a/src/stats/mail-domain.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/mail-domain.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/mail-ip.c --- a/src/stats/mail-ip.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/mail-ip.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/mail-server-connection.c --- a/src/stats/mail-server-connection.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/mail-server-connection.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "strescape.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/mail-session.c --- a/src/stats/mail-session.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/mail-session.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/mail-stats.c --- a/src/stats/mail-stats.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/mail-stats.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "time-util.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/mail-user.c --- a/src/stats/mail-user.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/mail-user.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/main.c --- a/src/stats/main.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/main.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r c329508e4fec -r add8c00fb3cc src/stats/stats-settings.c --- a/src/stats/stats-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/stats/stats-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/util/gdbhelper.c --- a/src/util/gdbhelper.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/util/gdbhelper.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/util/maildirlock.c --- a/src/util/maildirlock.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/util/maildirlock.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r c329508e4fec -r add8c00fb3cc src/util/rawlog.c --- a/src/util/rawlog.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/util/rawlog.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r c329508e4fec -r add8c00fb3cc src/util/script-login.c --- a/src/util/script-login.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/util/script-login.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "env-util.h" diff -r c329508e4fec -r add8c00fb3cc src/util/script.c --- a/src/util/script.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/util/script.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r c329508e4fec -r add8c00fb3cc src/util/tcpwrap-settings.c --- a/src/util/tcpwrap-settings.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/util/tcpwrap-settings.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r c329508e4fec -r add8c00fb3cc src/util/tcpwrap.c --- a/src/util/tcpwrap.c Mon Feb 03 12:42:13 2014 -0500 +++ b/src/util/tcpwrap.c Tue Feb 04 16:23:22 2014 -0500 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h"