# HG changeset patch # User Timo Sirainen # Date 1329065728 -7200 # Node ID ba770cba5598afda0d245c176e52b3f7e7f390cd # Parent ad5298ba3229ccedc378c50ec14bfe57f13dc0e5 Updated copyright notices to include year 2012. diff -r ad5298ba3229 -r ba770cba5598 src/anvil/anvil-connection.c --- a/src/anvil/anvil-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/anvil/anvil-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "llist.h" diff -r ad5298ba3229 -r ba770cba5598 src/anvil/anvil-settings.c --- a/src/anvil/anvil-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/anvil/anvil-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/anvil/connect-limit.c --- a/src/anvil/connect-limit.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/anvil/connect-limit.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "hash.h" diff -r ad5298ba3229 -r ba770cba5598 src/anvil/main.c --- a/src/anvil/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/anvil/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/anvil/penalty.c --- a/src/anvil/penalty.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/anvil/penalty.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/anvil/test-penalty.c --- a/src/anvil/test-penalty.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/anvil/test-penalty.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-cache.c --- a/src/auth/auth-cache.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-cache.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "lib-signals.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-client-connection.c --- a/src/auth/auth-client-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-client-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-master-connection.c --- a/src/auth/auth-master-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-master-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-penalty.c --- a/src/auth/auth-penalty.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-penalty.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-postfix-connection.c --- a/src/auth/auth-postfix-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-postfix-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-request-handler.c --- a/src/auth/auth-request-handler.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-request-handler.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-request.c --- a/src/auth/auth-request.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-request.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-settings.c --- a/src/auth/auth-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-stream.c --- a/src/auth/auth-stream.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-stream.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-worker-client.c --- a/src/auth/auth-worker-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-worker-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth-worker-server.c --- a/src/auth/auth-worker-server.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth-worker-server.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/auth.c --- a/src/auth/auth.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/auth.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/db-checkpassword.c --- a/src/auth/db-checkpassword.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/db-checkpassword.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/db-ldap.c --- a/src/auth/db-ldap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/db-ldap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/db-passwd-file.c --- a/src/auth/db-passwd-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/db-passwd-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/db-sql.c --- a/src/auth/db-sql.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/db-sql.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/main.c --- a/src/auth/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/mech-anonymous.c --- a/src/auth/mech-anonymous.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/mech-anonymous.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "mech.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/mech-cram-md5.c --- a/src/auth/mech-cram-md5.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/mech-cram-md5.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* CRAM-MD5 SASL authentication, see RFC-2195 Joshua Goodall */ diff -r ad5298ba3229 -r ba770cba5598 src/auth/mech-digest-md5.c --- a/src/auth/mech-digest-md5.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/mech-digest-md5.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* Digest-MD5 SASL authentication, see RFC-2831 */ diff -r ad5298ba3229 -r ba770cba5598 src/auth/mech-external.c --- a/src/auth/mech-external.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/mech-external.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/mech-plain.c --- a/src/auth/mech-plain.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/mech-plain.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "safe-memset.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/mech.c --- a/src/auth/mech.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/mech.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-blocking.c --- a/src/auth/passdb-blocking.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-blocking.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-bsdauth.c --- a/src/auth/passdb-bsdauth.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-bsdauth.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-cache.c --- a/src/auth/passdb-cache.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-cache.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "password-scheme.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-checkpassword.c --- a/src/auth/passdb-checkpassword.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-checkpassword.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "execv-const.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-imap.c --- a/src/auth/passdb-imap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-imap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-ldap.c --- a/src/auth/passdb-ldap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-ldap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-passwd-file.c --- a/src/auth/passdb-passwd-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-passwd-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-passwd.c --- a/src/auth/passdb-passwd.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-passwd.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-shadow.c --- a/src/auth/passdb-shadow.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-shadow.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-sql.c --- a/src/auth/passdb-sql.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-sql.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-static.c --- a/src/auth/passdb-static.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-static.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-template.c --- a/src/auth/passdb-template.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-template.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb-vpopmail.c --- a/src/auth/passdb-vpopmail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb-vpopmail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* Thanks to Courier-IMAP for showing how the vpopmail API should be used */ diff -r ad5298ba3229 -r ba770cba5598 src/auth/passdb.c --- a/src/auth/passdb.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/passdb.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/password-scheme-crypt.c --- a/src/auth/password-scheme-crypt.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/password-scheme-crypt.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mycrypt.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/password-scheme.c --- a/src/auth/password-scheme.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/password-scheme.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-blocking.c --- a/src/auth/userdb-blocking.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-blocking.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-checkpassword.c --- a/src/auth/userdb-checkpassword.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-checkpassword.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "execv-const.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-ldap.c --- a/src/auth/userdb-ldap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-ldap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-nss.c --- a/src/auth/userdb-nss.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-nss.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ /* Currently supports only GLIBC-compatible NSS modules */ diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-passwd-file.c --- a/src/auth/userdb-passwd-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-passwd-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-passwd.c --- a/src/auth/userdb-passwd.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-passwd.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-prefetch.c --- a/src/auth/userdb-prefetch.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-prefetch.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-sql.c --- a/src/auth/userdb-sql.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-sql.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-static.c --- a/src/auth/userdb-static.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-static.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-template.c --- a/src/auth/userdb-template.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-template.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb-vpopmail.c --- a/src/auth/userdb-vpopmail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb-vpopmail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* Thanks to Courier-IMAP for showing how the vpopmail API should be used */ diff -r ad5298ba3229 -r ba770cba5598 src/auth/userdb.c --- a/src/auth/userdb.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/auth/userdb.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/config/config-connection.c --- a/src/config/config-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/config/config-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r ad5298ba3229 -r ba770cba5598 src/config/config-filter.c --- a/src/config/config-filter.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/config/config-filter.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/config/config-parser.c --- a/src/config/config-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/config/config-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/config/config-request.c --- a/src/config/config-request.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/config/config-request.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/config/config-settings.c --- a/src/config/config-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/config/config-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/config/doveconf.c --- a/src/config/doveconf.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/config/doveconf.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/config/main.c --- a/src/config/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/config/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff -r ad5298ba3229 -r ba770cba5598 src/config/old-set-parser.c --- a/src/config/old-set-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/config/old-set-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/config/sysinfo-get.c --- a/src/config/sysinfo-get.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/config/sysinfo-get.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mountpoint.h" diff -r ad5298ba3229 -r ba770cba5598 src/dict/dict-commands.c --- a/src/dict/dict-commands.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/dict/dict-commands.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/dict/dict-connection.c --- a/src/dict/dict-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/dict/dict-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/dict/dict-settings.c --- a/src/dict/dict-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/dict/dict-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/dict/main.c --- a/src/dict/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/dict/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/auth-connection.c --- a/src/director/auth-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/auth-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/director-connection.c --- a/src/director/director-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/director-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/director-host.c --- a/src/director/director-host.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/director-host.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/director-request.c --- a/src/director/director-request.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/director-request.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/director-settings.c --- a/src/director/director-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/director-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/director-test.c --- a/src/director/director-test.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/director-test.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ /* This program accepts incoming unauthenticated IMAP connections from diff -r ad5298ba3229 -r ba770cba5598 src/director/director.c --- a/src/director/director.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/director.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/doveadm-connection.c --- a/src/director/doveadm-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/doveadm-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/login-connection.c --- a/src/director/login-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/login-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/mail-host.c --- a/src/director/mail-host.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/mail-host.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/main.c --- a/src/director/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/notify-connection.c --- a/src/director/notify-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/notify-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/director/user-directory.c --- a/src/director/user-directory.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/director/user-directory.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/dns/dns-client-settings.c --- a/src/dns/dns-client-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/dns/dns-client-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/dns/dns-client.c --- a/src/dns/dns-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/dns/dns-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/client-connection.c --- a/src/doveadm/client-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/client-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-auth.c --- a/src/doveadm/doveadm-auth.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-auth.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-director.c --- a/src/doveadm/doveadm-director.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-director.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-dump-dbox.c --- a/src/doveadm/doveadm-dump-dbox.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-dump-dbox.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-dec.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-dump-index.c --- a/src/doveadm/doveadm-dump-index.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-dump-index.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-dump-log.c --- a/src/doveadm/doveadm-dump-log.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-dump-log.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-binary.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-dump-mailboxlog.c --- a/src/doveadm/doveadm-dump-mailboxlog.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-dump-mailboxlog.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-binary.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-dump-thread.c --- a/src/doveadm/doveadm-dump-thread.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-dump-thread.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mmap-util.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-dump.c --- a/src/doveadm/doveadm-dump.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-dump.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-kick.c --- a/src/doveadm/doveadm-kick.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-kick.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-log.c --- a/src/doveadm/doveadm-log.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-log.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-altmove.c --- a/src/doveadm/doveadm-mail-altmove.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-altmove.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-expunge.c --- a/src/doveadm/doveadm-mail-expunge.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-expunge.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-fetch.c --- a/src/doveadm/doveadm-mail-fetch.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-fetch.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-import.c --- a/src/doveadm/doveadm-mail-import.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-import.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-index.c --- a/src/doveadm/doveadm-mail-index.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-index.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-iter.c --- a/src/doveadm/doveadm-mail-iter.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-iter.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-list-iter.c --- a/src/doveadm/doveadm-mail-list-iter.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-list-iter.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-mailbox-status.c --- a/src/doveadm/doveadm-mail-mailbox-status.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-mailbox-status.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-mailbox.c --- a/src/doveadm/doveadm-mail-mailbox.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-mailbox.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-move.c --- a/src/doveadm/doveadm-mail-move.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-move.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-search.c --- a/src/doveadm/doveadm-mail-search.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-search.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail-server.c --- a/src/doveadm/doveadm-mail-server.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail-server.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mail.c --- a/src/doveadm/doveadm-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-master.c --- a/src/doveadm/doveadm-master.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-master.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "doveadm.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-mutf7.c --- a/src/doveadm/doveadm-mutf7.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-mutf7.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-penalty.c --- a/src/doveadm/doveadm-penalty.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-penalty.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-print-flow.c --- a/src/doveadm/doveadm-print-flow.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-print-flow.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-print-pager.c --- a/src/doveadm/doveadm-print-pager.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-print-pager.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-print-server.c --- a/src/doveadm/doveadm-print-server.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-print-server.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-print-tab.c --- a/src/doveadm/doveadm-print-tab.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-print-tab.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-print-table.c --- a/src/doveadm/doveadm-print-table.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-print-table.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-print.c --- a/src/doveadm/doveadm-print.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-print.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-proxy.c --- a/src/doveadm/doveadm-proxy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-proxy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-settings.c --- a/src/doveadm/doveadm-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-sis.c --- a/src/doveadm/doveadm-sis.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-sis.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-stats.c --- a/src/doveadm/doveadm-stats.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-stats.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-util.c --- a/src/doveadm/doveadm-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm-who.c --- a/src/doveadm/doveadm-who.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm-who.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/doveadm.c --- a/src/doveadm/doveadm.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/doveadm.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/doveadm-dsync.c --- a/src/doveadm/dsync/doveadm-dsync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/doveadm-dsync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-brain-msgs-new.c --- a/src/doveadm/dsync/dsync-brain-msgs-new.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-brain-msgs-new.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ /* This code contains the step 6 explained in dsync-brain-msgs.c: diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-brain-msgs.c --- a/src/doveadm/dsync/dsync-brain-msgs.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-brain-msgs.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ /* This code synchronizes messages in all mailboxes between two workers. The "src" and "dest" terms don't really have anything to do with reality, diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-brain.c --- a/src/doveadm/dsync/dsync-brain.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-brain.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-data.c --- a/src/doveadm/dsync/dsync-data.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-data.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-proxy-client.c --- a/src/doveadm/dsync/dsync-proxy-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-proxy-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-proxy-server-cmd.c --- a/src/doveadm/dsync/dsync-proxy-server-cmd.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-proxy-server-cmd.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-proxy-server.c --- a/src/doveadm/dsync/dsync-proxy-server.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-proxy-server.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "strescape.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-proxy.c --- a/src/doveadm/dsync/dsync-proxy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-proxy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-worker-local.c --- a/src/doveadm/dsync/dsync-worker-local.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-worker-local.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/dsync-worker.c --- a/src/doveadm/dsync/dsync-worker.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/dsync-worker.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/test-dsync-brain-msgs.c --- a/src/doveadm/dsync/test-dsync-brain-msgs.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/test-dsync-brain-msgs.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/test-dsync-brain.c --- a/src/doveadm/dsync/test-dsync-brain.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/test-dsync-brain.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/test-dsync-common.c --- a/src/doveadm/dsync/test-dsync-common.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/test-dsync-common.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/test-dsync-proxy-server-cmd.c --- a/src/doveadm/dsync/test-dsync-proxy-server-cmd.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/test-dsync-proxy-server-cmd.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/test-dsync-proxy.c --- a/src/doveadm/dsync/test-dsync-proxy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/test-dsync-proxy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/dsync/test-dsync-worker.c --- a/src/doveadm/dsync/test-dsync-worker.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/dsync/test-dsync-worker.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/main.c --- a/src/doveadm/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r ad5298ba3229 -r ba770cba5598 src/doveadm/server-connection.c --- a/src/doveadm/server-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/doveadm/server-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap-login/client-authenticate.c --- a/src/imap-login/client-authenticate.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap-login/client-authenticate.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap-login/client.c --- a/src/imap-login/client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap-login/client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap-login/imap-login-settings.c --- a/src/imap-login/imap-login-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap-login/imap-login-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap-login/imap-proxy.c --- a/src/imap-login/imap-proxy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap-login/imap-proxy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-append.c --- a/src/imap/cmd-append.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-append.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-cancelupdate.c --- a/src/imap/cmd-cancelupdate.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-cancelupdate.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-capability.c --- a/src/imap/cmd-capability.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-capability.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-check.c --- a/src/imap/cmd-check.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-check.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-close.c --- a/src/imap/cmd-close.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-close.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-copy.c --- a/src/imap/cmd-copy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-copy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-create.c --- a/src/imap/cmd-create.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-create.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-resp-code.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-delete.c --- a/src/imap/cmd-delete.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-delete.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-enable.c --- a/src/imap/cmd-enable.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-enable.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-examine.c --- a/src/imap/cmd-examine.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-examine.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-expunge.c --- a/src/imap/cmd-expunge.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-expunge.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-fetch.c --- a/src/imap/cmd-fetch.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-fetch.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-id.c --- a/src/imap/cmd-id.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-id.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-id.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-idle.c --- a/src/imap/cmd-idle.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-idle.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-list.c --- a/src/imap/cmd-list.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-list.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-logout.c --- a/src/imap/cmd-logout.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-logout.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-lsub.c --- a/src/imap/cmd-lsub.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-lsub.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-namespace.c --- a/src/imap/cmd-namespace.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-namespace.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-noop.c --- a/src/imap/cmd-noop.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-noop.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-rename.c --- a/src/imap/cmd-rename.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-rename.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "mail-namespace.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-search.c --- a/src/imap/cmd-search.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-search.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-search-args.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-select.c --- a/src/imap/cmd-select.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-select.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "seq-range-array.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-sort.c --- a/src/imap/cmd-sort.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-sort.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-status.c --- a/src/imap/cmd-status.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-status.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-resp-code.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-store.c --- a/src/imap/cmd-store.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-store.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "seq-range-array.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-subscribe.c --- a/src/imap/cmd-subscribe.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-subscribe.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-utf7.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-thread.c --- a/src/imap/cmd-thread.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-thread.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-uid.c --- a/src/imap/cmd-uid.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-uid.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-unselect.c --- a/src/imap/cmd-unselect.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-unselect.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-unsubscribe.c --- a/src/imap/cmd-unsubscribe.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-unsubscribe.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/cmd-x-cancel.c --- a/src/imap/cmd-x-cancel.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/cmd-x-cancel.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-client.c --- a/src/imap/imap-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-commands-util.c --- a/src/imap/imap-commands-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-commands-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-commands.c --- a/src/imap/imap-commands.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-commands.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-expunge.c --- a/src/imap/imap-expunge.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-expunge.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "mail-storage.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-fetch-body.c --- a/src/imap/imap-fetch-body.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-fetch-body.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-fetch.c --- a/src/imap/imap-fetch.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-fetch.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-search-args.c --- a/src/imap/imap-search-args.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-search-args.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "mail-storage.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-search.c --- a/src/imap/imap-search.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-search.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-settings.c --- a/src/imap/imap-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-status.c --- a/src/imap/imap-status.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-status.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "hex-binary.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/imap-sync.c --- a/src/imap/imap-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/imap-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/mail-storage-callbacks.c --- a/src/imap/mail-storage-callbacks.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/mail-storage-callbacks.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff -r ad5298ba3229 -r ba770cba5598 src/imap/main.c --- a/src/imap/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/imap/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/indexer/indexer-client.c --- a/src/indexer/indexer-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/indexer/indexer-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r ad5298ba3229 -r ba770cba5598 src/indexer/indexer-queue.c --- a/src/indexer/indexer-queue.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/indexer/indexer-queue.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r ad5298ba3229 -r ba770cba5598 src/indexer/indexer-settings.c --- a/src/indexer/indexer-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/indexer/indexer-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/indexer/indexer-worker-settings.c --- a/src/indexer/indexer-worker-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/indexer/indexer-worker-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/indexer/indexer-worker.c --- a/src/indexer/indexer-worker.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/indexer/indexer-worker.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r ad5298ba3229 -r ba770cba5598 src/indexer/indexer.c --- a/src/indexer/indexer.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/indexer/indexer.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r ad5298ba3229 -r ba770cba5598 src/indexer/master-connection.c --- a/src/indexer/master-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/indexer/master-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/indexer/worker-connection.c --- a/src/indexer/worker-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/indexer/worker-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/indexer/worker-pool.c --- a/src/indexer/worker-pool.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/indexer/worker-pool.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/ipc/client.c --- a/src/ipc/client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/ipc/client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r ad5298ba3229 -r ba770cba5598 src/ipc/ipc-connection.c --- a/src/ipc/ipc-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/ipc/ipc-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/ipc/ipc-group.c --- a/src/ipc/ipc-group.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/ipc/ipc-group.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/ipc/ipc-settings.c --- a/src/ipc/ipc-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/ipc/ipc-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/ipc/main.c --- a/src/ipc/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/ipc/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r ad5298ba3229 -r ba770cba5598 src/lda/main.c --- a/src/lda/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lda/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-auth/auth-client-request.c --- a/src/lib-auth/auth-client-request.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-auth/auth-client-request.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-auth/auth-client.c --- a/src/lib-auth/auth-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-auth/auth-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-auth/auth-master.c --- a/src/lib-auth/auth-master.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-auth/auth-master.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-auth/auth-server-connection.c --- a/src/lib-auth/auth-server-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-auth/auth-server-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-charset/charset-iconv.c --- a/src/lib-charset/charset-iconv.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-charset/charset-iconv.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-charset/charset-utf8.c --- a/src/lib-charset/charset-utf8.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-charset/charset-utf8.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-dict/dict-client.c --- a/src/lib-dict/dict-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-dict/dict-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-dict/dict-db.c --- a/src/lib-dict/dict-db.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-dict/dict-db.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ /* FIXME: BDB isn't being used correctly/safely. */ diff -r ad5298ba3229 -r ba770cba5598 src/lib-dict/dict-file.c --- a/src/lib-dict/dict-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-dict/dict-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-dict/dict-sql-settings.c --- a/src/lib-dict/dict-sql-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-dict/dict-sql-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-dict/dict-sql.c --- a/src/lib-dict/dict-sql.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-dict/dict-sql.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-dict/dict.c --- a/src/lib-dict/dict.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-dict/dict.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-dict/test-dict.c --- a/src/lib-dict/test-dict.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-dict/test-dict.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dict-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-dns/dns-lookup.c --- a/src/lib-dns/dns-lookup.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-dns/dns-lookup.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-fs/fs-api.c --- a/src/lib-fs/fs-api.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-fs/fs-api.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-fs/fs-posix.c --- a/src/lib-fs/fs-posix.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-fs/fs-posix.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-fs/fs-sis-common.c --- a/src/lib-fs/fs-sis-common.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-fs/fs-sis-common.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fs-sis-common.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-fs/fs-sis-queue.c --- a/src/lib-fs/fs-sis-queue.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-fs/fs-sis-queue.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-fs/fs-sis.c --- a/src/lib-fs/fs-sis.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-fs/fs-sis.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-fs/ostream-cmp.c --- a/src/lib-fs/ostream-cmp.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-fs/ostream-cmp.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap-client/imapc-client.c --- a/src/lib-imap-client/imapc-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap-client/imapc-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap-client/imapc-connection.c --- a/src/lib-imap-client/imapc-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap-client/imapc-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap-client/imapc-msgmap.c --- a/src/lib-imap-client/imapc-msgmap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap-client/imapc-msgmap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-arg.c --- a/src/lib-imap/imap-arg.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-arg.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-arg.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-base-subject.c --- a/src/lib-imap/imap-base-subject.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-base-subject.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* Implementated against draft-ietf-imapext-sort-10 and draft-ietf-imapext-thread-12 */ diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-bodystructure.c --- a/src/lib-imap/imap-bodystructure.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-bodystructure.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-date.c --- a/src/lib-imap/imap-date.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-date.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-envelope.c --- a/src/lib-imap/imap-envelope.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-envelope.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-id.c --- a/src/lib-imap/imap-id.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-id.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-match.c --- a/src/lib-imap/imap-match.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-match.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* imap_match_init() logic originates from Cyrus, but the code is fully rewritten. */ diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-parser.c --- a/src/lib-imap/imap-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-quote.c --- a/src/lib-imap/imap-quote.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-quote.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-seqset.c --- a/src/lib-imap/imap-seqset.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-seqset.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-seqset.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-utf7.c --- a/src/lib-imap/imap-utf7.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-utf7.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/imap-util.c --- a/src/lib-imap/imap-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/imap-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/test-imap-match.c --- a/src/lib-imap/test-imap-match.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/test-imap-match.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-match.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/test-imap-parser.c --- a/src/lib-imap/test-imap-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/test-imap-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/test-imap-utf7.c --- a/src/lib-imap/test-imap-utf7.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/test-imap-utf7.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-imap/test-imap-util.c --- a/src/lib-imap/test-imap-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-imap/test-imap-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-types.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-cache-compress.c --- a/src/lib-index/mail-cache-compress.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-cache-compress.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-cache-decisions.c --- a/src/lib-index/mail-cache-decisions.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-cache-decisions.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ /* Users can be divided to three groups: diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-cache-fields.c --- a/src/lib-index/mail-cache-fields.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-cache-fields.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-cache-lookup.c --- a/src/lib-index/mail-cache-lookup.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-cache-lookup.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-cache-sync-update.c --- a/src/lib-index/mail-cache-sync-update.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-cache-sync-update.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "file-cache.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-cache-transaction.c --- a/src/lib-index/mail-cache-transaction.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-cache-transaction.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-cache.c --- a/src/lib-index/mail-cache.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-cache.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-alloc-cache.c --- a/src/lib-index/mail-index-alloc-cache.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-alloc-cache.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-dummy-view.c --- a/src/lib-index/mail-index-dummy-view.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-dummy-view.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-fsck.c --- a/src/lib-index/mail-index-fsck.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-fsck.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-lock.c --- a/src/lib-index/mail-index-lock.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-lock.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ /* Locking should never fail or timeout. Exclusive locks must be kept as short diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-map-hdr.c --- a/src/lib-index/mail-index-map-hdr.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-map-hdr.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-map-read.c --- a/src/lib-index/mail-index-map-read.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-map-read.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-map.c --- a/src/lib-index/mail-index-map.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-map.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-modseq.c --- a/src/lib-index/mail-index-modseq.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-modseq.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-strmap.c --- a/src/lib-index/mail-index-strmap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-strmap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-sync-ext.c --- a/src/lib-index/mail-index-sync-ext.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-sync-ext.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-sync-keywords.c --- a/src/lib-index/mail-index-sync-keywords.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-sync-keywords.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-sync-update.c --- a/src/lib-index/mail-index-sync-update.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-sync-update.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-sync.c --- a/src/lib-index/mail-index-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-transaction-export.c --- a/src/lib-index/mail-index-transaction-export.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-transaction-export.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-transaction-finish.c --- a/src/lib-index/mail-index-transaction-finish.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-transaction-finish.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-transaction-sort-appends.c --- a/src/lib-index/mail-index-transaction-sort-appends.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-transaction-sort-appends.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-transaction-update.c --- a/src/lib-index/mail-index-transaction-update.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-transaction-update.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 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 ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-transaction-view.c --- a/src/lib-index/mail-index-transaction-view.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-transaction-view.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-transaction.c --- a/src/lib-index/mail-index-transaction.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-transaction.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-util.c --- a/src/lib-index/mail-index-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-view-sync.c --- a/src/lib-index/mail-index-view-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-view-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-view.c --- a/src/lib-index/mail-index-view.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-view.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index-write.c --- a/src/lib-index/mail-index-write.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index-write.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "read-full.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-index.c --- a/src/lib-index/mail-index.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-index.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-transaction-log-append.c --- a/src/lib-index/mail-transaction-log-append.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-transaction-log-append.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-transaction-log-file.c --- a/src/lib-index/mail-transaction-log-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-transaction-log-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-transaction-log-view.c --- a/src/lib-index/mail-transaction-log-view.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-transaction-log-view.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mail-transaction-log.c --- a/src/lib-index/mail-transaction-log.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mail-transaction-log.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/mailbox-log.c --- a/src/lib-index/mailbox-log.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/mailbox-log.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/test-mail-index-sync-ext.c --- a/src/lib-index/test-mail-index-sync-ext.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/test-mail-index-sync-ext.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/test-mail-index-transaction-finish.c --- a/src/lib-index/test-mail-index-transaction-finish.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/test-mail-index-transaction-finish.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/test-mail-index-transaction-update.c --- a/src/lib-index/test-mail-index-transaction-update.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/test-mail-index-transaction-update.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/test-mail-transaction-log-append.c --- a/src/lib-index/test-mail-transaction-log-append.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/test-mail-transaction-log-append.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-index/test-mail-transaction-log-view.c --- a/src/lib-index/test-mail-transaction-log-view.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-index/test-mail-transaction-log-view.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-lda/duplicate.c --- a/src/lib-lda/duplicate.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-lda/duplicate.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-lda/lda-settings.c --- a/src/lib-lda/lda-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-lda/lda-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-lda/lmtp-client.c --- a/src/lib-lda/lmtp-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-lda/lmtp-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-lda/mail-deliver.c --- a/src/lib-lda/mail-deliver.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-lda/mail-deliver.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-lda/mail-send.c --- a/src/lib-lda/mail-send.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-lda/mail-send.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-lda/smtp-client.c --- a/src/lib-lda/smtp-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-lda/smtp-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/istream-dot.c --- a/src/lib-mail/istream-dot.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/istream-dot.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/istream-header-filter.c --- a/src/lib-mail/istream-header-filter.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/istream-header-filter.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/mbox-from.c --- a/src/lib-mail/mbox-from.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/mbox-from.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-address.c --- a/src/lib-mail/message-address.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-address.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-date.c --- a/src/lib-mail/message-date.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-date.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-decoder.c --- a/src/lib-mail/message-decoder.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-decoder.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-header-decode.c --- a/src/lib-mail/message-header-decode.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-header-decode.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-header-encode.c --- a/src/lib-mail/message-header-encode.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-header-encode.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-header-parser.c --- a/src/lib-mail/message-header-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-header-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-id.c --- a/src/lib-mail/message-id.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-id.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-parser.c --- a/src/lib-mail/message-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-part-serialize.c --- a/src/lib-mail/message-part-serialize.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-part-serialize.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-search.c --- a/src/lib-mail/message-search.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-search.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-send.c --- a/src/lib-mail/message-send.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-send.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/message-size.c --- a/src/lib-mail/message-size.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/message-size.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/quoted-printable.c --- a/src/lib-mail/quoted-printable.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/quoted-printable.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/rfc2231-parser.c --- a/src/lib-mail/rfc2231-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/rfc2231-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/rfc822-parser.c --- a/src/lib-mail/rfc822-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/rfc822-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-istream-dot.c --- a/src/lib-mail/test-istream-dot.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-istream-dot.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-istream-header-filter.c --- a/src/lib-mail/test-istream-header-filter.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-istream-header-filter.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-mbox-from.c --- a/src/lib-mail/test-mbox-from.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-mbox-from.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-message-address.c --- a/src/lib-mail/test-message-address.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-message-address.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-message-date.c --- a/src/lib-mail/test-message-date.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-message-date.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "message-date.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-message-decoder.c --- a/src/lib-mail/test-message-decoder.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-message-decoder.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-message-header-decode.c --- a/src/lib-mail/test-message-header-decode.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-message-header-decode.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-message-header-encode.c --- a/src/lib-mail/test-message-header-encode.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-message-header-encode.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-message-header-parser.c --- a/src/lib-mail/test-message-header-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-message-header-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-message-id.c --- a/src/lib-mail/test-message-id.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-message-id.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "message-id.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-message-parser.c --- a/src/lib-mail/test-message-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-message-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-quoted-printable.c --- a/src/lib-mail/test-quoted-printable.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-quoted-printable.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-mail/test-rfc2231-parser.c --- a/src/lib-mail/test-rfc2231-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-mail/test-rfc2231-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "rfc822-parser.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/anvil-client.c --- a/src/lib-master/anvil-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/anvil-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/ipc-client.c --- a/src/lib-master/ipc-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/ipc-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/ipc-server.c --- a/src/lib-master/ipc-server.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/ipc-server.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/master-auth.c --- a/src/lib-master/master-auth.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/master-auth.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/master-login-auth.c --- a/src/lib-master/master-login-auth.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/master-login-auth.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "network.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/master-login.c --- a/src/lib-master/master-login.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/master-login.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/master-service-settings-cache.c --- a/src/lib-master/master-service-settings-cache.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/master-service-settings-cache.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/master-service-settings.c --- a/src/lib-master/master-service-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/master-service-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/master-service.c --- a/src/lib-master/master-service.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/master-service.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-master/syslog-util.c --- a/src/lib-master/syslog-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-master/syslog-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "syslog-util.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-settings/settings-parser.c --- a/src/lib-settings/settings-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-settings/settings-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-settings/settings.c --- a/src/lib-settings/settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-settings/settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-sql/driver-mysql.c --- a/src/lib-sql/driver-mysql.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-sql/driver-mysql.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-sql/driver-pgsql.c --- a/src/lib-sql/driver-pgsql.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-sql/driver-pgsql.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-sql/driver-sqlpool.c --- a/src/lib-sql/driver-sqlpool.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-sql/driver-sqlpool.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-sql/sql-api.c --- a/src/lib-sql/sql-api.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-sql/sql-api.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-sql/sql-db-cache.c --- a/src/lib-sql/sql-db-cache.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-sql/sql-db-cache.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-ssl-iostream/iostream-openssl-context.c --- a/src/lib-ssl-iostream/iostream-openssl-context.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-ssl-iostream/iostream-openssl-context.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-memset.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-ssl-iostream/iostream-openssl-params.c --- a/src/lib-ssl-iostream/iostream-openssl-params.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-ssl-iostream/iostream-openssl-params.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-ssl-iostream/iostream-openssl.c --- a/src/lib-ssl-iostream/iostream-openssl.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-ssl-iostream/iostream-openssl.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-ssl-iostream/iostream-ssl-none.c --- a/src/lib-ssl-iostream/iostream-ssl-none.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-ssl-iostream/iostream-ssl-none.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-ssl.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-ssl-iostream/istream-openssl.c --- a/src/lib-ssl-iostream/istream-openssl.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-ssl-iostream/istream-openssl.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-ssl-iostream/ostream-openssl.c --- a/src/lib-ssl-iostream/ostream-openssl.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-ssl-iostream/ostream-openssl.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/fail-mail-storage.c --- a/src/lib-storage/fail-mail-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/fail-mail-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/fail-mail.c --- a/src/lib-storage/fail-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/fail-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/fail-mailbox.c --- a/src/lib-storage/fail-mailbox.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/fail-mailbox.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/cydir/cydir-mail.c --- a/src/lib-storage/index/cydir/cydir-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/cydir/cydir-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/cydir/cydir-save.c --- a/src/lib-storage/index/cydir/cydir-save.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/cydir/cydir-save.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/cydir/cydir-storage.c --- a/src/lib-storage/index/cydir/cydir-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/cydir/cydir-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-copy.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/cydir/cydir-sync.c --- a/src/lib-storage/index/cydir/cydir-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/cydir/cydir-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-common/dbox-attachment.c --- a/src/lib-storage/index/dbox-common/dbox-attachment.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-common/dbox-attachment.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-common/dbox-file-fix.c --- a/src/lib-storage/index/dbox-common/dbox-file-fix.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-common/dbox-file-fix.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-common/dbox-file.c --- a/src/lib-storage/index/dbox-common/dbox-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-common/dbox-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-common/dbox-mail.c --- a/src/lib-storage/index/dbox-common/dbox-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-common/dbox-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-common/dbox-save.c --- a/src/lib-storage/index/dbox-common/dbox-save.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-common/dbox-save.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-common/dbox-storage.c --- a/src/lib-storage/index/dbox-common/dbox-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-common/dbox-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-common/dbox-sync-rebuild.c --- a/src/lib-storage/index/dbox-common/dbox-sync-rebuild.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-common/dbox-sync-rebuild.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-multi/mdbox-file.c --- a/src/lib-storage/index/dbox-multi/mdbox-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-multi/mdbox-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-multi/mdbox-mail.c --- a/src/lib-storage/index/dbox-multi/mdbox-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-multi/mdbox-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-multi/mdbox-map.c --- a/src/lib-storage/index/dbox-multi/mdbox-map.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-multi/mdbox-map.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-multi/mdbox-purge.c --- a/src/lib-storage/index/dbox-multi/mdbox-purge.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-multi/mdbox-purge.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-multi/mdbox-save.c --- a/src/lib-storage/index/dbox-multi/mdbox-save.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-multi/mdbox-save.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-multi/mdbox-settings.c --- a/src/lib-storage/index/dbox-multi/mdbox-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-multi/mdbox-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c --- a/src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-multi/mdbox-storage.c --- a/src/lib-storage/index/dbox-multi/mdbox-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-multi/mdbox-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-multi/mdbox-sync.c --- a/src/lib-storage/index/dbox-multi/mdbox-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-multi/mdbox-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ /* Expunging works like: diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-single/sdbox-copy.c --- a/src/lib-storage/index/dbox-single/sdbox-copy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-single/sdbox-copy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "nfs-workarounds.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-single/sdbox-file.c --- a/src/lib-storage/index/dbox-single/sdbox-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-single/sdbox-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "eacces-error.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-single/sdbox-mail.c --- a/src/lib-storage/index/dbox-single/sdbox-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-single/sdbox-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-single/sdbox-save.c --- a/src/lib-storage/index/dbox-single/sdbox-save.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-single/sdbox-save.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-single/sdbox-storage.c --- a/src/lib-storage/index/dbox-single/sdbox-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-single/sdbox-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "master-service.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c --- a/src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/dbox-single/sdbox-sync.c --- a/src/lib-storage/index/dbox-single/sdbox-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/dbox-single/sdbox-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dbox-attachment.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/imapc/imapc-list.c --- a/src/lib-storage/index/imapc/imapc-list.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/imapc/imapc-list.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/imapc/imapc-mail-fetch.c --- a/src/lib-storage/index/imapc/imapc-mail-fetch.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/imapc/imapc-mail-fetch.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/imapc/imapc-mail.c --- a/src/lib-storage/index/imapc/imapc-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/imapc/imapc-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/imapc/imapc-mailbox.c --- a/src/lib-storage/index/imapc/imapc-mailbox.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/imapc/imapc-mailbox.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/imapc/imapc-save.c --- a/src/lib-storage/index/imapc/imapc-save.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/imapc/imapc-save.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/imapc/imapc-settings.c --- a/src/lib-storage/index/imapc/imapc-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/imapc/imapc-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/imapc/imapc-storage.c --- a/src/lib-storage/index/imapc/imapc-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/imapc/imapc-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/imapc/imapc-sync.c --- a/src/lib-storage/index/imapc/imapc-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/imapc/imapc-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-attachment.c --- a/src/lib-storage/index/index-attachment.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-attachment.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-mkstemp.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-mail-headers.c --- a/src/lib-storage/index/index-mail-headers.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-mail-headers.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-mail.c --- a/src/lib-storage/index/index-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-mailbox-check.c --- a/src/lib-storage/index/index-mailbox-check.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-mailbox-check.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-search-result.c --- a/src/lib-storage/index/index-search-result.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-search-result.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-search.c --- a/src/lib-storage/index/index-search.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-search.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-sort-string.c --- a/src/lib-storage/index/index-sort-string.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-sort-string.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 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 ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-sort.c --- a/src/lib-storage/index/index-sort.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-sort.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-status.c --- a/src/lib-storage/index/index-status.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-status.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-storage.c --- a/src/lib-storage/index/index-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-sync-changes.c --- a/src/lib-storage/index/index-sync-changes.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-sync-changes.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-sync-search.c --- a/src/lib-storage/index/index-sync-search.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-sync-search.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-sync.c --- a/src/lib-storage/index/index-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "seq-range-array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-thread-finish.c --- a/src/lib-storage/index/index-thread-finish.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-thread-finish.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-thread-links.c --- a/src/lib-storage/index/index-thread-links.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-thread-links.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-thread.c --- a/src/lib-storage/index/index-thread.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-thread.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* doc/thread-refs.txt describes the incremental algorithm we use here. */ diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/index-transaction.c --- a/src/lib-storage/index/index-transaction.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/index-transaction.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/istream-attachment.c --- a/src/lib-storage/index/istream-attachment.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/istream-attachment.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/istream-mail.c --- a/src/lib-storage/index/istream-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/istream-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-copy.c --- a/src/lib-storage/index/maildir/maildir-copy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-copy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-filename-flags.c --- a/src/lib-storage/index/maildir/maildir-filename-flags.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-filename-flags.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-filename.c --- a/src/lib-storage/index/maildir/maildir-filename.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-filename.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-keywords.c --- a/src/lib-storage/index/maildir/maildir-keywords.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-keywords.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 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 ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-mail.c --- a/src/lib-storage/index/maildir/maildir-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-save.c --- a/src/lib-storage/index/maildir/maildir-save.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-save.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-settings.c --- a/src/lib-storage/index/maildir/maildir-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-storage.c --- a/src/lib-storage/index/maildir/maildir-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-sync-index.c --- a/src/lib-storage/index/maildir/maildir-sync-index.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-sync-index.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-sync.c --- a/src/lib-storage/index/maildir/maildir-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ /* Here's a description of how we handle Maildir synchronization and diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-uidlist.c --- a/src/lib-storage/index/maildir/maildir-uidlist.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-uidlist.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 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 ad5298ba3229 -r ba770cba5598 src/lib-storage/index/maildir/maildir-util.c --- a/src/lib-storage/index/maildir/maildir-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/maildir/maildir-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/istream-raw-mbox.c --- a/src/lib-storage/index/mbox/istream-raw-mbox.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/istream-raw-mbox.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-file.c --- a/src/lib-storage/index/mbox/mbox-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-lock.c --- a/src/lib-storage/index/mbox/mbox-lock.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-lock.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "eacces-error.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-mail.c --- a/src/lib-storage/index/mbox/mbox-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-md5-all.c --- a/src/lib-storage/index/mbox/mbox-md5-all.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-md5-all.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-md5-apop3d.c --- a/src/lib-storage/index/mbox/mbox-md5-apop3d.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-md5-apop3d.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-save.c --- a/src/lib-storage/index/mbox/mbox-save.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-save.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-settings.c --- a/src/lib-storage/index/mbox/mbox-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-storage.c --- a/src/lib-storage/index/mbox/mbox-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-sync-parse.c --- a/src/lib-storage/index/mbox/mbox-sync-parse.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-sync-parse.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ /* MD5 header summing logic was pretty much copy&pasted from popa3d by Solar Designer */ diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-sync-rewrite.c --- a/src/lib-storage/index/mbox/mbox-sync-rewrite.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-sync-rewrite.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-sync-update.c --- a/src/lib-storage/index/mbox/mbox-sync-update.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-sync-update.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/mbox/mbox-sync.c --- a/src/lib-storage/index/mbox/mbox-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/mbox/mbox-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 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 ad5298ba3229 -r ba770cba5598 src/lib-storage/index/pop3c/pop3c-client.c --- a/src/lib-storage/index/pop3c/pop3c-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/pop3c/pop3c-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/pop3c/pop3c-mail.c --- a/src/lib-storage/index/pop3c/pop3c-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/pop3c/pop3c-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/pop3c/pop3c-settings.c --- a/src/lib-storage/index/pop3c/pop3c-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/pop3c/pop3c-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/pop3c/pop3c-storage.c --- a/src/lib-storage/index/pop3c/pop3c-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/pop3c/pop3c-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/pop3c/pop3c-sync.c --- a/src/lib-storage/index/pop3c/pop3c-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/pop3c/pop3c-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/raw/raw-mail.c --- a/src/lib-storage/index/raw/raw-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/raw/raw-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/raw/raw-storage.c --- a/src/lib-storage/index/raw/raw-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/raw/raw-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/raw/raw-sync.c --- a/src/lib-storage/index/raw/raw-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/raw/raw-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/shared/shared-list.c --- a/src/lib-storage/index/shared/shared-list.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/shared/shared-list.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-match.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/index/shared/shared-storage.c --- a/src/lib-storage/index/shared/shared-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/index/shared/shared-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-delete.c --- a/src/lib-storage/list/mailbox-list-delete.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-delete.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-fs-flags.c --- a/src/lib-storage/list/mailbox-list-fs-flags.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-fs-flags.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-fs.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-fs-iter.c --- a/src/lib-storage/list/mailbox-list-fs-iter.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-fs-iter.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-fs.c --- a/src/lib-storage/list/mailbox-list-fs.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-fs.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-index-iter.c --- a/src/lib-storage/list/mailbox-list-index-iter.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-index-iter.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-index-status.c --- a/src/lib-storage/list/mailbox-list-index-status.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-index-status.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-index-sync.c --- a/src/lib-storage/list/mailbox-list-index-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-index-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-index.c --- a/src/lib-storage/list/mailbox-list-index.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-index.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-maildir-iter.c --- a/src/lib-storage/list/mailbox-list-maildir-iter.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-maildir-iter.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-maildir.c --- a/src/lib-storage/list/mailbox-list-maildir.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-maildir.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-none.c --- a/src/lib-storage/list/mailbox-list-none.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-none.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/mailbox-list-subscriptions.c --- a/src/lib-storage/list/mailbox-list-subscriptions.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/mailbox-list-subscriptions.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/list/subscription-file.c --- a/src/lib-storage/list/subscription-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/list/subscription-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-copy.c --- a/src/lib-storage/mail-copy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-copy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-error.c --- a/src/lib-storage/mail-error.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-error.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "eacces-error.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-namespace.c --- a/src/lib-storage/mail-namespace.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-namespace.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-search-build.c --- a/src/lib-storage/mail-search-build.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-search-build.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-search-parser-cmdline.c --- a/src/lib-storage/mail-search-parser-cmdline.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-search-parser-cmdline.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-search-parser-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-search-parser-imap.c --- a/src/lib-storage/mail-search-parser-imap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-search-parser-imap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-arg.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-search-parser.c --- a/src/lib-storage/mail-search-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-search-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-search-parser-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-search-register-human.c --- a/src/lib-storage/mail-search-register-human.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-search-register-human.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-search-register-imap.c --- a/src/lib-storage/mail-search-register-imap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-search-register-imap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-search-register.c --- a/src/lib-storage/mail-search-register.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-search-register.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-search.c --- a/src/lib-storage/mail-search.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-search.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-storage-hooks.c --- a/src/lib-storage/mail-storage-hooks.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-storage-hooks.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-storage-service.c --- a/src/lib-storage/mail-storage-service.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-storage-service.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-storage-settings.c --- a/src/lib-storage/mail-storage-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-storage-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-storage.c --- a/src/lib-storage/mail-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-thread.c --- a/src/lib-storage/mail-thread.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-thread.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-thread.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail-user.c --- a/src/lib-storage/mail-user.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail-user.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mail.c --- a/src/lib-storage/mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mailbox-get.c --- a/src/lib-storage/mailbox-get.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mailbox-get.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mailbox-guid-cache.c --- a/src/lib-storage/mailbox-guid-cache.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mailbox-guid-cache.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mailbox-header.c --- a/src/lib-storage/mailbox-header.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mailbox-header.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-cache.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mailbox-keywords.c --- a/src/lib-storage/mailbox-keywords.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mailbox-keywords.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-arg.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mailbox-list-iter.c --- a/src/lib-storage/mailbox-list-iter.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mailbox-list-iter.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mailbox-list.c --- a/src/lib-storage/mailbox-list.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mailbox-list.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mailbox-search-result.c --- a/src/lib-storage/mailbox-search-result.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mailbox-search-result.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mailbox-tree.c --- a/src/lib-storage/mailbox-tree.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mailbox-tree.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/mailbox-uidvalidity.c --- a/src/lib-storage/mailbox-uidvalidity.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/mailbox-uidvalidity.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-storage/test-mailbox-get.c --- a/src/lib-storage/test-mailbox-get.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-storage/test-mailbox-get.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib-test/test-common.c --- a/src/lib-test/test-common.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib-test/test-common.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/abspath.c --- a/src/lib/abspath.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/abspath.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/aqueue.c --- a/src/lib/aqueue.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/aqueue.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/array.c --- a/src/lib/array.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/array.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/askpass.c --- a/src/lib/askpass.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/askpass.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/backtrace-string.c --- a/src/lib/backtrace-string.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/backtrace-string.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/base64.c --- a/src/lib/base64.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/base64.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/bsearch-insert-pos.c --- a/src/lib/bsearch-insert-pos.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/bsearch-insert-pos.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/buffer.c --- a/src/lib/buffer.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/buffer.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/child-wait.c --- a/src/lib/child-wait.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/child-wait.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/close-keep-errno.c --- a/src/lib/close-keep-errno.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/close-keep-errno.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "close-keep-errno.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/compat.c --- a/src/lib/compat.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/compat.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "config.h" #undef HAVE_CONFIG_H diff -r ad5298ba3229 -r ba770cba5598 src/lib/crc32.c --- a/src/lib/crc32.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/crc32.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "crc32.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/data-stack.c --- a/src/lib/data-stack.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/data-stack.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/eacces-error.c --- a/src/lib/eacces-error.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/eacces-error.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/env-util.c --- a/src/lib/env-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/env-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/execv-const.c --- a/src/lib/execv-const.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/execv-const.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "execv-const.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/failures.c --- a/src/lib/failures.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/failures.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/fd-close-on-exec.c --- a/src/lib/fd-close-on-exec.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/fd-close-on-exec.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "network.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/fd-set-nonblock.c --- a/src/lib/fd-set-nonblock.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/fd-set-nonblock.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fd-set-nonblock.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/fdatasync-path.c --- a/src/lib/fdatasync-path.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/fdatasync-path.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fdatasync-path.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/fdpass.c --- a/src/lib/fdpass.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/fdpass.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* fdpass.c - File descriptor passing between processes via UNIX sockets diff -r ad5298ba3229 -r ba770cba5598 src/lib/file-cache.c --- a/src/lib/file-cache.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/file-cache.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/file-copy.c --- a/src/lib/file-copy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/file-copy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/file-dotlock.c --- a/src/lib/file-dotlock.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/file-dotlock.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/file-lock.c --- a/src/lib/file-lock.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/file-lock.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "file-lock.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/file-set-size.c --- a/src/lib/file-set-size.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/file-set-size.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #ifdef HAVE_CONFIG_H # include "config.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/guid.c --- a/src/lib/guid.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/guid.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/hash-format.c --- a/src/lib/hash-format.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/hash-format.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/hash-method.c --- a/src/lib/hash-method.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/hash-method.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md4.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/hash.c --- a/src/lib/hash.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/hash.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/hash2.c --- a/src/lib/hash2.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/hash2.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/hex-binary.c --- a/src/lib/hex-binary.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/hex-binary.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/hex-dec.c --- a/src/lib/hex-dec.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/hex-dec.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-dec.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/home-expand.c --- a/src/lib/home-expand.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/home-expand.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ipwd.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/hostpid.c --- a/src/lib/hostpid.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/hostpid.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/imem.c --- a/src/lib/imem.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/imem.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/ioloop-notify-dn.c --- a/src/lib/ioloop-notify-dn.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ioloop-notify-dn.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ /* Logic is pretty much based on dnotify by Oskar Liljeblad. */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/ioloop-notify-fd.c --- a/src/lib/ioloop-notify-fd.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ioloop-notify-fd.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/ioloop-notify-inotify.c --- a/src/lib/ioloop-notify-inotify.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ioloop-notify-inotify.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/ioloop-notify-none.c --- a/src/lib/ioloop-notify-none.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ioloop-notify-none.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/ioloop-poll.c --- a/src/lib/ioloop-poll.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ioloop-poll.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/ioloop-select.c --- a/src/lib/ioloop-select.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ioloop-select.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/ioloop.c --- a/src/lib/ioloop.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ioloop.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/iostream-rawlog.c --- a/src/lib/iostream-rawlog.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/iostream-rawlog.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/iostream.c --- a/src/lib/iostream.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/iostream.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/ipwd.c --- a/src/lib/ipwd.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ipwd.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012-2012 Dovecot authors, see the included COPYING file */ #define _POSIX_PTHREAD_SEMANTICS /* for Solaris */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-base64-encoder.c --- a/src/lib/istream-base64-encoder.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-base64-encoder.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-concat.c --- a/src/lib/istream-concat.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-concat.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-crlf.c --- a/src/lib/istream-crlf.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-crlf.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-data.c --- a/src/lib/istream-data.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-data.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-file.c --- a/src/lib/istream-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-limit.c --- a/src/lib/istream-limit.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-limit.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-mmap.c --- a/src/lib/istream-mmap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-mmap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-rawlog.c --- a/src/lib/istream-rawlog.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-rawlog.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-rawlog-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-seekable.c --- a/src/lib/istream-seekable.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-seekable.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream-tee.c --- a/src/lib/istream-tee.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream-tee.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/istream.c --- a/src/lib/istream.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/istream.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/lib-signals.c --- a/src/lib/lib-signals.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/lib-signals.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2001-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2001-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/lib.c --- a/src/lib/lib.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/lib.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2001-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2001-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "env-util.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/mempool-alloconly.c --- a/src/lib/mempool-alloconly.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/mempool-alloconly.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/mempool-datastack.c --- a/src/lib/mempool-datastack.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/mempool-datastack.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mempool.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/mempool-system.c --- a/src/lib/mempool-system.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/mempool-system.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/mempool-unsafe-datastack.c --- a/src/lib/mempool-unsafe-datastack.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/mempool-unsafe-datastack.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mempool.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/mempool.c --- a/src/lib/mempool.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/mempool.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/mkdir-parents.c --- a/src/lib/mkdir-parents.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/mkdir-parents.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/mmap-anon.c --- a/src/lib/mmap-anon.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/mmap-anon.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/mmap-util.c --- a/src/lib/mmap-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/mmap-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mmap-util.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/module-dir.c --- a/src/lib/module-dir.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/module-dir.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/mountpoint.c --- a/src/lib/mountpoint.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/mountpoint.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mountpoint.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/network.c --- a/src/lib/network.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/network.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2012 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE /* For Linux's struct ucred */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/nfs-workarounds.c --- a/src/lib/nfs-workarounds.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/nfs-workarounds.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ /* These tests were done with various Linux 2.6 kernels, FreeBSD 6.2 and diff -r ad5298ba3229 -r ba770cba5598 src/lib/ostream-buffer.c --- a/src/lib/ostream-buffer.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ostream-buffer.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/ostream-file.c --- a/src/lib/ostream-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ostream-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/ostream-rawlog.c --- a/src/lib/ostream-rawlog.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ostream-rawlog.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-rawlog-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/ostream.c --- a/src/lib/ostream.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/ostream.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/printf-format-fix.c --- a/src/lib/printf-format-fix.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/printf-format-fix.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "printf-format-fix.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/priorityq.c --- a/src/lib/priorityq.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/priorityq.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/process-title.c --- a/src/lib/process-title.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/process-title.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "env-util.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/randgen.c --- a/src/lib/randgen.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/randgen.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "randgen.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/read-full.c --- a/src/lib/read-full.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/read-full.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "read-full.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/restrict-access.c --- a/src/lib/restrict-access.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/restrict-access.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE /* setresgid() */ #include /* for AIX */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/restrict-process-size.c --- a/src/lib/restrict-process-size.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/restrict-process-size.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-process-size.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/safe-memset.c --- a/src/lib/safe-memset.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/safe-memset.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-memset.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/safe-mkdir.c --- a/src/lib/safe-mkdir.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/safe-mkdir.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-mkdir.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/safe-mkstemp.c --- a/src/lib/safe-mkstemp.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/safe-mkstemp.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/sendfile-util.c --- a/src/lib/sendfile-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/sendfile-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 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 ad5298ba3229 -r ba770cba5598 src/lib/seq-range-array.c --- a/src/lib/seq-range-array.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/seq-range-array.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/str-find.c --- a/src/lib/str-find.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/str-find.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/str-sanitize.c --- a/src/lib/str-sanitize.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/str-sanitize.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "unichar.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/str.c --- a/src/lib/str.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/str.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/strescape.c --- a/src/lib/strescape.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/strescape.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/strfuncs.c --- a/src/lib/strfuncs.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/strfuncs.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff -r ad5298ba3229 -r ba770cba5598 src/lib/strnum.c --- a/src/lib/strnum.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/strnum.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "strnum.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-aqueue.c --- a/src/lib/test-aqueue.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-aqueue.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-array.c --- a/src/lib/test-array.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-array.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-base64.c --- a/src/lib/test-base64.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-base64.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-bsearch-insert-pos.c --- a/src/lib/test-bsearch-insert-pos.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-bsearch-insert-pos.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "bsearch-insert-pos.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-buffer.c --- a/src/lib/test-buffer.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-buffer.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-crc32.c --- a/src/lib/test-crc32.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-crc32.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "crc32.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-hash-format.c --- a/src/lib/test-hash-format.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-hash-format.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-hex-binary.c --- a/src/lib/test-hex-binary.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-hex-binary.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-istream-base64-encoder.c --- a/src/lib/test-istream-base64-encoder.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-istream-base64-encoder.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-istream-concat.c --- a/src/lib/test-istream-concat.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-istream-concat.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-istream-crlf.c --- a/src/lib/test-istream-crlf.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-istream-crlf.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-istream-seekable.c --- a/src/lib/test-istream-seekable.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-istream-seekable.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "istream-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-istream-tee.c --- a/src/lib/test-istream-tee.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-istream-tee.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-lib.c --- a/src/lib/test-lib.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-lib.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-llist.c --- a/src/lib/test-llist.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-llist.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "llist.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-mempool-alloconly.c --- a/src/lib/test-mempool-alloconly.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-mempool-alloconly.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-network.c --- a/src/lib/test-network.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-network.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "network.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-ostream-file.c --- a/src/lib/test-ostream-file.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-ostream-file.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-primes.c --- a/src/lib/test-primes.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-primes.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "primes.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-priorityq.c --- a/src/lib/test-priorityq.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-priorityq.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "priorityq.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-seq-range-array.c --- a/src/lib/test-seq-range-array.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-seq-range-array.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-str-find.c --- a/src/lib/test-str-find.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-str-find.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str-find.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-str-sanitize.c --- a/src/lib/test-str-sanitize.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-str-sanitize.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str-sanitize.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-strescape.c --- a/src/lib/test-strescape.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-strescape.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-strfuncs.c --- a/src/lib/test-strfuncs.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-strfuncs.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-time-util.c --- a/src/lib/test-time-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-time-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "time-util.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-utc-mktime.c --- a/src/lib/test-utc-mktime.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-utc-mktime.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "utc-mktime.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/test-var-expand.c --- a/src/lib/test-var-expand.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/test-var-expand.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/time-util.c --- a/src/lib/time-util.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/time-util.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "time-util.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/unichar.c --- a/src/lib/unichar.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/unichar.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/unix-socket-create.c --- a/src/lib/unix-socket-create.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/unix-socket-create.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "network.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/unlink-directory.c --- a/src/lib/unlink-directory.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/unlink-directory.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ /* There's a bit tricky race condition with recursive deletion. diff -r ad5298ba3229 -r ba770cba5598 src/lib/unlink-old-files.c --- a/src/lib/unlink-old-files.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/unlink-old-files.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/utc-mktime.c --- a/src/lib/utc-mktime.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/utc-mktime.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-mktime.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/utc-offset.c --- a/src/lib/utc-offset.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/utc-offset.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/var-expand.c --- a/src/lib/var-expand.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/var-expand.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lib/write-full.c --- a/src/lib/write-full.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lib/write-full.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "write-full.h" diff -r ad5298ba3229 -r ba770cba5598 src/lmtp/client.c --- a/src/lmtp/client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lmtp/client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lmtp/commands.c --- a/src/lmtp/commands.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lmtp/commands.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/lmtp/lmtp-proxy.c --- a/src/lmtp/lmtp-proxy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lmtp/lmtp-proxy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/lmtp/lmtp-settings.c --- a/src/lmtp/lmtp-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lmtp/lmtp-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/lmtp/main.c --- a/src/lmtp/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/lmtp/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/log/log-connection.c --- a/src/log/log-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/log/log-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/log/log-settings.c --- a/src/log/log-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/log/log-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/log/main.c --- a/src/log/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/log/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/access-lookup.c --- a/src/login-common/access-lookup.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/access-lookup.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/client-common-auth.c --- a/src/login-common/client-common-auth.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/client-common-auth.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/client-common.c --- a/src/login-common/client-common.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/client-common.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "hostpid.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/login-proxy-state.c --- a/src/login-common/login-proxy-state.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/login-proxy-state.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "network.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/login-proxy.c --- a/src/login-common/login-proxy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/login-proxy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/login-settings.c --- a/src/login-common/login-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/login-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "hostpid.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/main.c --- a/src/login-common/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/sasl-server.c --- a/src/login-common/sasl-server.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/sasl-server.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/ssl-proxy-gnutls.c --- a/src/login-common/ssl-proxy-gnutls.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/ssl-proxy-gnutls.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/ssl-proxy-openssl.c --- a/src/login-common/ssl-proxy-openssl.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/ssl-proxy-openssl.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/login-common/ssl-proxy.c --- a/src/login-common/ssl-proxy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/login-common/ssl-proxy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ssl-proxy.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/dup2-array.c --- a/src/master/dup2-array.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/dup2-array.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/main.c --- a/src/master/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/master-settings.c --- a/src/master/master-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/master-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/service-anvil.c --- a/src/master/service-anvil.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/service-anvil.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/service-listen.c --- a/src/master/service-listen.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/service-listen.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/service-log.c --- a/src/master/service-log.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/service-log.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/service-monitor.c --- a/src/master/service-monitor.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/service-monitor.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/service-process-notify.c --- a/src/master/service-process-notify.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/service-process-notify.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/service-process.c --- a/src/master/service-process.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/service-process.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/master/service.c --- a/src/master/service.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/master/service.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-api.c --- a/src/plugins/acl/acl-api.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-api.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-backend-vfile-acllist.c --- a/src/plugins/acl/acl-backend-vfile-acllist.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-backend-vfile-acllist.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-backend-vfile.c --- a/src/plugins/acl/acl-backend-vfile.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-backend-vfile.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-backend.c --- a/src/plugins/acl/acl-backend.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-backend.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-cache.c --- a/src/plugins/acl/acl-cache.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-cache.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-lookup-dict.c --- a/src/plugins/acl/acl-lookup-dict.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-lookup-dict.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-mailbox-list.c --- a/src/plugins/acl/acl-mailbox-list.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-mailbox-list.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-mailbox.c --- a/src/plugins/acl/acl-mailbox.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-mailbox.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 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 ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-plugin.c --- a/src/plugins/acl/acl-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-private.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-shared-storage.c --- a/src/plugins/acl/acl-shared-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-shared-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/acl-storage.c --- a/src/plugins/acl/acl-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/acl-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/acl/doveadm-acl.c --- a/src/plugins/acl/doveadm-acl.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/acl/doveadm-acl.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/autocreate/autocreate-plugin.c --- a/src/plugins/autocreate/autocreate-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/autocreate/autocreate-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 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 ad5298ba3229 -r ba770cba5598 src/plugins/expire/doveadm-expire.c --- a/src/plugins/expire/doveadm-expire.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/expire/doveadm-expire.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/expire/expire-plugin.c --- a/src/plugins/expire/expire-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/expire/expire-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/expire/expire-set.c --- a/src/plugins/expire/expire-set.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/expire/expire-set.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-lucene/doveadm-fts-lucene.c --- a/src/plugins/fts-lucene/doveadm-fts-lucene.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-lucene/doveadm-fts-lucene.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "doveadm-dump.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-lucene/fts-backend-lucene.c --- a/src/plugins/fts-lucene/fts-backend-lucene.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-lucene/fts-backend-lucene.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-lucene/fts-lucene-plugin.c --- a/src/plugins/fts-lucene/fts-lucene-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-lucene/fts-lucene-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "crc32.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-solr/fts-backend-solr-old.c --- a/src/plugins/fts-solr/fts-backend-solr-old.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-solr/fts-backend-solr-old.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-solr/fts-backend-solr.c --- a/src/plugins/fts-solr/fts-backend-solr.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-solr/fts-backend-solr.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-solr/fts-solr-plugin.c --- a/src/plugins/fts-solr/fts-solr-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-solr/fts-solr-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-solr/solr-connection.c --- a/src/plugins/fts-solr/solr-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-solr/solr-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ /* curl: 7.16.0 curl_multi_timeout */ diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-squat/fts-backend-squat.c --- a/src/plugins/fts-squat/fts-backend-squat.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-squat/fts-backend-squat.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-squat/fts-squat-plugin.c --- a/src/plugins/fts-squat/fts-squat-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-squat/fts-squat-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fts-squat-plugin.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-squat/squat-test.c --- a/src/plugins/fts-squat/squat-test.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-squat/squat-test.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-squat/squat-trie.c --- a/src/plugins/fts-squat/squat-trie.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-squat/squat-trie.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts-squat/squat-uidlist.c --- a/src/plugins/fts-squat/squat-uidlist.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts-squat/squat-uidlist.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/doveadm-dump-fts-expunge-log.c --- a/src/plugins/fts/doveadm-dump-fts-expunge-log.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/doveadm-dump-fts-expunge-log.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/doveadm-fts.c --- a/src/plugins/fts/doveadm-fts.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/doveadm-fts.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-api.c --- a/src/plugins/fts/fts-api.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-api.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-build-mail.c --- a/src/plugins/fts/fts-build-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-build-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-expunge-log.c --- a/src/plugins/fts/fts-expunge-log.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-expunge-log.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-indexer.c --- a/src/plugins/fts/fts-indexer.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-indexer.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-parser-html.c --- a/src/plugins/fts/fts-parser-html.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-parser-html.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-parser-script.c --- a/src/plugins/fts/fts-parser-script.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-parser-script.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-parser.c --- a/src/plugins/fts/fts-parser.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-parser.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-plugin.c --- a/src/plugins/fts/fts-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-hooks.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-search-serialize.c --- a/src/plugins/fts/fts-search-serialize.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-search-serialize.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-search.c --- a/src/plugins/fts/fts-search.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-search.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/fts-storage.c --- a/src/plugins/fts/fts-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/fts-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/fts/xml2text.c --- a/src/plugins/fts/xml2text.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/fts/xml2text.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "message-parser.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/imap-acl/imap-acl-plugin.c --- a/src/plugins/imap-acl/imap-acl-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/imap-acl/imap-acl-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/imap-quota/imap-quota-plugin.c --- a/src/plugins/imap-quota/imap-quota-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/imap-quota/imap-quota-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/imap-stats/imap-stats-plugin.c --- a/src/plugins/imap-stats/imap-stats-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/imap-stats/imap-stats-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/imap-zlib/imap-zlib-plugin.c --- a/src/plugins/imap-zlib/imap-zlib-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/imap-zlib/imap-zlib-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/lazy-expunge/lazy-expunge-plugin.c --- a/src/plugins/lazy-expunge/lazy-expunge-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/lazy-expunge/lazy-expunge-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/listescape/listescape-plugin.c --- a/src/plugins/listescape/listescape-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/listescape/listescape-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-hooks.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/mail-log/mail-log-plugin.c --- a/src/plugins/mail-log/mail-log-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/mail-log/mail-log-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/quota/doveadm-quota.c --- a/src/plugins/quota/doveadm-quota.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/quota/doveadm-quota.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/quota/quota-count.c --- a/src/plugins/quota/quota-count.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/quota/quota-count.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/quota/quota-dict.c --- a/src/plugins/quota/quota-dict.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/quota/quota-dict.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/quota/quota-dirsize.c --- a/src/plugins/quota/quota-dirsize.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/quota/quota-dirsize.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ /* Quota reporting based on simply summing sizes of all files in mailbox together. */ diff -r ad5298ba3229 -r ba770cba5598 src/plugins/quota/quota-fs.c --- a/src/plugins/quota/quota-fs.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/quota/quota-fs.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ /* Only for reporting filesystem quota */ diff -r ad5298ba3229 -r ba770cba5598 src/plugins/quota/quota-maildir.c --- a/src/plugins/quota/quota-maildir.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/quota/quota-maildir.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/quota/quota-plugin.c --- a/src/plugins/quota/quota-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/quota/quota-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-user.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/quota/quota-storage.c --- a/src/plugins/quota/quota-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/quota/quota-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/quota/quota.c --- a/src/plugins/quota/quota.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/quota/quota.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/snarf/snarf-plugin.c --- a/src/plugins/snarf/snarf-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/snarf/snarf-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/stats/stats-connection.c --- a/src/plugins/stats/stats-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/stats/stats-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/stats/stats-plugin.c --- a/src/plugins/stats/stats-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/stats/stats-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/trash/trash-plugin.c --- a/src/plugins/trash/trash-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/trash/trash-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/virtual/virtual-config.c --- a/src/plugins/virtual/virtual-config.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/virtual/virtual-config.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/virtual/virtual-mail.c --- a/src/plugins/virtual/virtual-mail.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/virtual/virtual-mail.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/virtual/virtual-plugin.c --- a/src/plugins/virtual/virtual-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/virtual/virtual-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/virtual/virtual-save.c --- a/src/plugins/virtual/virtual-save.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/virtual/virtual-save.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/virtual/virtual-search.c --- a/src/plugins/virtual/virtual-search.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/virtual/virtual-search.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/virtual/virtual-storage.c --- a/src/plugins/virtual/virtual-storage.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/virtual/virtual-storage.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/virtual/virtual-sync.c --- a/src/plugins/virtual/virtual-sync.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/virtual/virtual-sync.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/virtual/virtual-transaction.c --- a/src/plugins/virtual/virtual-transaction.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/virtual/virtual-transaction.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/zlib/doveadm-zlib.c --- a/src/plugins/zlib/doveadm-zlib.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/zlib/doveadm-zlib.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "network.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/zlib/istream-bzlib.c --- a/src/plugins/zlib/istream-bzlib.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/zlib/istream-bzlib.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/zlib/istream-zlib.c --- a/src/plugins/zlib/istream-zlib.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/zlib/istream-zlib.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/zlib/ostream-bzlib.c --- a/src/plugins/zlib/ostream-bzlib.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/zlib/ostream-bzlib.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/zlib/ostream-zlib.c --- a/src/plugins/zlib/ostream-zlib.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/zlib/ostream-zlib.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/plugins/zlib/zlib-plugin.c --- a/src/plugins/zlib/zlib-plugin.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/plugins/zlib/zlib-plugin.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/pop3-login/client-authenticate.c --- a/src/pop3-login/client-authenticate.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/pop3-login/client-authenticate.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/pop3-login/client.c --- a/src/pop3-login/client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/pop3-login/client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff -r ad5298ba3229 -r ba770cba5598 src/pop3-login/pop3-login-settings.c --- a/src/pop3-login/pop3-login-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/pop3-login/pop3-login-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/pop3-login/pop3-proxy.c --- a/src/pop3-login/pop3-proxy.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/pop3-login/pop3-proxy.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2012 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/pop3/main.c --- a/src/pop3/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/pop3/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "pop3-common.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/pop3/pop3-client.c --- a/src/pop3/pop3-client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/pop3/pop3-client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "pop3-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/pop3/pop3-commands.c --- a/src/pop3/pop3-commands.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/pop3/pop3-commands.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "pop3-common.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/pop3/pop3-settings.c --- a/src/pop3/pop3-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/pop3/pop3-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/ssl-params/main.c --- a/src/ssl-params/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/ssl-params/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r ad5298ba3229 -r ba770cba5598 src/ssl-params/ssl-params-openssl.c --- a/src/ssl-params/ssl-params-openssl.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/ssl-params/ssl-params-openssl.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "write-full.h" diff -r ad5298ba3229 -r ba770cba5598 src/ssl-params/ssl-params-settings.c --- a/src/ssl-params/ssl-params-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/ssl-params/ssl-params-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/ssl-params/ssl-params.c --- a/src/ssl-params/ssl-params.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/ssl-params/ssl-params.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/client-export.c --- a/src/stats/client-export.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/client-export.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "network.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/client.c --- a/src/stats/client.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/client.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/global-memory.c --- a/src/stats/global-memory.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/global-memory.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-command.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/mail-command.c --- a/src/stats/mail-command.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/mail-command.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/mail-domain.c --- a/src/stats/mail-domain.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/mail-domain.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/mail-ip.c --- a/src/stats/mail-ip.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/mail-ip.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/mail-server-connection.c --- a/src/stats/mail-server-connection.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/mail-server-connection.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "strescape.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/mail-session.c --- a/src/stats/mail-session.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/mail-session.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/mail-stats.c --- a/src/stats/mail-stats.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/mail-stats.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "time-util.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/mail-user.c --- a/src/stats/mail-user.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/mail-user.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/main.c --- a/src/stats/main.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/main.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff -r ad5298ba3229 -r ba770cba5598 src/stats/stats-settings.c --- a/src/stats/stats-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/stats/stats-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/util/gdbhelper.c --- a/src/util/gdbhelper.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/util/gdbhelper.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/util/maildirlock.c --- a/src/util/maildirlock.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/util/maildirlock.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff -r ad5298ba3229 -r ba770cba5598 src/util/rawlog.c --- a/src/util/rawlog.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/util/rawlog.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" diff -r ad5298ba3229 -r ba770cba5598 src/util/script-login.c --- a/src/util/script-login.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/util/script-login.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "env-util.h" diff -r ad5298ba3229 -r ba770cba5598 src/util/script.c --- a/src/util/script.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/util/script.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff -r ad5298ba3229 -r ba770cba5598 src/util/tcpwrap-settings.c --- a/src/util/tcpwrap-settings.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/util/tcpwrap-settings.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff -r ad5298ba3229 -r ba770cba5598 src/util/tcpwrap.c --- a/src/util/tcpwrap.c Sun Feb 12 18:26:22 2012 +0200 +++ b/src/util/tcpwrap.c Sun Feb 12 18:55:28 2012 +0200 @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2011 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2012 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h"