From: Timo Sirainen Date: Tue, 4 Feb 2014 21:23:22 +0000 (-0500) Subject: Updated copyright notices to include year 2014. X-Git-Tag: 2.2.11~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a8c5a86d183db25a57bf193c06b41e092ec2e151;p=thirdparty%2Fdovecot%2Fcore.git Updated copyright notices to include year 2014. --- diff --git a/src/anvil/anvil-connection.c b/src/anvil/anvil-connection.c index c0d3637a6d..61e6669af7 100644 --- a/src/anvil/anvil-connection.c +++ b/src/anvil/anvil-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "llist.h" diff --git a/src/anvil/anvil-settings.c b/src/anvil/anvil-settings.c index 79dd5e5dd3..680d935066 100644 --- a/src/anvil/anvil-settings.c +++ b/src/anvil/anvil-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/anvil/connect-limit.c b/src/anvil/connect-limit.c index 45637c7d21..2ddeb7b4d8 100644 --- a/src/anvil/connect-limit.c +++ b/src/anvil/connect-limit.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "hash.h" diff --git a/src/anvil/main.c b/src/anvil/main.c index 6341e65d24..7e19284289 100644 --- a/src/anvil/main.c +++ b/src/anvil/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/anvil/penalty.c b/src/anvil/penalty.c index 2ab1c3eac6..c5fee00d77 100644 --- a/src/anvil/penalty.c +++ b/src/anvil/penalty.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ /* The idea behind checksums is that the same username+password doesn't increase the penalty, because it's most likely a user with a misconfigured diff --git a/src/anvil/test-penalty.c b/src/anvil/test-penalty.c index daa0ebd3e8..4117b13102 100644 --- a/src/anvil/test-penalty.c +++ b/src/anvil/test-penalty.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/auth/auth-cache.c b/src/auth/auth-cache.c index 56e49a3f05..3318f5ff14 100644 --- a/src/auth/auth-cache.c +++ b/src/auth/auth-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "lib-signals.h" diff --git a/src/auth/auth-client-connection.c b/src/auth/auth-client-connection.c index 974d1680bb..7592a0c8c4 100644 --- a/src/auth/auth-client-connection.c +++ b/src/auth/auth-client-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff --git a/src/auth/auth-fields.c b/src/auth/auth-fields.c index cf7e5c6961..ef7aa67db3 100644 --- a/src/auth/auth-fields.c +++ b/src/auth/auth-fields.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff --git a/src/auth/auth-master-connection.c b/src/auth/auth-master-connection.c index 9bc918f80f..728a1dafa9 100644 --- a/src/auth/auth-master-connection.c +++ b/src/auth/auth-master-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "buffer.h" diff --git a/src/auth/auth-penalty.c b/src/auth/auth-penalty.c index e0ba9af471..528b4385a1 100644 --- a/src/auth/auth-penalty.c +++ b/src/auth/auth-penalty.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/auth/auth-postfix-connection.c b/src/auth/auth-postfix-connection.c index 25f2436851..b3d2d0dd26 100644 --- a/src/auth/auth-postfix-connection.c +++ b/src/auth/auth-postfix-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff --git a/src/auth/auth-request-handler.c b/src/auth/auth-request-handler.c index c0f2bcc508..558e7f7504 100644 --- a/src/auth/auth-request-handler.c +++ b/src/auth/auth-request-handler.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff --git a/src/auth/auth-request.c b/src/auth/auth-request.c index 0752f3d8b7..e662f9ce28 100644 --- a/src/auth/auth-request.c +++ b/src/auth/auth-request.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff --git a/src/auth/auth-settings.c b/src/auth/auth-settings.c index 7a5c38d12b..3ebb70a847 100644 --- a/src/auth/auth-settings.c +++ b/src/auth/auth-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/auth/auth-token.c b/src/auth/auth-token.c index 9ca804b26f..fd35dd9fcd 100644 --- a/src/auth/auth-token.c +++ b/src/auth/auth-token.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ /* Auth process maintains a random secret. Once a user authenticates the response to the REQUEST command from a master service is augmented with an diff --git a/src/auth/auth-worker-client.c b/src/auth/auth-worker-client.c index 70dcc56ad2..d3242eb273 100644 --- a/src/auth/auth-worker-client.c +++ b/src/auth/auth-worker-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "base64.h" diff --git a/src/auth/auth-worker-server.c b/src/auth/auth-worker-server.c index 9ff38270b8..e3169f80a3 100644 --- a/src/auth/auth-worker-server.c +++ b/src/auth/auth-worker-server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff --git a/src/auth/auth.c b/src/auth/auth.c index 884ed29b49..832449189e 100644 --- a/src/auth/auth.c +++ b/src/auth/auth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff --git a/src/auth/db-checkpassword.c b/src/auth/db-checkpassword.c index a5a1e7f7d1..62edab6037 100644 --- a/src/auth/db-checkpassword.c +++ b/src/auth/db-checkpassword.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff --git a/src/auth/db-dict-cache-key.c b/src/auth/db-dict-cache-key.c index b562ac15f3..ff241a3dc0 100644 --- a/src/auth/db-dict-cache-key.c +++ b/src/auth/db-dict-cache-key.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff --git a/src/auth/db-dict.c b/src/auth/db-dict.c index 1ca61e60c6..062c70053f 100644 --- a/src/auth/db-dict.c +++ b/src/auth/db-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff --git a/src/auth/db-ldap.c b/src/auth/db-ldap.c index 43b52ec4eb..a948556294 100644 --- a/src/auth/db-ldap.c +++ b/src/auth/db-ldap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff --git a/src/auth/db-passwd-file.c b/src/auth/db-passwd-file.c index ef61d2be84..7ace5857f4 100644 --- a/src/auth/db-passwd-file.c +++ b/src/auth/db-passwd-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff --git a/src/auth/db-sql.c b/src/auth/db-sql.c index 4e96312d22..643589417c 100644 --- a/src/auth/db-sql.c +++ b/src/auth/db-sql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff --git a/src/auth/main.c b/src/auth/main.c index 213027d1a7..80cfa5a01b 100644 --- a/src/auth/main.c +++ b/src/auth/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff --git a/src/auth/mech-anonymous.c b/src/auth/mech-anonymous.c index 7e4246fea9..ea022b53e8 100644 --- a/src/auth/mech-anonymous.c +++ b/src/auth/mech-anonymous.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "mech.h" diff --git a/src/auth/mech-cram-md5.c b/src/auth/mech-cram-md5.c index db9e293cbc..8d04bec33e 100644 --- a/src/auth/mech-cram-md5.c +++ b/src/auth/mech-cram-md5.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* CRAM-MD5 SASL authentication, see RFC-2195 Joshua Goodall */ diff --git a/src/auth/mech-digest-md5.c b/src/auth/mech-digest-md5.c index bae75ec826..3154d9a0e7 100644 --- a/src/auth/mech-digest-md5.c +++ b/src/auth/mech-digest-md5.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* Digest-MD5 SASL authentication, see RFC-2831 */ diff --git a/src/auth/mech-dovecot-token.c b/src/auth/mech-dovecot-token.c index 97254e008c..9209c4717e 100644 --- a/src/auth/mech-dovecot-token.c +++ b/src/auth/mech-dovecot-token.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ /* Used internally by Dovecot processes to authenticate against each others (e.g. imap to imap-urlauth). See auth-token.c */ diff --git a/src/auth/mech-external.c b/src/auth/mech-external.c index 07efce075d..f03ab34af8 100644 --- a/src/auth/mech-external.c +++ b/src/auth/mech-external.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/mech-plain.c b/src/auth/mech-plain.c index 85a1056ff6..1e3da00c6a 100644 --- a/src/auth/mech-plain.c +++ b/src/auth/mech-plain.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "safe-memset.h" diff --git a/src/auth/mech.c b/src/auth/mech.c index d9f2ffbfa2..7510ed6a62 100644 --- a/src/auth/mech.c +++ b/src/auth/mech.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "ioloop.h" diff --git a/src/auth/passdb-blocking.c b/src/auth/passdb-blocking.c index fc3305db98..7515db23a2 100644 --- a/src/auth/passdb-blocking.c +++ b/src/auth/passdb-blocking.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "str.h" diff --git a/src/auth/passdb-bsdauth.c b/src/auth/passdb-bsdauth.c index ee1c59ac43..88a14c146f 100644 --- a/src/auth/passdb-bsdauth.c +++ b/src/auth/passdb-bsdauth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/passdb-cache.c b/src/auth/passdb-cache.c index 2e0da5f97d..e97d34862b 100644 --- a/src/auth/passdb-cache.c +++ b/src/auth/passdb-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "restrict-process-size.h" diff --git a/src/auth/passdb-checkpassword.c b/src/auth/passdb-checkpassword.c index 92d6194ded..58c2a76abb 100644 --- a/src/auth/passdb-checkpassword.c +++ b/src/auth/passdb-checkpassword.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/passdb-dict.c b/src/auth/passdb-dict.c index cb322cedf2..37786b384a 100644 --- a/src/auth/passdb-dict.c +++ b/src/auth/passdb-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/passdb-imap.c b/src/auth/passdb-imap.c index 902afccf6f..9308ef2361 100644 --- a/src/auth/passdb-imap.c +++ b/src/auth/passdb-imap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/passdb-ldap.c b/src/auth/passdb-ldap.c index 8a4140ce80..5e38d28ee4 100644 --- a/src/auth/passdb-ldap.c +++ b/src/auth/passdb-ldap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/passdb-passwd-file.c b/src/auth/passdb-passwd-file.c index c2c8c82772..f8b8086ef6 100644 --- a/src/auth/passdb-passwd-file.c +++ b/src/auth/passdb-passwd-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/passdb-passwd.c b/src/auth/passdb-passwd.c index 5709c1dae3..f4ee7a6319 100644 --- a/src/auth/passdb-passwd.c +++ b/src/auth/passdb-passwd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/passdb-shadow.c b/src/auth/passdb-shadow.c index 4215ceb66c..7690bdbffd 100644 --- a/src/auth/passdb-shadow.c +++ b/src/auth/passdb-shadow.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/passdb-sql.c b/src/auth/passdb-sql.c index 57ce919c61..b4236c5fb1 100644 --- a/src/auth/passdb-sql.c +++ b/src/auth/passdb-sql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "passdb.h" diff --git a/src/auth/passdb-static.c b/src/auth/passdb-static.c index 3231fbdc44..4aed3ae229 100644 --- a/src/auth/passdb-static.c +++ b/src/auth/passdb-static.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff --git a/src/auth/passdb-template.c b/src/auth/passdb-template.c index a63c14f7a0..3f370f8100 100644 --- a/src/auth/passdb-template.c +++ b/src/auth/passdb-template.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff --git a/src/auth/passdb-vpopmail.c b/src/auth/passdb-vpopmail.c index 1124132e7b..dc5fae1c8a 100644 --- a/src/auth/passdb-vpopmail.c +++ b/src/auth/passdb-vpopmail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* Thanks to Courier-IMAP for showing how the vpopmail API should be used */ diff --git a/src/auth/passdb.c b/src/auth/passdb.c index 105d312c2b..82e5da6c01 100644 --- a/src/auth/passdb.c +++ b/src/auth/passdb.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff --git a/src/auth/password-scheme-crypt.c b/src/auth/password-scheme-crypt.c index b7f0ffb431..daee9e9731 100644 --- a/src/auth/password-scheme-crypt.c +++ b/src/auth/password-scheme-crypt.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mycrypt.h" diff --git a/src/auth/password-scheme.c b/src/auth/password-scheme.c index 8d7ac4a80a..bea07b1548 100644 --- a/src/auth/password-scheme.c +++ b/src/auth/password-scheme.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/auth/test-auth-cache.c b/src/auth/test-auth-cache.c index a973baf8ae..c6ee36ccdd 100644 --- a/src/auth/test-auth-cache.c +++ b/src/auth/test-auth-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "auth-request.h" diff --git a/src/auth/test-db-dict.c b/src/auth/test-db-dict.c index f5ea33ffc0..9d4f033081 100644 --- a/src/auth/test-db-dict.c +++ b/src/auth/test-db-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/auth/userdb-blocking.c b/src/auth/userdb-blocking.c index 04f335e52e..57d4ab6701 100644 --- a/src/auth/userdb-blocking.c +++ b/src/auth/userdb-blocking.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "str.h" diff --git a/src/auth/userdb-checkpassword.c b/src/auth/userdb-checkpassword.c index d180308420..51c22940c0 100644 --- a/src/auth/userdb-checkpassword.c +++ b/src/auth/userdb-checkpassword.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff --git a/src/auth/userdb-dict.c b/src/auth/userdb-dict.c index ef91c60e7f..44848ec6aa 100644 --- a/src/auth/userdb-dict.c +++ b/src/auth/userdb-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff --git a/src/auth/userdb-ldap.c b/src/auth/userdb-ldap.c index 6497007fd6..e5b939e37a 100644 --- a/src/auth/userdb-ldap.c +++ b/src/auth/userdb-ldap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff --git a/src/auth/userdb-nss.c b/src/auth/userdb-nss.c index 0e5d470903..35d25a1ba3 100644 --- a/src/auth/userdb-nss.c +++ b/src/auth/userdb-nss.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ /* Currently supports only GLIBC-compatible NSS modules */ diff --git a/src/auth/userdb-passwd-file.c b/src/auth/userdb-passwd-file.c index 40167365f9..e6a53cf6fb 100644 --- a/src/auth/userdb-passwd-file.c +++ b/src/auth/userdb-passwd-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff --git a/src/auth/userdb-passwd.c b/src/auth/userdb-passwd.c index 22a5d3a5c6..e7ff562a11 100644 --- a/src/auth/userdb-passwd.c +++ b/src/auth/userdb-passwd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff --git a/src/auth/userdb-prefetch.c b/src/auth/userdb-prefetch.c index 29dbecf099..32617aa0ee 100644 --- a/src/auth/userdb-prefetch.c +++ b/src/auth/userdb-prefetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff --git a/src/auth/userdb-sql.c b/src/auth/userdb-sql.c index 0f9d7f59b7..095e65417d 100644 --- a/src/auth/userdb-sql.c +++ b/src/auth/userdb-sql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "userdb.h" diff --git a/src/auth/userdb-static.c b/src/auth/userdb-static.c index a1aa72815f..9ec8832901 100644 --- a/src/auth/userdb-static.c +++ b/src/auth/userdb-static.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" diff --git a/src/auth/userdb-template.c b/src/auth/userdb-template.c index a67639e5d4..f2591a6d28 100644 --- a/src/auth/userdb-template.c +++ b/src/auth/userdb-template.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff --git a/src/auth/userdb-vpopmail.c b/src/auth/userdb-vpopmail.c index 023de2066d..0709ba422c 100644 --- a/src/auth/userdb-vpopmail.c +++ b/src/auth/userdb-vpopmail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* Thanks to Courier-IMAP for showing how the vpopmail API should be used */ diff --git a/src/auth/userdb.c b/src/auth/userdb.c index abebc442a2..f38a75ef5f 100644 --- a/src/auth/userdb.c +++ b/src/auth/userdb.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "auth-common.h" #include "array.h" diff --git a/src/config/config-connection.c b/src/config/config-connection.c index 81c64e11b4..fca06fa1f1 100644 --- a/src/config/config-connection.c +++ b/src/config/config-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/config/config-filter.c b/src/config/config-filter.c index e5aa385c52..6b5d2ee0d1 100644 --- a/src/config/config-filter.c +++ b/src/config/config-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/config/config-parser.c b/src/config/config-parser.c index e5530ec2b1..b07d37e7c1 100644 --- a/src/config/config-parser.c +++ b/src/config/config-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/config/config-request.c b/src/config/config-request.c index 67fed60e97..b6fc360ac8 100644 --- a/src/config/config-request.c +++ b/src/config/config-request.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/config/config-settings.c b/src/config/config-settings.c index c7465cc37d..01389c0d6a 100644 --- a/src/config/config-settings.c +++ b/src/config/config-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/config/doveconf.c b/src/config/doveconf.c index 4ecd338ffc..190e4e96d9 100644 --- a/src/config/doveconf.c +++ b/src/config/doveconf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/config/main.c b/src/config/main.c index 0ad74c55b5..57700504da 100644 --- a/src/config/main.c +++ b/src/config/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff --git a/src/config/old-set-parser.c b/src/config/old-set-parser.c index 94d76b294e..e7b3fafed6 100644 --- a/src/config/old-set-parser.c +++ b/src/config/old-set-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/config/sysinfo-get.c b/src/config/sysinfo-get.c index 2f920de2a4..12b1d3ee2d 100644 --- a/src/config/sysinfo-get.c +++ b/src/config/sysinfo-get.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mountpoint.h" diff --git a/src/dict/dict-commands.c b/src/dict/dict-commands.c index aeb7716d5e..5cdd31afcb 100644 --- a/src/dict/dict-commands.c +++ b/src/dict/dict-commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/dict/dict-connection.c b/src/dict/dict-connection.c index 575b12f37e..a9a761607e 100644 --- a/src/dict/dict-connection.c +++ b/src/dict/dict-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/dict/dict-settings.c b/src/dict/dict-settings.c index 78b3fd2153..62bb31d51e 100644 --- a/src/dict/dict-settings.c +++ b/src/dict/dict-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/dict/main.c b/src/dict/main.c index 460bdbb8cc..c07c2bcc86 100644 --- a/src/dict/main.c +++ b/src/dict/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff --git a/src/director/auth-connection.c b/src/director/auth-connection.c index d9fee64e99..4c00afd7bf 100644 --- a/src/director/auth-connection.c +++ b/src/director/auth-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/director/director-connection.c b/src/director/director-connection.c index e832003fc5..ee9990db6b 100644 --- a/src/director/director-connection.c +++ b/src/director/director-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ /* Handshaking: diff --git a/src/director/director-host.c b/src/director/director-host.c index dfaac637b1..e534ce18ef 100644 --- a/src/director/director-host.c +++ b/src/director/director-host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/director/director-request.c b/src/director/director-request.c index ce2e64b2b7..6d27e63885 100644 --- a/src/director/director-request.c +++ b/src/director/director-request.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/director/director-settings.c b/src/director/director-settings.c index b065bb02ff..5c4bd0f5b1 100644 --- a/src/director/director-settings.c +++ b/src/director/director-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/director/director-test.c b/src/director/director-test.c index 8fceb1d0fc..091ef80780 100644 --- a/src/director/director-test.c +++ b/src/director/director-test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ /* This program accepts incoming unauthenticated IMAP connections from diff --git a/src/director/director.c b/src/director/director.c index 520abc9a8c..1cba743e5e 100644 --- a/src/director/director.c +++ b/src/director/director.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/director/doveadm-connection.c b/src/director/doveadm-connection.c index bb2f5b2b89..66bf568348 100644 --- a/src/director/doveadm-connection.c +++ b/src/director/doveadm-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/director/login-connection.c b/src/director/login-connection.c index e88cf7c5ac..978cc84f7b 100644 --- a/src/director/login-connection.c +++ b/src/director/login-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/director/mail-host.c b/src/director/mail-host.c index 73cda6a047..f07edacb8b 100644 --- a/src/director/mail-host.c +++ b/src/director/mail-host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/director/main.c b/src/director/main.c index 637d91fedf..4459b6ad93 100644 --- a/src/director/main.c +++ b/src/director/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/director/notify-connection.c b/src/director/notify-connection.c index a6fed756a4..ff935ef9d6 100644 --- a/src/director/notify-connection.c +++ b/src/director/notify-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/director/test-user-directory.c b/src/director/test-user-directory.c index 510b519d1b..c32e59e2b0 100644 --- a/src/director/test-user-directory.c +++ b/src/director/test-user-directory.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/director/user-directory.c b/src/director/user-directory.c index ab8b0291f8..256665b8d3 100644 --- a/src/director/user-directory.c +++ b/src/director/user-directory.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/dns/dns-client-settings.c b/src/dns/dns-client-settings.c index 0491dbaff6..a5028805c4 100644 --- a/src/dns/dns-client-settings.c +++ b/src/dns/dns-client-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/dns/dns-client.c b/src/dns/dns-client.c index ad79c5b539..38e36c67b6 100644 --- a/src/dns/dns-client.c +++ b/src/dns/dns-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/doveadm/client-connection.c b/src/doveadm/client-connection.c index a12982d751..b4882f301e 100644 --- a/src/doveadm/client-connection.c +++ b/src/doveadm/client-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/doveadm/doveadm-auth.c b/src/doveadm/doveadm-auth.c index 1199cadf8e..a7d79c2cdb 100644 --- a/src/doveadm/doveadm-auth.c +++ b/src/doveadm/doveadm-auth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/doveadm/doveadm-director.c b/src/doveadm/doveadm-director.c index 62ae42cb0c..5837e731fe 100644 --- a/src/doveadm/doveadm-director.c +++ b/src/doveadm/doveadm-director.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff --git a/src/doveadm/doveadm-dump-dbox.c b/src/doveadm/doveadm-dump-dbox.c index 17f4c24ff2..e5759b3c6a 100644 --- a/src/doveadm/doveadm-dump-dbox.c +++ b/src/doveadm/doveadm-dump-dbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-dec.h" diff --git a/src/doveadm/doveadm-dump-index.c b/src/doveadm/doveadm-dump-index.c index d197430b57..0a0d2c7c89 100644 --- a/src/doveadm/doveadm-dump-index.c +++ b/src/doveadm/doveadm-dump-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-dump-log.c b/src/doveadm/doveadm-dump-log.c index 273e4713c7..a3284cc189 100644 --- a/src/doveadm/doveadm-dump-log.c +++ b/src/doveadm/doveadm-dump-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-binary.h" diff --git a/src/doveadm/doveadm-dump-mailboxlog.c b/src/doveadm/doveadm-dump-mailboxlog.c index 71013df5f1..0e25897f90 100644 --- a/src/doveadm/doveadm-dump-mailboxlog.c +++ b/src/doveadm/doveadm-dump-mailboxlog.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-binary.h" diff --git a/src/doveadm/doveadm-dump-thread.c b/src/doveadm/doveadm-dump-thread.c index e1459ba179..862bb4ce96 100644 --- a/src/doveadm/doveadm-dump-thread.c +++ b/src/doveadm/doveadm-dump-thread.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mmap-util.h" diff --git a/src/doveadm/doveadm-dump.c b/src/doveadm/doveadm-dump.c index 75bb52211a..acc7adcb70 100644 --- a/src/doveadm/doveadm-dump.c +++ b/src/doveadm/doveadm-dump.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-fs.c b/src/doveadm/doveadm-fs.c index 408a8235d9..9a1675e001 100644 --- a/src/doveadm/doveadm-fs.c +++ b/src/doveadm/doveadm-fs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-instance.c b/src/doveadm/doveadm-instance.c index acfc1fc5b1..fdd65930b5 100644 --- a/src/doveadm/doveadm-instance.c +++ b/src/doveadm/doveadm-instance.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "master-instance.h" diff --git a/src/doveadm/doveadm-kick.c b/src/doveadm/doveadm-kick.c index d63651d7d4..749a552845 100644 --- a/src/doveadm/doveadm-kick.c +++ b/src/doveadm/doveadm-kick.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-log.c b/src/doveadm/doveadm-log.c index d118f9f36b..68f75c740c 100644 --- a/src/doveadm/doveadm-log.c +++ b/src/doveadm/doveadm-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/doveadm/doveadm-mail-altmove.c b/src/doveadm/doveadm-mail-altmove.c index 5e1b86406e..95afa1d69d 100644 --- a/src/doveadm/doveadm-mail-altmove.c +++ b/src/doveadm/doveadm-mail-altmove.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-mail-copymove.c b/src/doveadm/doveadm-mail-copymove.c index 3260139217..d66d43c218 100644 --- a/src/doveadm/doveadm-mail-copymove.c +++ b/src/doveadm/doveadm-mail-copymove.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff --git a/src/doveadm/doveadm-mail-deduplicate.c b/src/doveadm/doveadm-mail-deduplicate.c index 488bdf1dd0..3979d05b14 100644 --- a/src/doveadm/doveadm-mail-deduplicate.c +++ b/src/doveadm/doveadm-mail-deduplicate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff --git a/src/doveadm/doveadm-mail-expunge.c b/src/doveadm/doveadm-mail-expunge.c index 41969ab0d8..3fc43aa849 100644 --- a/src/doveadm/doveadm-mail-expunge.c +++ b/src/doveadm/doveadm-mail-expunge.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-mail-fetch.c b/src/doveadm/doveadm-mail-fetch.c index 3ade84dcdb..9fc048be87 100644 --- a/src/doveadm/doveadm-mail-fetch.c +++ b/src/doveadm/doveadm-mail-fetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-mail-flags.c b/src/doveadm/doveadm-mail-flags.c index 49b1cccaba..05e0501904 100644 --- a/src/doveadm/doveadm-mail-flags.c +++ b/src/doveadm/doveadm-mail-flags.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-util.h" diff --git a/src/doveadm/doveadm-mail-import.c b/src/doveadm/doveadm-mail-import.c index de4bb9ee1f..d65c75c1a8 100644 --- a/src/doveadm/doveadm-mail-import.c +++ b/src/doveadm/doveadm-mail-import.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-mail-index.c b/src/doveadm/doveadm-mail-index.c index 9ddbfc12e0..49af6e69be 100644 --- a/src/doveadm/doveadm-mail-index.c +++ b/src/doveadm/doveadm-mail-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/doveadm/doveadm-mail-iter.c b/src/doveadm/doveadm-mail-iter.c index e3fc33f2b7..4fa5c5b0bb 100644 --- a/src/doveadm/doveadm-mail-iter.c +++ b/src/doveadm/doveadm-mail-iter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff --git a/src/doveadm/doveadm-mail-mailbox-status.c b/src/doveadm/doveadm-mail-mailbox-status.c index 2b4c521244..17ae40a15e 100644 --- a/src/doveadm/doveadm-mail-mailbox-status.c +++ b/src/doveadm/doveadm-mail-mailbox-status.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/doveadm/doveadm-mail-mailbox.c b/src/doveadm/doveadm-mail-mailbox.c index 1049253074..8e599fe404 100644 --- a/src/doveadm/doveadm-mail-mailbox.c +++ b/src/doveadm/doveadm-mail-mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-mail-search.c b/src/doveadm/doveadm-mail-search.c index 97a6933013..ede31dde00 100644 --- a/src/doveadm/doveadm-mail-search.c +++ b/src/doveadm/doveadm-mail-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff --git a/src/doveadm/doveadm-mail-server.c b/src/doveadm/doveadm-mail-server.c index bff34a3a4c..780536bc80 100644 --- a/src/doveadm/doveadm-mail-server.c +++ b/src/doveadm/doveadm-mail-server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-mail.c b/src/doveadm/doveadm-mail.c index 33f7cbb785..6380d8e319 100644 --- a/src/doveadm/doveadm-mail.c +++ b/src/doveadm/doveadm-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-mailbox-list-iter.c b/src/doveadm/doveadm-mailbox-list-iter.c index 6073e4417d..c3fa6c406c 100644 --- a/src/doveadm/doveadm-mailbox-list-iter.c +++ b/src/doveadm/doveadm-mailbox-list-iter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-master.c b/src/doveadm/doveadm-master.c index 2c2da3260e..359207a9e2 100644 --- a/src/doveadm/doveadm-master.c +++ b/src/doveadm/doveadm-master.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "doveadm.h" diff --git a/src/doveadm/doveadm-mount.c b/src/doveadm/doveadm-mount.c index eebda55c37..313dc22ec6 100644 --- a/src/doveadm/doveadm-mount.c +++ b/src/doveadm/doveadm-mount.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "master-service-settings.h" diff --git a/src/doveadm/doveadm-mutf7.c b/src/doveadm/doveadm-mutf7.c index 1347561419..24ded4bb19 100644 --- a/src/doveadm/doveadm-mutf7.c +++ b/src/doveadm/doveadm-mutf7.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/doveadm/doveadm-penalty.c b/src/doveadm/doveadm-penalty.c index 999c287666..c9886a208e 100644 --- a/src/doveadm/doveadm-penalty.c +++ b/src/doveadm/doveadm-penalty.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-print-flow.c b/src/doveadm/doveadm-print-flow.c index 7f48a63287..6865380140 100644 --- a/src/doveadm/doveadm-print-flow.c +++ b/src/doveadm/doveadm-print-flow.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-print-pager.c b/src/doveadm/doveadm-print-pager.c index a010fa1640..2ef25b8060 100644 --- a/src/doveadm/doveadm-print-pager.c +++ b/src/doveadm/doveadm-print-pager.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-print-server.c b/src/doveadm/doveadm-print-server.c index 363c5d877c..f4f33ae1b2 100644 --- a/src/doveadm/doveadm-print-server.c +++ b/src/doveadm/doveadm-print-server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-print-tab.c b/src/doveadm/doveadm-print-tab.c index 91d82c8cc3..dda958cbae 100644 --- a/src/doveadm/doveadm-print-tab.c +++ b/src/doveadm/doveadm-print-tab.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-print-table.c b/src/doveadm/doveadm-print-table.c index 168167dfe0..0fd9ba47ae 100644 --- a/src/doveadm/doveadm-print-table.c +++ b/src/doveadm/doveadm-print-table.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-print.c b/src/doveadm/doveadm-print.c index b9da2c66e3..eb51e68c2a 100644 --- a/src/doveadm/doveadm-print.c +++ b/src/doveadm/doveadm-print.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-proxy.c b/src/doveadm/doveadm-proxy.c index 93c4bb1c48..9ea9eb987a 100644 --- a/src/doveadm/doveadm-proxy.c +++ b/src/doveadm/doveadm-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/doveadm/doveadm-pw.c b/src/doveadm/doveadm-pw.c index 271c9d599a..5ac48ace26 100644 --- a/src/doveadm/doveadm-pw.c +++ b/src/doveadm/doveadm-pw.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-replicator.c b/src/doveadm/doveadm-replicator.c index 2d1f4c900e..52beefe5a6 100644 --- a/src/doveadm/doveadm-replicator.c +++ b/src/doveadm/doveadm-replicator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/doveadm/doveadm-settings.c b/src/doveadm/doveadm-settings.c index 643be06d66..936f1fbe6c 100644 --- a/src/doveadm/doveadm-settings.c +++ b/src/doveadm/doveadm-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/doveadm/doveadm-sis.c b/src/doveadm/doveadm-sis.c index 65d0011331..7966b7de10 100644 --- a/src/doveadm/doveadm-sis.c +++ b/src/doveadm/doveadm-sis.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/doveadm/doveadm-stats.c b/src/doveadm/doveadm-stats.c index ceeb93b668..a7fdebbbbf 100644 --- a/src/doveadm/doveadm-stats.c +++ b/src/doveadm/doveadm-stats.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-util.c b/src/doveadm/doveadm-util.c index 8872c7688a..800166c7d4 100644 --- a/src/doveadm/doveadm-util.c +++ b/src/doveadm/doveadm-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-who.c b/src/doveadm/doveadm-who.c index 24884f4e48..4ad6b8c8ac 100644 --- a/src/doveadm/doveadm-who.c +++ b/src/doveadm/doveadm-who.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/doveadm-zlib.c b/src/doveadm/doveadm-zlib.c index eb2d094c03..d1d5b8bf43 100644 --- a/src/doveadm/doveadm-zlib.c +++ b/src/doveadm/doveadm-zlib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/doveadm/doveadm.c b/src/doveadm/doveadm.c index fa070c6997..a2f748add8 100644 --- a/src/doveadm/doveadm.c +++ b/src/doveadm/doveadm.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/doveadm-dsync.c b/src/doveadm/dsync/doveadm-dsync.c index 05e861fb20..ee311aaf9d 100644 --- a/src/doveadm/dsync/doveadm-dsync.c +++ b/src/doveadm/dsync/doveadm-dsync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c b/src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c index 6f67b8a26f..e02ab40f74 100644 --- a/src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c +++ b/src/doveadm/dsync/dsync-brain-mailbox-tree-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff --git a/src/doveadm/dsync/dsync-brain-mailbox-tree.c b/src/doveadm/dsync/dsync-brain-mailbox-tree.c index a4a4999a59..289544e3e8 100644 --- a/src/doveadm/dsync/dsync-brain-mailbox-tree.c +++ b/src/doveadm/dsync/dsync-brain-mailbox-tree.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/doveadm/dsync/dsync-brain-mailbox.c b/src/doveadm/dsync/dsync-brain-mailbox.c index 4bc6453040..835ed09aef 100644 --- a/src/doveadm/dsync/dsync-brain-mailbox.c +++ b/src/doveadm/dsync/dsync-brain-mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-brain-mails.c b/src/doveadm/dsync/dsync-brain-mails.c index 8a9d40e20e..75b23a26ab 100644 --- a/src/doveadm/dsync/dsync-brain-mails.c +++ b/src/doveadm/dsync/dsync-brain-mails.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/doveadm/dsync/dsync-brain.c b/src/doveadm/dsync/dsync-brain.c index 1b991eec81..33ac143157 100644 --- a/src/doveadm/dsync/dsync-brain.c +++ b/src/doveadm/dsync/dsync-brain.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-deserializer.c b/src/doveadm/dsync/dsync-deserializer.c index 0a4351a89e..44db964374 100644 --- a/src/doveadm/dsync/dsync-deserializer.c +++ b/src/doveadm/dsync/dsync-deserializer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/doveadm/dsync/dsync-ibc-pipe.c b/src/doveadm/dsync/dsync-ibc-pipe.c index 6eb3b4c4c6..0eddb9cc01 100644 --- a/src/doveadm/dsync/dsync-ibc-pipe.c +++ b/src/doveadm/dsync/dsync-ibc-pipe.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-ibc-stream.c b/src/doveadm/dsync/dsync-ibc-stream.c index b4844a3fd4..e8625f53e7 100644 --- a/src/doveadm/dsync/dsync-ibc-stream.c +++ b/src/doveadm/dsync/dsync-ibc-stream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-ibc.c b/src/doveadm/dsync/dsync-ibc.c index 7c581227d8..a983040866 100644 --- a/src/doveadm/dsync/dsync-ibc.c +++ b/src/doveadm/dsync/dsync-ibc.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dsync-mail.h" diff --git a/src/doveadm/dsync/dsync-mail.c b/src/doveadm/dsync/dsync-mail.c index 318435f45c..2cf52220c9 100644 --- a/src/doveadm/dsync/dsync-mail.c +++ b/src/doveadm/dsync/dsync-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-mailbox-export.c b/src/doveadm/dsync/dsync-mailbox-export.c index 2088c851da..20980fcdda 100644 --- a/src/doveadm/dsync/dsync-mailbox-export.c +++ b/src/doveadm/dsync/dsync-mailbox-export.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-mailbox-import.c b/src/doveadm/dsync/dsync-mailbox-import.c index 30b6e3551f..c4dd75eda5 100644 --- a/src/doveadm/dsync/dsync-mailbox-import.c +++ b/src/doveadm/dsync/dsync-mailbox-import.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-mailbox-state.c b/src/doveadm/dsync/dsync-mailbox-state.c index 314ce304bd..8384d82f4e 100644 --- a/src/doveadm/dsync/dsync-mailbox-state.c +++ b/src/doveadm/dsync/dsync-mailbox-state.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-mailbox-tree-fill.c b/src/doveadm/dsync/dsync-mailbox-tree-fill.c index 8af9fad7d4..d3c2c04de4 100644 --- a/src/doveadm/dsync/dsync-mailbox-tree-fill.c +++ b/src/doveadm/dsync/dsync-mailbox-tree-fill.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-mailbox-tree-sync.c b/src/doveadm/dsync/dsync-mailbox-tree-sync.c index 581f41fac3..7f80e92f8a 100644 --- a/src/doveadm/dsync/dsync-mailbox-tree-sync.c +++ b/src/doveadm/dsync/dsync-mailbox-tree-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-mailbox-tree.c b/src/doveadm/dsync/dsync-mailbox-tree.c index cd8aa9fe1a..c35b34b3b8 100644 --- a/src/doveadm/dsync/dsync-mailbox-tree.c +++ b/src/doveadm/dsync/dsync-mailbox-tree.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-mailbox.c b/src/doveadm/dsync/dsync-mailbox.c index e12d54c264..f2bd0dfaa0 100644 --- a/src/doveadm/dsync/dsync-mailbox.c +++ b/src/doveadm/dsync/dsync-mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/doveadm/dsync/dsync-serializer.c b/src/doveadm/dsync/dsync-serializer.c index 70ce327253..addd225d80 100644 --- a/src/doveadm/dsync/dsync-serializer.c +++ b/src/doveadm/dsync/dsync-serializer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/doveadm/dsync/dsync-transaction-log-scan.c b/src/doveadm/dsync/dsync-transaction-log-scan.c index 31eeec4ff4..3d9ee6cd9b 100644 --- a/src/doveadm/dsync/dsync-transaction-log-scan.c +++ b/src/doveadm/dsync/dsync-transaction-log-scan.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff --git a/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c b/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c index 85cf6e2c43..c8b7078338 100644 --- a/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c +++ b/src/doveadm/dsync/test-dsync-mailbox-tree-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "sha1.h" diff --git a/src/doveadm/main.c b/src/doveadm/main.c index 0b2e56c9e8..e5dc43d748 100644 --- a/src/doveadm/main.c +++ b/src/doveadm/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff --git a/src/doveadm/server-connection.c b/src/doveadm/server-connection.c index e064ab7354..efa79c4ecd 100644 --- a/src/doveadm/server-connection.c +++ b/src/doveadm/server-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/imap-login/client-authenticate.c b/src/imap-login/client-authenticate.c index c92b8b76c0..6154f82486 100644 --- a/src/imap-login/client-authenticate.c +++ b/src/imap-login/client-authenticate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff --git a/src/imap-login/client.c b/src/imap-login/client.c index e9e291c279..451240ddd1 100644 --- a/src/imap-login/client.c +++ b/src/imap-login/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "buffer.h" diff --git a/src/imap-login/imap-login-settings.c b/src/imap-login/imap-login-settings.c index 0b1ffc2f3d..1ac24d18ba 100644 --- a/src/imap-login/imap-login-settings.c +++ b/src/imap-login/imap-login-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/imap-login/imap-proxy.c b/src/imap-login/imap-proxy.c index 4427a64125..0e8a057377 100644 --- a/src/imap-login/imap-proxy.c +++ b/src/imap-login/imap-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "array.h" diff --git a/src/imap-urlauth/imap-urlauth-client.c b/src/imap-urlauth/imap-urlauth-client.c index 883a1a004f..7ede0f4dc5 100644 --- a/src/imap-urlauth/imap-urlauth-client.c +++ b/src/imap-urlauth/imap-urlauth-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-urlauth-common.h" #include "array.h" diff --git a/src/imap-urlauth/imap-urlauth-login-settings.c b/src/imap-urlauth/imap-urlauth-login-settings.c index b84cf8037c..65d89942e1 100644 --- a/src/imap-urlauth/imap-urlauth-login-settings.c +++ b/src/imap-urlauth/imap-urlauth-login-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/imap-urlauth/imap-urlauth-login.c b/src/imap-urlauth/imap-urlauth-login.c index 31aa5f457f..a41eb61886 100644 --- a/src/imap-urlauth/imap-urlauth-login.c +++ b/src/imap-urlauth/imap-urlauth-login.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "str.h" diff --git a/src/imap-urlauth/imap-urlauth-settings.c b/src/imap-urlauth/imap-urlauth-settings.c index d5930a579f..367d4490d6 100644 --- a/src/imap-urlauth/imap-urlauth-settings.c +++ b/src/imap-urlauth/imap-urlauth-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/imap-urlauth/imap-urlauth-worker-settings.c b/src/imap-urlauth/imap-urlauth-worker-settings.c index c338f4fcf6..12e71c3a0a 100644 --- a/src/imap-urlauth/imap-urlauth-worker-settings.c +++ b/src/imap-urlauth/imap-urlauth-worker-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/imap-urlauth/imap-urlauth-worker.c b/src/imap-urlauth/imap-urlauth-worker.c index d8209ac95f..bdc2262b57 100644 --- a/src/imap-urlauth/imap-urlauth-worker.c +++ b/src/imap-urlauth/imap-urlauth-worker.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/imap-urlauth/imap-urlauth.c b/src/imap-urlauth/imap-urlauth.c index 2a77f3c76f..9e82f9720b 100644 --- a/src/imap-urlauth/imap-urlauth.c +++ b/src/imap-urlauth/imap-urlauth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ /* The imap-urlauth service provides URLAUTH access between different accounts. If diff --git a/src/imap/cmd-append.c b/src/imap/cmd-append.c index aaa3ebf6e7..989e0e65e1 100644 --- a/src/imap/cmd-append.c +++ b/src/imap/cmd-append.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff --git a/src/imap/cmd-cancelupdate.c b/src/imap/cmd-cancelupdate.c index 5d3e3f4ea6..9d8cd74efc 100644 --- a/src/imap/cmd-cancelupdate.c +++ b/src/imap/cmd-cancelupdate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-search.h" diff --git a/src/imap/cmd-capability.c b/src/imap/cmd-capability.c index dcb2aa2a01..f23ea3ce82 100644 --- a/src/imap/cmd-capability.c +++ b/src/imap/cmd-capability.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-check.c b/src/imap/cmd-check.c index 7312245eb3..1fa076fd94 100644 --- a/src/imap/cmd-check.c +++ b/src/imap/cmd-check.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-close.c b/src/imap/cmd-close.c index c4231ad39b..e8b77cc9f2 100644 --- a/src/imap/cmd-close.c +++ b/src/imap/cmd-close.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-copy.c b/src/imap/cmd-copy.c index e066752a59..c9f9d8b925 100644 --- a/src/imap/cmd-copy.c +++ b/src/imap/cmd-copy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/cmd-create.c b/src/imap/cmd-create.c index 63394de905..fd7802abf5 100644 --- a/src/imap/cmd-create.c +++ b/src/imap/cmd-create.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-resp-code.h" diff --git a/src/imap/cmd-delete.c b/src/imap/cmd-delete.c index 33ab1160ba..9d8b6c139d 100644 --- a/src/imap/cmd-delete.c +++ b/src/imap/cmd-delete.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-enable.c b/src/imap/cmd-enable.c index 175763fa1e..a13b0cedac 100644 --- a/src/imap/cmd-enable.c +++ b/src/imap/cmd-enable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/cmd-examine.c b/src/imap/cmd-examine.c index b1acb63de4..647dee04f6 100644 --- a/src/imap/cmd-examine.c +++ b/src/imap/cmd-examine.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-expunge.c b/src/imap/cmd-expunge.c index 1d25cd8bbb..f0f3975768 100644 --- a/src/imap/cmd-expunge.c +++ b/src/imap/cmd-expunge.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-fetch.c b/src/imap/cmd-fetch.c index dc1b9039b6..c5e1c58819 100644 --- a/src/imap/cmd-fetch.c +++ b/src/imap/cmd-fetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff --git a/src/imap/cmd-genurlauth.c b/src/imap/cmd-genurlauth.c index a7b11904fa..f52fcddfc1 100644 --- a/src/imap/cmd-genurlauth.c +++ b/src/imap/cmd-genurlauth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/cmd-getmetadata.c b/src/imap/cmd-getmetadata.c index 7d77d7430e..c42d922a0d 100644 --- a/src/imap/cmd-getmetadata.c +++ b/src/imap/cmd-getmetadata.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/cmd-id.c b/src/imap/cmd-id.c index 907ea6b5ba..df52ea0b7f 100644 --- a/src/imap/cmd-id.c +++ b/src/imap/cmd-id.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-id.h" diff --git a/src/imap/cmd-idle.c b/src/imap/cmd-idle.c index 828f2142d3..c312c8518b 100644 --- a/src/imap/cmd-idle.c +++ b/src/imap/cmd-idle.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "net.h" diff --git a/src/imap/cmd-list.c b/src/imap/cmd-list.c index 85068b548d..4388690f03 100644 --- a/src/imap/cmd-list.c +++ b/src/imap/cmd-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff --git a/src/imap/cmd-logout.c b/src/imap/cmd-logout.c index 44931493ad..bf58ade704 100644 --- a/src/imap/cmd-logout.c +++ b/src/imap/cmd-logout.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff --git a/src/imap/cmd-lsub.c b/src/imap/cmd-lsub.c index 243eb6b07d..5686d7d1a8 100644 --- a/src/imap/cmd-lsub.c +++ b/src/imap/cmd-lsub.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-namespace.c b/src/imap/cmd-namespace.c index 7a5d425e90..02af8dec58 100644 --- a/src/imap/cmd-namespace.c +++ b/src/imap/cmd-namespace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/cmd-noop.c b/src/imap/cmd-noop.c index 9885e2bf21..3954b22fc4 100644 --- a/src/imap/cmd-noop.c +++ b/src/imap/cmd-noop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-notify.c b/src/imap/cmd-notify.c index 08810dbd37..c063fc1f5a 100644 --- a/src/imap/cmd-notify.c +++ b/src/imap/cmd-notify.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/cmd-rename.c b/src/imap/cmd-rename.c index 83e0e24a63..3f490b4173 100644 --- a/src/imap/cmd-rename.c +++ b/src/imap/cmd-rename.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "mail-namespace.h" diff --git a/src/imap/cmd-resetkey.c b/src/imap/cmd-resetkey.c index fdb440ab65..857f1b44fa 100644 --- a/src/imap/cmd-resetkey.c +++ b/src/imap/cmd-resetkey.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-resp-code.h" diff --git a/src/imap/cmd-search.c b/src/imap/cmd-search.c index 6d467710e0..5cf7421f86 100644 --- a/src/imap/cmd-search.c +++ b/src/imap/cmd-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-search-args.h" diff --git a/src/imap/cmd-select.c b/src/imap/cmd-select.c index 7bae80d339..fbfbf158d4 100644 --- a/src/imap/cmd-select.c +++ b/src/imap/cmd-select.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "seq-range-array.h" diff --git a/src/imap/cmd-setmetadata.c b/src/imap/cmd-setmetadata.c index 1a98c81ec9..96ea80c56b 100644 --- a/src/imap/cmd-setmetadata.c +++ b/src/imap/cmd-setmetadata.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff --git a/src/imap/cmd-sort.c b/src/imap/cmd-sort.c index e8935bc397..ded30f5eba 100644 --- a/src/imap/cmd-sort.c +++ b/src/imap/cmd-sort.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "buffer.h" diff --git a/src/imap/cmd-status.c b/src/imap/cmd-status.c index 3ab2e603dd..394755f132 100644 --- a/src/imap/cmd-status.c +++ b/src/imap/cmd-status.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-resp-code.h" diff --git a/src/imap/cmd-store.c b/src/imap/cmd-store.c index d5f713aaac..fb62310419 100644 --- a/src/imap/cmd-store.c +++ b/src/imap/cmd-store.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "seq-range-array.h" diff --git a/src/imap/cmd-subscribe.c b/src/imap/cmd-subscribe.c index 7885f1ad78..26393e58a4 100644 --- a/src/imap/cmd-subscribe.c +++ b/src/imap/cmd-subscribe.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-utf7.h" diff --git a/src/imap/cmd-thread.c b/src/imap/cmd-thread.c index 35b0fa3cd6..c3151fc2fb 100644 --- a/src/imap/cmd-thread.c +++ b/src/imap/cmd-thread.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/cmd-unselect.c b/src/imap/cmd-unselect.c index ace48f922f..bdea079f9a 100644 --- a/src/imap/cmd-unselect.c +++ b/src/imap/cmd-unselect.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-unsubscribe.c b/src/imap/cmd-unsubscribe.c index 9d35556042..dfa6216190 100644 --- a/src/imap/cmd-unsubscribe.c +++ b/src/imap/cmd-unsubscribe.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/cmd-urlfetch.c b/src/imap/cmd-urlfetch.c index d5859a638b..fd4b9d8659 100644 --- a/src/imap/cmd-urlfetch.c +++ b/src/imap/cmd-urlfetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "strfuncs.h" diff --git a/src/imap/cmd-x-cancel.c b/src/imap/cmd-x-cancel.c index 57bdb2e600..5c545af35a 100644 --- a/src/imap/cmd-x-cancel.c +++ b/src/imap/cmd-x-cancel.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-commands.h" diff --git a/src/imap/imap-client.c b/src/imap/imap-client.c index e870246b4a..444c09dd0e 100644 --- a/src/imap/imap-client.c +++ b/src/imap/imap-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff --git a/src/imap/imap-commands-util.c b/src/imap/imap-commands-util.c index fb2b3d0112..00d4c30dc1 100644 --- a/src/imap/imap-commands-util.c +++ b/src/imap/imap-commands-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff --git a/src/imap/imap-commands.c b/src/imap/imap-commands.c index a86c874b54..b9c99ad155 100644 --- a/src/imap/imap-commands.c +++ b/src/imap/imap-commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff --git a/src/imap/imap-expunge.c b/src/imap/imap-expunge.c index c0eb7d68e2..ed7afdb1f7 100644 --- a/src/imap/imap-expunge.c +++ b/src/imap/imap-expunge.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "mail-storage.h" diff --git a/src/imap/imap-fetch-body.c b/src/imap/imap-fetch-body.c index 11a45cc2e1..6439ee6f91 100644 --- a/src/imap/imap-fetch-body.c +++ b/src/imap/imap-fetch-body.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "buffer.h" diff --git a/src/imap/imap-fetch.c b/src/imap/imap-fetch.c index 1470a54e04..95ae25d292 100644 --- a/src/imap/imap-fetch.c +++ b/src/imap/imap-fetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff --git a/src/imap/imap-list.c b/src/imap/imap-list.c index 2d27a7cfad..b5d9eaef86 100644 --- a/src/imap/imap-list.c +++ b/src/imap/imap-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/imap-metadata.c b/src/imap/imap-metadata.c index 057150383c..a49bb7d86b 100644 --- a/src/imap/imap-metadata.c +++ b/src/imap/imap-metadata.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "imap-metadata.h" diff --git a/src/imap/imap-notify.c b/src/imap/imap-notify.c index 576a740328..6749cec52f 100644 --- a/src/imap/imap-notify.c +++ b/src/imap/imap-notify.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/imap-search-args.c b/src/imap/imap-search-args.c index 1e6781d9a2..14a750ed92 100644 --- a/src/imap/imap-search-args.c +++ b/src/imap/imap-search-args.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "mail-storage.h" diff --git a/src/imap/imap-search.c b/src/imap/imap-search.c index 181a4a592f..c5be3bee7b 100644 --- a/src/imap/imap-search.c +++ b/src/imap/imap-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff --git a/src/imap/imap-settings.c b/src/imap/imap-settings.c index 0b4b84c825..79b02e7614 100644 --- a/src/imap/imap-settings.c +++ b/src/imap/imap-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/imap/imap-status.c b/src/imap/imap-status.c index 13f11c884d..b477917be5 100644 --- a/src/imap/imap-status.c +++ b/src/imap/imap-status.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "hex-binary.h" diff --git a/src/imap/imap-sync.c b/src/imap/imap-sync.c index 751d2b1c63..57c25def45 100644 --- a/src/imap/imap-sync.c +++ b/src/imap/imap-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/imap/mail-storage-callbacks.c b/src/imap/mail-storage-callbacks.c index 862842a7fc..fcd4d31469 100644 --- a/src/imap/mail-storage-callbacks.c +++ b/src/imap/mail-storage-callbacks.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ostream.h" diff --git a/src/imap/main.c b/src/imap/main.c index a4cb6aeb93..dd1da5ad8d 100644 --- a/src/imap/main.c +++ b/src/imap/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "ioloop.h" diff --git a/src/indexer/indexer-client.c b/src/indexer/indexer-client.c index 90fbbef20c..0d229e2eaa 100644 --- a/src/indexer/indexer-client.c +++ b/src/indexer/indexer-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/indexer/indexer-queue.c b/src/indexer/indexer-queue.c index 9f114131b9..2204270f75 100644 --- a/src/indexer/indexer-queue.c +++ b/src/indexer/indexer-queue.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/indexer/indexer-settings.c b/src/indexer/indexer-settings.c index 55ea4f4463..de669e54a7 100644 --- a/src/indexer/indexer-settings.c +++ b/src/indexer/indexer-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/indexer/indexer-worker-settings.c b/src/indexer/indexer-worker-settings.c index 8f005d9422..f2017e636b 100644 --- a/src/indexer/indexer-worker-settings.c +++ b/src/indexer/indexer-worker-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/indexer/indexer-worker.c b/src/indexer/indexer-worker.c index 34c9da217b..cffc19d6d9 100644 --- a/src/indexer/indexer-worker.c +++ b/src/indexer/indexer-worker.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff --git a/src/indexer/indexer.c b/src/indexer/indexer.c index 9c0dcd8a4c..1f2097779f 100644 --- a/src/indexer/indexer.c +++ b/src/indexer/indexer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff --git a/src/indexer/master-connection.c b/src/indexer/master-connection.c index 82ee9548e1..1b1506f883 100644 --- a/src/indexer/master-connection.c +++ b/src/indexer/master-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/indexer/worker-connection.c b/src/indexer/worker-connection.c index a249ec3df2..d36c6eabc7 100644 --- a/src/indexer/worker-connection.c +++ b/src/indexer/worker-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/indexer/worker-pool.c b/src/indexer/worker-pool.c index f0772effd9..c231f51c26 100644 --- a/src/indexer/worker-pool.c +++ b/src/indexer/worker-pool.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/ipc/client.c b/src/ipc/client.c index 19e1efd47e..06529767fa 100644 --- a/src/ipc/client.c +++ b/src/ipc/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/ipc/ipc-connection.c b/src/ipc/ipc-connection.c index f3c9bc1fa9..bae17155e5 100644 --- a/src/ipc/ipc-connection.c +++ b/src/ipc/ipc-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/ipc/ipc-group.c b/src/ipc/ipc-group.c index b189455b4a..4c06fda4ff 100644 --- a/src/ipc/ipc-group.c +++ b/src/ipc/ipc-group.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/ipc/ipc-settings.c b/src/ipc/ipc-settings.c index 7f9c9cb8ee..78f3479dad 100644 --- a/src/ipc/ipc-settings.c +++ b/src/ipc/ipc-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/ipc/main.c b/src/ipc/main.c index d8311c2f49..774f6307b8 100644 --- a/src/ipc/main.c +++ b/src/ipc/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff --git a/src/lda/main.c b/src/lda/main.c index 4ed8a315e8..1b24303827 100644 --- a/src/lda/main.c +++ b/src/lda/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/lib-auth/auth-client-request.c b/src/lib-auth/auth-client-request.c index 9be2d9aa76..b490a0a7db 100644 --- a/src/lib-auth/auth-client-request.c +++ b/src/lib-auth/auth-client-request.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-auth/auth-client.c b/src/lib-auth/auth-client.c index 95ea7d8090..65ccaa279d 100644 --- a/src/lib-auth/auth-client.c +++ b/src/lib-auth/auth-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-auth/auth-master.c b/src/lib-auth/auth-master.c index 2b28cece6f..3a99063029 100644 --- a/src/lib-auth/auth-master.c +++ b/src/lib-auth/auth-master.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/lib-auth/auth-server-connection.c b/src/lib-auth/auth-server-connection.c index b9a221dcd2..034f5389e8 100644 --- a/src/lib-auth/auth-server-connection.c +++ b/src/lib-auth/auth-server-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-charset/charset-iconv.c b/src/lib-charset/charset-iconv.c index 40135839e4..6fcf8530c0 100644 --- a/src/lib-charset/charset-iconv.c +++ b/src/lib-charset/charset-iconv.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-charset/charset-utf8.c b/src/lib-charset/charset-utf8.c index 04280f2d72..d895619a50 100644 --- a/src/lib-charset/charset-utf8.c +++ b/src/lib-charset/charset-utf8.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-compression/compression.c b/src/lib-compression/compression.c index ed466a0fc9..a10e594945 100644 --- a/src/lib-compression/compression.c +++ b/src/lib-compression/compression.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-compression/istream-bzlib.c b/src/lib-compression/istream-bzlib.c index fbf49244d2..a9d4fb520e 100644 --- a/src/lib-compression/istream-bzlib.c +++ b/src/lib-compression/istream-bzlib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-compression/istream-lzma.c b/src/lib-compression/istream-lzma.c index 26f0f5abf9..9b09cb037f 100644 --- a/src/lib-compression/istream-lzma.c +++ b/src/lib-compression/istream-lzma.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-compression/istream-zlib.c b/src/lib-compression/istream-zlib.c index 5e92bc6c85..be3d24aa77 100644 --- a/src/lib-compression/istream-zlib.c +++ b/src/lib-compression/istream-zlib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-compression/ostream-bzlib.c b/src/lib-compression/ostream-bzlib.c index b15216114c..f1a78eb126 100644 --- a/src/lib-compression/ostream-bzlib.c +++ b/src/lib-compression/ostream-bzlib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-compression/ostream-lzma.c b/src/lib-compression/ostream-lzma.c index 918e123c1e..095f7d231c 100644 --- a/src/lib-compression/ostream-lzma.c +++ b/src/lib-compression/ostream-lzma.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-compression/ostream-zlib.c b/src/lib-compression/ostream-zlib.c index 8046554aba..7472bbe6f0 100644 --- a/src/lib-compression/ostream-zlib.c +++ b/src/lib-compression/ostream-zlib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-dict/dict-cdb.c b/src/lib-dict/dict-cdb.c index 41f226786b..e51369aa33 100644 --- a/src/lib-dict/dict-cdb.c +++ b/src/lib-dict/dict-cdb.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-dict/dict-client.c b/src/lib-dict/dict-client.c index e875f94c42..e531695665 100644 --- a/src/lib-dict/dict-client.c +++ b/src/lib-dict/dict-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/lib-dict/dict-db.c b/src/lib-dict/dict-db.c index 94a7ab83f2..7ef55a0812 100644 --- a/src/lib-dict/dict-db.c +++ b/src/lib-dict/dict-db.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ /* FIXME: BDB isn't being used correctly/safely. */ diff --git a/src/lib-dict/dict-file.c b/src/lib-dict/dict-file.c index e84412f896..4397e13f6d 100644 --- a/src/lib-dict/dict-file.c +++ b/src/lib-dict/dict-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/dict-fs.c b/src/lib-dict/dict-fs.c index 1a8374b8a6..b7be479f60 100644 --- a/src/lib-dict/dict-fs.c +++ b/src/lib-dict/dict-fs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/dict-memcached-ascii.c b/src/lib-dict/dict-memcached-ascii.c index 9d957fd48d..59a7f0381a 100644 --- a/src/lib-dict/dict-memcached-ascii.c +++ b/src/lib-dict/dict-memcached-ascii.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING memcached_ascii */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING memcached_ascii */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/dict-memcached.c b/src/lib-dict/dict-memcached.c index 9b663fb9a0..51fc695c83 100644 --- a/src/lib-dict/dict-memcached.c +++ b/src/lib-dict/dict-memcached.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING memcached */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING memcached */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/dict-redis.c b/src/lib-dict/dict-redis.c index 519d4772e0..3de9c876c6 100644 --- a/src/lib-dict/dict-redis.c +++ b/src/lib-dict/dict-redis.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING redis */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING redis */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/dict-register.c b/src/lib-dict/dict-register.c index 326fec0645..071d44f494 100644 --- a/src/lib-dict/dict-register.c +++ b/src/lib-dict/dict-register.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dict-private.h" diff --git a/src/lib-dict/dict-sql-settings.c b/src/lib-dict/dict-sql-settings.c index 6b0afeaad8..0bfcc71177 100644 --- a/src/lib-dict/dict-sql-settings.c +++ b/src/lib-dict/dict-sql-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/dict-sql.c b/src/lib-dict/dict-sql.c index 85d4b3beef..f8871ac52d 100644 --- a/src/lib-dict/dict-sql.c +++ b/src/lib-dict/dict-sql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/dict-transaction-memory.c b/src/lib-dict/dict-transaction-memory.c index 0656462e1d..3433ac0714 100644 --- a/src/lib-dict/dict-transaction-memory.c +++ b/src/lib-dict/dict-transaction-memory.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/dict.c b/src/lib-dict/dict.c index f3d48c8bd6..08460197d6 100644 --- a/src/lib-dict/dict.c +++ b/src/lib-dict/dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/test-dict.c b/src/lib-dict/test-dict.c index eefd769695..d69e353bf9 100644 --- a/src/lib-dict/test-dict.c +++ b/src/lib-dict/test-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dict-private.h" diff --git a/src/lib-dns/dns-lookup.c b/src/lib-dns/dns-lookup.c index 6039de0950..6433c9a432 100644 --- a/src/lib-dns/dns-lookup.c +++ b/src/lib-dns/dns-lookup.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-fs/fs-api.c b/src/lib-fs/fs-api.c index 83a7a13bac..f31c50e330 100644 --- a/src/lib-fs/fs-api.c +++ b/src/lib-fs/fs-api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-fs/fs-metawrap.c b/src/lib-fs/fs-metawrap.c index faabf8e14f..46af36a058 100644 --- a/src/lib-fs/fs-metawrap.c +++ b/src/lib-fs/fs-metawrap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-fs/fs-posix.c b/src/lib-fs/fs-posix.c index 00d70dc4ab..2d7d7a45cd 100644 --- a/src/lib-fs/fs-posix.c +++ b/src/lib-fs/fs-posix.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-fs/fs-sis-common.c b/src/lib-fs/fs-sis-common.c index 8459c3e027..e412be802e 100644 --- a/src/lib-fs/fs-sis-common.c +++ b/src/lib-fs/fs-sis-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fs-sis-common.h" diff --git a/src/lib-fs/fs-sis-queue.c b/src/lib-fs/fs-sis-queue.c index ef79d55f18..71a36582c2 100644 --- a/src/lib-fs/fs-sis-queue.c +++ b/src/lib-fs/fs-sis-queue.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-fs/fs-sis.c b/src/lib-fs/fs-sis.c index 4ba9e70158..f7e27df122 100644 --- a/src/lib-fs/fs-sis.c +++ b/src/lib-fs/fs-sis.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-fs/istream-fs-file.c b/src/lib-fs/istream-fs-file.c index 23351a0387..16e763b2ed 100644 --- a/src/lib-fs/istream-fs-file.c +++ b/src/lib-fs/istream-fs-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib-fs/istream-metawrap.c b/src/lib-fs/istream-metawrap.c index c518c28fb3..3d9a61af42 100644 --- a/src/lib-fs/istream-metawrap.c +++ b/src/lib-fs/istream-metawrap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib-fs/ostream-cmp.c b/src/lib-fs/ostream-cmp.c index 92bd97160b..c02200f2a7 100644 --- a/src/lib-fs/ostream-cmp.c +++ b/src/lib-fs/ostream-cmp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-fs/ostream-metawrap.c b/src/lib-fs/ostream-metawrap.c index 736f009335..ae666b5aa3 100644 --- a/src/lib-fs/ostream-metawrap.c +++ b/src/lib-fs/ostream-metawrap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ostream-private.h" diff --git a/src/lib-http/http-client-connection.c b/src/lib-http/http-client-connection.c index bd0044ddb0..3a7dcc2f18 100644 --- a/src/lib-http/http-client-connection.c +++ b/src/lib-http/http-client-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-http/http-client-host.c b/src/lib-http/http-client-host.c index 76ee246096..2a16a6602c 100644 --- a/src/lib-http/http-client-host.c +++ b/src/lib-http/http-client-host.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-http/http-client-peer.c b/src/lib-http/http-client-peer.c index 03cb7c5b9d..2e1e99baa1 100644 --- a/src/lib-http/http-client-peer.c +++ b/src/lib-http/http-client-peer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-http/http-client-queue.c b/src/lib-http/http-client-queue.c index d62063ba11..d2e0637bf0 100644 --- a/src/lib-http/http-client-queue.c +++ b/src/lib-http/http-client-queue.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-http/http-client-request.c b/src/lib-http/http-client-request.c index b3ec195a1c..e8217fa07f 100644 --- a/src/lib-http/http-client-request.c +++ b/src/lib-http/http-client-request.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-http/http-client.c b/src/lib-http/http-client.c index 340fc5e449..264427af7c 100644 --- a/src/lib-http/http-client.c +++ b/src/lib-http/http-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-http/http-date.c b/src/lib-http/http-date.c index f511636935..b3dbef1c2f 100644 --- a/src/lib-http/http-date.c +++ b/src/lib-http/http-date.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-http/http-header-parser.c b/src/lib-http/http-header-parser.c index 875b92f14d..13ffcba862 100644 --- a/src/lib-http/http-header-parser.c +++ b/src/lib-http/http-header-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-http/http-header.c b/src/lib-http/http-header.c index e620790b4e..2ff085d8d4 100644 --- a/src/lib-http/http-header.c +++ b/src/lib-http/http-header.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-http/http-message-parser.c b/src/lib-http/http-message-parser.c index d2bad277bb..84bdc11cac 100644 --- a/src/lib-http/http-message-parser.c +++ b/src/lib-http/http-message-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-http/http-parser.c b/src/lib-http/http-parser.c index a5d7ed195a..961cc2ca02 100644 --- a/src/lib-http/http-parser.c +++ b/src/lib-http/http-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-http/http-request-parser.c b/src/lib-http/http-request-parser.c index 0c64dede91..cb13402c69 100644 --- a/src/lib-http/http-request-parser.c +++ b/src/lib-http/http-request-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-http/http-response-parser.c b/src/lib-http/http-response-parser.c index 1d5bea08c6..f7587971bf 100644 --- a/src/lib-http/http-response-parser.c +++ b/src/lib-http/http-response-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-http/http-transfer-chunked.c b/src/lib-http/http-transfer-chunked.c index ed0a83b4b1..ca18393ad7 100644 --- a/src/lib-http/http-transfer-chunked.c +++ b/src/lib-http/http-transfer-chunked.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib-http/http-url.c b/src/lib-http/http-url.c index bd61d9ca14..5446e657eb 100644 --- a/src/lib-http/http-url.c +++ b/src/lib-http/http-url.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-http/test-http-client.c b/src/lib-http/test-http-client.c index 9d2a405dbe..166727f053 100644 --- a/src/lib-http/test-http-client.c +++ b/src/lib-http/test-http-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-http/test-http-date.c b/src/lib-http/test-http-date.c index 4c06d3b622..b321474f95 100644 --- a/src/lib-http/test-http-date.c +++ b/src/lib-http/test-http-date.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "test-common.h" diff --git a/src/lib-http/test-http-header-parser.c b/src/lib-http/test-http-header-parser.c index eb21986edf..ee0729bb5e 100644 --- a/src/lib-http/test-http-header-parser.c +++ b/src/lib-http/test-http-header-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str-sanitize.h" diff --git a/src/lib-http/test-http-request-parser.c b/src/lib-http/test-http-request-parser.c index 804e3a872d..f27f0f5c00 100644 --- a/src/lib-http/test-http-request-parser.c +++ b/src/lib-http/test-http-request-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff --git a/src/lib-http/test-http-response-parser.c b/src/lib-http/test-http-response-parser.c index dbc3b93d7f..6a6ec874b2 100644 --- a/src/lib-http/test-http-response-parser.c +++ b/src/lib-http/test-http-response-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff --git a/src/lib-http/test-http-server.c b/src/lib-http/test-http-server.c index 49a9d74976..c62dba4671 100644 --- a/src/lib-http/test-http-server.c +++ b/src/lib-http/test-http-server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-http/test-http-transfer.c b/src/lib-http/test-http-transfer.c index 643ddc47a3..3b61a2a532 100644 --- a/src/lib-http/test-http-transfer.c +++ b/src/lib-http/test-http-transfer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff --git a/src/lib-http/test-http-url.c b/src/lib-http/test-http-url.c index 5e0acbb3fa..d9d73d238e 100644 --- a/src/lib-http/test-http-url.c +++ b/src/lib-http/test-http-url.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-imap-client/imapc-client.c b/src/lib-imap-client/imapc-client.c index 7ecec05ce8..65cd5232f7 100644 --- a/src/lib-imap-client/imapc-client.c +++ b/src/lib-imap-client/imapc-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-imap-client/imapc-connection.c b/src/lib-imap-client/imapc-connection.c index f409234c7a..bffcfa718c 100644 --- a/src/lib-imap-client/imapc-connection.c +++ b/src/lib-imap-client/imapc-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-imap-client/imapc-msgmap.c b/src/lib-imap-client/imapc-msgmap.c index bf1a09b4c7..971c026e3f 100644 --- a/src/lib-imap-client/imapc-msgmap.c +++ b/src/lib-imap-client/imapc-msgmap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-imap-storage/imap-msgpart-url.c b/src/lib-imap-storage/imap-msgpart-url.c index 64d8723560..69f642b491 100644 --- a/src/lib-imap-storage/imap-msgpart-url.c +++ b/src/lib-imap-storage/imap-msgpart-url.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-imap-storage/imap-msgpart.c b/src/lib-imap-storage/imap-msgpart.c index e696589a35..126446ef9a 100644 --- a/src/lib-imap-storage/imap-msgpart.c +++ b/src/lib-imap-storage/imap-msgpart.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-imap-urlauth/imap-urlauth-backend.c b/src/lib-imap-urlauth/imap-urlauth-backend.c index 7d48e93778..528d596d59 100644 --- a/src/lib-imap-urlauth/imap-urlauth-backend.c +++ b/src/lib-imap-urlauth/imap-urlauth-backend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-imap-urlauth/imap-urlauth-connection.c b/src/lib-imap-urlauth/imap-urlauth-connection.c index 42a4fc36f7..3832738b4f 100644 --- a/src/lib-imap-urlauth/imap-urlauth-connection.c +++ b/src/lib-imap-urlauth/imap-urlauth-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/lib-imap-urlauth/imap-urlauth-fetch.c b/src/lib-imap-urlauth/imap-urlauth-fetch.c index 0af33f65fc..187b935874 100644 --- a/src/lib-imap-urlauth/imap-urlauth-fetch.c +++ b/src/lib-imap-urlauth/imap-urlauth-fetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/lib-imap-urlauth/imap-urlauth.c b/src/lib-imap-urlauth/imap-urlauth.c index d4ef76c602..600b485559 100644 --- a/src/lib-imap-urlauth/imap-urlauth.c +++ b/src/lib-imap-urlauth/imap-urlauth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/lib-imap/imap-arg.c b/src/lib-imap/imap-arg.c index 80eda659d4..0e70917ef3 100644 --- a/src/lib-imap/imap-arg.c +++ b/src/lib-imap/imap-arg.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-arg.h" diff --git a/src/lib-imap/imap-base-subject.c b/src/lib-imap/imap-base-subject.c index 1a9382ed4c..c8f1b40a63 100644 --- a/src/lib-imap/imap-base-subject.c +++ b/src/lib-imap/imap-base-subject.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* Implementated against draft-ietf-imapext-sort-10 and draft-ietf-imapext-thread-12 */ diff --git a/src/lib-imap/imap-bodystructure.c b/src/lib-imap/imap-bodystructure.c index 4033ea06df..b52f06810e 100644 --- a/src/lib-imap/imap-bodystructure.c +++ b/src/lib-imap/imap-bodystructure.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-imap/imap-date.c b/src/lib-imap/imap-date.c index 392ce3e8c8..c76a16cb6a 100644 --- a/src/lib-imap/imap-date.c +++ b/src/lib-imap/imap-date.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff --git a/src/lib-imap/imap-envelope.c b/src/lib-imap/imap-envelope.c index 86695179b8..5621e46349 100644 --- a/src/lib-imap/imap-envelope.c +++ b/src/lib-imap/imap-envelope.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-imap/imap-id.c b/src/lib-imap/imap-id.c index 106fcecebb..ea8531abf5 100644 --- a/src/lib-imap/imap-id.c +++ b/src/lib-imap/imap-id.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-imap/imap-match.c b/src/lib-imap/imap-match.c index d7f6887372..f33f4ddf84 100644 --- a/src/lib-imap/imap-match.c +++ b/src/lib-imap/imap-match.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* imap_match_init() logic originates from Cyrus, but the code is fully rewritten. */ diff --git a/src/lib-imap/imap-parser.c b/src/lib-imap/imap-parser.c index 76740075b7..21792c1dd2 100644 --- a/src/lib-imap/imap-parser.c +++ b/src/lib-imap/imap-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-imap/imap-quote.c b/src/lib-imap/imap-quote.c index 0af3443a68..dd524f2165 100644 --- a/src/lib-imap/imap-quote.c +++ b/src/lib-imap/imap-quote.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-imap/imap-seqset.c b/src/lib-imap/imap-seqset.c index 9cb78b0bbf..52600b5666 100644 --- a/src/lib-imap/imap-seqset.c +++ b/src/lib-imap/imap-seqset.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-seqset.h" diff --git a/src/lib-imap/imap-url.c b/src/lib-imap/imap-url.c index 1983b661e8..653cb06945 100644 --- a/src/lib-imap/imap-url.c +++ b/src/lib-imap/imap-url.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-imap/imap-utf7.c b/src/lib-imap/imap-utf7.c index bc9c0335ee..29c1882e06 100644 --- a/src/lib-imap/imap-utf7.c +++ b/src/lib-imap/imap-utf7.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-imap/imap-util.c b/src/lib-imap/imap-util.c index 139ccec873..a1334262e2 100644 --- a/src/lib-imap/imap-util.c +++ b/src/lib-imap/imap-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-imap/test-imap-bodystructure.c b/src/lib-imap/test-imap-bodystructure.c index 7d9308ab61..98884ef891 100644 --- a/src/lib-imap/test-imap-bodystructure.c +++ b/src/lib-imap/test-imap-bodystructure.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-imap/test-imap-match.c b/src/lib-imap/test-imap-match.c index aec9b51989..92327a3fb6 100644 --- a/src/lib-imap/test-imap-match.c +++ b/src/lib-imap/test-imap-match.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-match.h" diff --git a/src/lib-imap/test-imap-parser.c b/src/lib-imap/test-imap-parser.c index 97c37f8b95..4e151b2afd 100644 --- a/src/lib-imap/test-imap-parser.c +++ b/src/lib-imap/test-imap-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-imap/test-imap-quote.c b/src/lib-imap/test-imap-quote.c index 3edb1dd99e..6a54d37be1 100644 --- a/src/lib-imap/test-imap-quote.c +++ b/src/lib-imap/test-imap-quote.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-imap/test-imap-url.c b/src/lib-imap/test-imap-url.c index e6c027792a..b0df57a60d 100644 --- a/src/lib-imap/test-imap-url.c +++ b/src/lib-imap/test-imap-url.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-imap/test-imap-utf7.c b/src/lib-imap/test-imap-utf7.c index e08dbf3f90..9410b967ba 100644 --- a/src/lib-imap/test-imap-utf7.c +++ b/src/lib-imap/test-imap-utf7.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-imap/test-imap-util.c b/src/lib-imap/test-imap-util.c index 41f71607af..0168e92473 100644 --- a/src/lib-imap/test-imap-util.c +++ b/src/lib-imap/test-imap-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-types.h" diff --git a/src/lib-index/mail-cache-compress.c b/src/lib-index/mail-cache-compress.c index 8984116a76..6c39f6d493 100644 --- a/src/lib-index/mail-cache-compress.c +++ b/src/lib-index/mail-cache-compress.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-cache-decisions.c b/src/lib-index/mail-cache-decisions.c index 5b40888046..5810a1325b 100644 --- a/src/lib-index/mail-cache-decisions.c +++ b/src/lib-index/mail-cache-decisions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ /* Users can be divided to three groups: diff --git a/src/lib-index/mail-cache-fields.c b/src/lib-index/mail-cache-fields.c index 084331ea3d..91830250db 100644 --- a/src/lib-index/mail-cache-fields.c +++ b/src/lib-index/mail-cache-fields.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mail-cache-lookup.c b/src/lib-index/mail-cache-lookup.c index 738c68f333..f2b1fbb8e5 100644 --- a/src/lib-index/mail-cache-lookup.c +++ b/src/lib-index/mail-cache-lookup.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-cache-sync-update.c b/src/lib-index/mail-cache-sync-update.c index 1d2c022076..479a661def 100644 --- a/src/lib-index/mail-cache-sync-update.c +++ b/src/lib-index/mail-cache-sync-update.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-cache-private.h" diff --git a/src/lib-index/mail-cache-transaction.c b/src/lib-index/mail-cache-transaction.c index 388cb84490..c8fa622203 100644 --- a/src/lib-index/mail-cache-transaction.c +++ b/src/lib-index/mail-cache-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mail-cache.c b/src/lib-index/mail-cache.c index 4ae97d7692..6fb4baf26f 100644 --- a/src/lib-index/mail-cache.c +++ b/src/lib-index/mail-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-alloc-cache.c b/src/lib-index/mail-index-alloc-cache.c index 5a36e8a072..57526e6b13 100644 --- a/src/lib-index/mail-index-alloc-cache.c +++ b/src/lib-index/mail-index-alloc-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mail-index-dummy-view.c b/src/lib-index/mail-index-dummy-view.c index f8b635b7a2..c8da315a3f 100644 --- a/src/lib-index/mail-index-dummy-view.c +++ b/src/lib-index/mail-index-dummy-view.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-fsck.c b/src/lib-index/mail-index-fsck.c index 923a09850b..5114559073 100644 --- a/src/lib-index/mail-index-fsck.c +++ b/src/lib-index/mail-index-fsck.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mail-index-lock.c b/src/lib-index/mail-index-lock.c index 92a33e9bfc..21c6b778cf 100644 --- a/src/lib-index/mail-index-lock.c +++ b/src/lib-index/mail-index-lock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ /* Locking should never fail or timeout. Exclusive locks must be kept as short diff --git a/src/lib-index/mail-index-map-hdr.c b/src/lib-index/mail-index-map-hdr.c index 8460763ae5..2c54ae9eca 100644 --- a/src/lib-index/mail-index-map-hdr.c +++ b/src/lib-index/mail-index-map-hdr.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-map-read.c b/src/lib-index/mail-index-map-read.c index d66ab2dbc1..9e38dbfaa0 100644 --- a/src/lib-index/mail-index-map-read.c +++ b/src/lib-index/mail-index-map-read.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-map.c b/src/lib-index/mail-index-map.c index c489e51f3d..2660bc81ad 100644 --- a/src/lib-index/mail-index-map.c +++ b/src/lib-index/mail-index-map.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-modseq.c b/src/lib-index/mail-index-modseq.c index 8fe42a8268..3e089c7b33 100644 --- a/src/lib-index/mail-index-modseq.c +++ b/src/lib-index/mail-index-modseq.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-strmap.c b/src/lib-index/mail-index-strmap.c index 654d99218d..7781e73949 100644 --- a/src/lib-index/mail-index-strmap.c +++ b/src/lib-index/mail-index-strmap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-sync-ext.c b/src/lib-index/mail-index-sync-ext.c index c9423a70dd..6953e168cd 100644 --- a/src/lib-index/mail-index-sync-ext.c +++ b/src/lib-index/mail-index-sync-ext.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-sync-keywords.c b/src/lib-index/mail-index-sync-keywords.c index eff6385cce..5bba83c600 100644 --- a/src/lib-index/mail-index-sync-keywords.c +++ b/src/lib-index/mail-index-sync-keywords.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-sync-update.c b/src/lib-index/mail-index-sync-update.c index e460b49f4a..29811890e0 100644 --- a/src/lib-index/mail-index-sync-update.c +++ b/src/lib-index/mail-index-sync-update.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mail-index-sync.c b/src/lib-index/mail-index-sync.c index bc17e77bfb..b5263b6a7d 100644 --- a/src/lib-index/mail-index-sync.c +++ b/src/lib-index/mail-index-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-transaction-export.c b/src/lib-index/mail-index-transaction-export.c index 4778d96ae0..a69867456c 100644 --- a/src/lib-index/mail-index-transaction-export.c +++ b/src/lib-index/mail-index-transaction-export.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-transaction-finish.c b/src/lib-index/mail-index-transaction-finish.c index f990d2d236..1ce998abd6 100644 --- a/src/lib-index/mail-index-transaction-finish.c +++ b/src/lib-index/mail-index-transaction-finish.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-transaction-sort-appends.c b/src/lib-index/mail-index-transaction-sort-appends.c index 62a5de1c2b..218a98f2e6 100644 --- a/src/lib-index/mail-index-transaction-sort-appends.c +++ b/src/lib-index/mail-index-transaction-sort-appends.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-transaction-update.c b/src/lib-index/mail-index-transaction-update.c index fa88b85495..354829d3a4 100644 --- a/src/lib-index/mail-index-transaction-update.c +++ b/src/lib-index/mail-index-transaction-update.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ /* Inside transaction we keep messages stored in sequences in uid fields. Before they're written to transaction log the sequences are changed to diff --git a/src/lib-index/mail-index-transaction-view.c b/src/lib-index/mail-index-transaction-view.c index 699e861d0a..099490d167 100644 --- a/src/lib-index/mail-index-transaction-view.c +++ b/src/lib-index/mail-index-transaction-view.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-transaction.c b/src/lib-index/mail-index-transaction.c index 25b1fe4cb8..dcb8d300a3 100644 --- a/src/lib-index/mail-index-transaction.c +++ b/src/lib-index/mail-index-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mail-index-util.c b/src/lib-index/mail-index-util.c index 5ba94a0d66..90555b2cf0 100644 --- a/src/lib-index/mail-index-util.c +++ b/src/lib-index/mail-index-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-view-sync.c b/src/lib-index/mail-index-view-sync.c index 0a03be4474..f256b91592 100644 --- a/src/lib-index/mail-index-view-sync.c +++ b/src/lib-index/mail-index-view-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-view.c b/src/lib-index/mail-index-view.c index 28f721f554..4ae341cacb 100644 --- a/src/lib-index/mail-index-view.c +++ b/src/lib-index/mail-index-view.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-write.c b/src/lib-index/mail-index-write.c index 958a98b6a9..b3e0c9a459 100644 --- a/src/lib-index/mail-index-write.c +++ b/src/lib-index/mail-index-write.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "read-full.h" diff --git a/src/lib-index/mail-index.c b/src/lib-index/mail-index.c index 16705cf4aa..c08adba5b1 100644 --- a/src/lib-index/mail-index.c +++ b/src/lib-index/mail-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mail-transaction-log-append.c b/src/lib-index/mail-transaction-log-append.c index 25f6662483..aeb2fc53a3 100644 --- a/src/lib-index/mail-transaction-log-append.c +++ b/src/lib-index/mail-transaction-log-append.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-transaction-log-file.c b/src/lib-index/mail-transaction-log-file.c index 2b666156ea..f32b735ac6 100644 --- a/src/lib-index/mail-transaction-log-file.c +++ b/src/lib-index/mail-transaction-log-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-transaction-log-view.c b/src/lib-index/mail-transaction-log-view.c index ca51aeaa57..648f386f53 100644 --- a/src/lib-index/mail-transaction-log-view.c +++ b/src/lib-index/mail-transaction-log-view.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-transaction-log.c b/src/lib-index/mail-transaction-log.c index 1fbe0a0f00..851e2e7615 100644 --- a/src/lib-index/mail-transaction-log.c +++ b/src/lib-index/mail-transaction-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mailbox-log.c b/src/lib-index/mailbox-log.c index e3400c47b1..02106abd71 100644 --- a/src/lib-index/mailbox-log.c +++ b/src/lib-index/mailbox-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/test-mail-index-sync-ext.c b/src/lib-index/test-mail-index-sync-ext.c index 97f7fe8100..2f164de79b 100644 --- a/src/lib-index/test-mail-index-sync-ext.c +++ b/src/lib-index/test-mail-index-sync-ext.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/test-mail-index-transaction-finish.c b/src/lib-index/test-mail-index-transaction-finish.c index 3375954405..662af5b3d3 100644 --- a/src/lib-index/test-mail-index-transaction-finish.c +++ b/src/lib-index/test-mail-index-transaction-finish.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/test-mail-index-transaction-update.c b/src/lib-index/test-mail-index-transaction-update.c index e20fabef71..9106cf08d7 100644 --- a/src/lib-index/test-mail-index-transaction-update.c +++ b/src/lib-index/test-mail-index-transaction-update.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/test-mail-transaction-log-append.c b/src/lib-index/test-mail-transaction-log-append.c index 5682a5367e..9d10d649b4 100644 --- a/src/lib-index/test-mail-transaction-log-append.c +++ b/src/lib-index/test-mail-transaction-log-append.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-index/test-mail-transaction-log-view.c b/src/lib-index/test-mail-transaction-log-view.c index f59cd05300..be562122bb 100644 --- a/src/lib-index/test-mail-transaction-log-view.c +++ b/src/lib-index/test-mail-transaction-log-view.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-lda/duplicate.c b/src/lib-lda/duplicate.c index 7ed645239a..4eacc581c4 100644 --- a/src/lib-lda/duplicate.c +++ b/src/lib-lda/duplicate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-lda/lda-settings.c b/src/lib-lda/lda-settings.c index 981715de97..eff93cfae2 100644 --- a/src/lib-lda/lda-settings.c +++ b/src/lib-lda/lda-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/lib-lda/lmtp-client.c b/src/lib-lda/lmtp-client.c index 5238d6df31..db1164d954 100644 --- a/src/lib-lda/lmtp-client.c +++ b/src/lib-lda/lmtp-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-lda/mail-deliver.c b/src/lib-lda/mail-deliver.c index 3f72682845..3f1a526b9f 100644 --- a/src/lib-lda/mail-deliver.c +++ b/src/lib-lda/mail-deliver.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-lda/mail-send.c b/src/lib-lda/mail-send.c index 597ab8cef9..750c59ad93 100644 --- a/src/lib-lda/mail-send.c +++ b/src/lib-lda/mail-send.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-lda/smtp-client.c b/src/lib-lda/smtp-client.c index c143f747a9..4b10776110 100644 --- a/src/lib-lda/smtp-client.c +++ b/src/lib-lda/smtp-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-mail/istream-attachment-connector.c b/src/lib-mail/istream-attachment-connector.c index 976b30bc3d..557ced1820 100644 --- a/src/lib-mail/istream-attachment-connector.c +++ b/src/lib-mail/istream-attachment-connector.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-mail/istream-attachment-extractor.c b/src/lib-mail/istream-attachment-extractor.c index 307262f463..991db649f1 100644 --- a/src/lib-mail/istream-attachment-extractor.c +++ b/src/lib-mail/istream-attachment-extractor.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib-mail/istream-binary-converter.c b/src/lib-mail/istream-binary-converter.c index f4d86bc23c..e0e670616c 100644 --- a/src/lib-mail/istream-binary-converter.c +++ b/src/lib-mail/istream-binary-converter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/istream-dot.c b/src/lib-mail/istream-dot.c index 75f76a4a94..8cf9cac0d1 100644 --- a/src/lib-mail/istream-dot.c +++ b/src/lib-mail/istream-dot.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib-mail/istream-header-filter.c b/src/lib-mail/istream-header-filter.c index 3a03193953..cfef7e3206 100644 --- a/src/lib-mail/istream-header-filter.c +++ b/src/lib-mail/istream-header-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-mail/istream-nonuls.c b/src/lib-mail/istream-nonuls.c index d96b314aea..819386a61e 100644 --- a/src/lib-mail/istream-nonuls.c +++ b/src/lib-mail/istream-nonuls.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib-mail/istream-qp-decoder.c b/src/lib-mail/istream-qp-decoder.c index 67885a5741..f7e5c4642e 100644 --- a/src/lib-mail/istream-qp-decoder.c +++ b/src/lib-mail/istream-qp-decoder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/mail-user-hash.c b/src/lib-mail/mail-user-hash.c index e7fffa2655..1bac432f91 100644 --- a/src/lib-mail/mail-user-hash.c +++ b/src/lib-mail/mail-user-hash.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff --git a/src/lib-mail/mbox-from.c b/src/lib-mail/mbox-from.c index 0a20775b3d..7599483f31 100644 --- a/src/lib-mail/mbox-from.c +++ b/src/lib-mail/mbox-from.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-mail/message-address.c b/src/lib-mail/message-address.c index 2a54de6cdf..aedbd03708 100644 --- a/src/lib-mail/message-address.c +++ b/src/lib-mail/message-address.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/message-binary-part.c b/src/lib-mail/message-binary-part.c index 683cea9177..581d97c939 100644 --- a/src/lib-mail/message-binary-part.c +++ b/src/lib-mail/message-binary-part.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "numpack.h" diff --git a/src/lib-mail/message-date.c b/src/lib-mail/message-date.c index 1d67dce713..1e9f45ff59 100644 --- a/src/lib-mail/message-date.c +++ b/src/lib-mail/message-date.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/message-decoder.c b/src/lib-mail/message-decoder.c index 07c45660e5..9099a1a463 100644 --- a/src/lib-mail/message-decoder.c +++ b/src/lib-mail/message-decoder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/message-header-decode.c b/src/lib-mail/message-header-decode.c index 4f6df834c8..47d8613f0b 100644 --- a/src/lib-mail/message-header-decode.c +++ b/src/lib-mail/message-header-decode.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff --git a/src/lib-mail/message-header-encode.c b/src/lib-mail/message-header-encode.c index fde68e34fd..dc746802e9 100644 --- a/src/lib-mail/message-header-encode.c +++ b/src/lib-mail/message-header-encode.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/message-header-parser.c b/src/lib-mail/message-header-parser.c index 9fd6697090..577f63722d 100644 --- a/src/lib-mail/message-header-parser.c +++ b/src/lib-mail/message-header-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/message-id.c b/src/lib-mail/message-id.c index e2d6c862a7..42bce7a65e 100644 --- a/src/lib-mail/message-id.c +++ b/src/lib-mail/message-id.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/message-parser.c b/src/lib-mail/message-parser.c index 8863356158..ba7a3cdd94 100644 --- a/src/lib-mail/message-parser.c +++ b/src/lib-mail/message-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/message-part-serialize.c b/src/lib-mail/message-part-serialize.c index 6aaee57aa5..16c5edd8e9 100644 --- a/src/lib-mail/message-part-serialize.c +++ b/src/lib-mail/message-part-serialize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/message-search.c b/src/lib-mail/message-search.c index 1769ded7a4..edc9acc61f 100644 --- a/src/lib-mail/message-search.c +++ b/src/lib-mail/message-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/message-size.c b/src/lib-mail/message-size.c index 12cd11a7ac..4d3ef40574 100644 --- a/src/lib-mail/message-size.c +++ b/src/lib-mail/message-size.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-mail/quoted-printable.c b/src/lib-mail/quoted-printable.c index 9ae9e58a10..27188b35b9 100644 --- a/src/lib-mail/quoted-printable.c +++ b/src/lib-mail/quoted-printable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/rfc2231-parser.c b/src/lib-mail/rfc2231-parser.c index 24f609ee94..aaff86cbed 100644 --- a/src/lib-mail/rfc2231-parser.c +++ b/src/lib-mail/rfc2231-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-mail/rfc822-parser.c b/src/lib-mail/rfc822-parser.c index a952f3e469..6d176f070e 100644 --- a/src/lib-mail/rfc822-parser.c +++ b/src/lib-mail/rfc822-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/test-istream-attachment.c b/src/lib-mail/test-istream-attachment.c index 74663fc393..09f8e7f81b 100644 --- a/src/lib-mail/test-istream-attachment.c +++ b/src/lib-mail/test-istream-attachment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-mail/test-istream-binary-converter.c b/src/lib-mail/test-istream-binary-converter.c index d0adf2cd4d..70690949b4 100644 --- a/src/lib-mail/test-istream-binary-converter.c +++ b/src/lib-mail/test-istream-binary-converter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/test-istream-dot.c b/src/lib-mail/test-istream-dot.c index e9178129ac..d00479f12a 100644 --- a/src/lib-mail/test-istream-dot.c +++ b/src/lib-mail/test-istream-dot.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/test-istream-header-filter.c b/src/lib-mail/test-istream-header-filter.c index ed405687ac..2fa2cdeafd 100644 --- a/src/lib-mail/test-istream-header-filter.c +++ b/src/lib-mail/test-istream-header-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/test-istream-qp-decoder.c b/src/lib-mail/test-istream-qp-decoder.c index 286bfce6b9..34fa8463c4 100644 --- a/src/lib-mail/test-istream-qp-decoder.c +++ b/src/lib-mail/test-istream-qp-decoder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib-mail/test-mbox-from.c b/src/lib-mail/test-mbox-from.c index 87d04f0f4f..60684419c6 100644 --- a/src/lib-mail/test-mbox-from.c +++ b/src/lib-mail/test-mbox-from.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff --git a/src/lib-mail/test-message-address.c b/src/lib-mail/test-message-address.c index a1393cdf3b..eab8c0cd92 100644 --- a/src/lib-mail/test-message-address.c +++ b/src/lib-mail/test-message-address.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/test-message-date.c b/src/lib-mail/test-message-date.c index c7bcb75193..f9a6540427 100644 --- a/src/lib-mail/test-message-date.c +++ b/src/lib-mail/test-message-date.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "message-date.h" diff --git a/src/lib-mail/test-message-decoder.c b/src/lib-mail/test-message-decoder.c index ec3e0e81c6..dbf1f8b5db 100644 --- a/src/lib-mail/test-message-decoder.c +++ b/src/lib-mail/test-message-decoder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/test-message-header-decode.c b/src/lib-mail/test-message-header-decode.c index 97270144f3..7f39f14c4a 100644 --- a/src/lib-mail/test-message-header-decode.c +++ b/src/lib-mail/test-message-header-decode.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/test-message-header-encode.c b/src/lib-mail/test-message-header-encode.c index b34c324443..3989d70923 100644 --- a/src/lib-mail/test-message-header-encode.c +++ b/src/lib-mail/test-message-header-encode.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff --git a/src/lib-mail/test-message-header-parser.c b/src/lib-mail/test-message-header-parser.c index 17fff465d0..8eaace4aa8 100644 --- a/src/lib-mail/test-message-header-parser.c +++ b/src/lib-mail/test-message-header-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/test-message-id.c b/src/lib-mail/test-message-id.c index d9fc5b0e7a..9969dd0212 100644 --- a/src/lib-mail/test-message-id.c +++ b/src/lib-mail/test-message-id.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "message-id.h" diff --git a/src/lib-mail/test-message-parser.c b/src/lib-mail/test-message-parser.c index fc239012ec..175d9a8b8b 100644 --- a/src/lib-mail/test-message-parser.c +++ b/src/lib-mail/test-message-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-mail/test-quoted-printable.c b/src/lib-mail/test-quoted-printable.c index a6f7824869..afe1e3ddc9 100644 --- a/src/lib-mail/test-quoted-printable.c +++ b/src/lib-mail/test-quoted-printable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/test-rfc2231-parser.c b/src/lib-mail/test-rfc2231-parser.c index ed3d1e513b..ec3277744a 100644 --- a/src/lib-mail/test-rfc2231-parser.c +++ b/src/lib-mail/test-rfc2231-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "rfc822-parser.h" diff --git a/src/lib-master/anvil-client.c b/src/lib-master/anvil-client.c index 2e50214847..8643d9754f 100644 --- a/src/lib-master/anvil-client.c +++ b/src/lib-master/anvil-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-master/ipc-client.c b/src/lib-master/ipc-client.c index ce6adc833f..3e538d7b4c 100644 --- a/src/lib-master/ipc-client.c +++ b/src/lib-master/ipc-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-master/ipc-server.c b/src/lib-master/ipc-server.c index 0d49d37718..3d6ed77f4c 100644 --- a/src/lib-master/ipc-server.c +++ b/src/lib-master/ipc-server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-master/master-auth.c b/src/lib-master/master-auth.c index f116b23346..8b5116bf2a 100644 --- a/src/lib-master/master-auth.c +++ b/src/lib-master/master-auth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-master/master-instance.c b/src/lib-master/master-instance.c index a48f40fa45..e712d7ec8a 100644 --- a/src/lib-master/master-instance.c +++ b/src/lib-master/master-instance.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "abspath.h" diff --git a/src/lib-master/master-login-auth.c b/src/lib-master/master-login-auth.c index 7ba9996a4d..e1578732c0 100644 --- a/src/lib-master/master-login-auth.c +++ b/src/lib-master/master-login-auth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib-master/master-login.c b/src/lib-master/master-login.c index 936c7c52a4..fce19e3f46 100644 --- a/src/lib-master/master-login.c +++ b/src/lib-master/master-login.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-master/master-service-settings-cache.c b/src/lib-master/master-service-settings-cache.c index 5da326d5dc..3a96e9019f 100644 --- a/src/lib-master/master-service-settings-cache.c +++ b/src/lib-master/master-service-settings-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff --git a/src/lib-master/master-service-settings.c b/src/lib-master/master-service-settings.c index 8668cbef95..30ad93629a 100644 --- a/src/lib-master/master-service-settings.c +++ b/src/lib-master/master-service-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-master/master-service-ssl-settings.c b/src/lib-master/master-service-ssl-settings.c index adf1f330d7..e033e0743f 100644 --- a/src/lib-master/master-service-ssl-settings.c +++ b/src/lib-master/master-service-ssl-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-master/master-service-ssl.c b/src/lib-master/master-service-ssl.c index 1e1263a701..10aa244ae7 100644 --- a/src/lib-master/master-service-ssl.c +++ b/src/lib-master/master-service-ssl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-master/master-service.c b/src/lib-master/master-service.c index 6bae7f6aea..65b27531b7 100644 --- a/src/lib-master/master-service.c +++ b/src/lib-master/master-service.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/lib-master/mountpoint-list.c b/src/lib-master/mountpoint-list.c index d99a12967e..b85e51b37e 100644 --- a/src/lib-master/mountpoint-list.c +++ b/src/lib-master/mountpoint-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-master/syslog-util.c b/src/lib-master/syslog-util.c index 4a6cdaee0a..85cf06fa0b 100644 --- a/src/lib-master/syslog-util.c +++ b/src/lib-master/syslog-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "syslog-util.h" diff --git a/src/lib-sasl/dsasl-client.c b/src/lib-sasl/dsasl-client.c index 9623139436..d595406a56 100644 --- a/src/lib-sasl/dsasl-client.c +++ b/src/lib-sasl/dsasl-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-sasl/mech-login.c b/src/lib-sasl/mech-login.c index f1f0f2e70a..6ae408e428 100644 --- a/src/lib-sasl/mech-login.c +++ b/src/lib-sasl/mech-login.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-sasl/mech-plain.c b/src/lib-sasl/mech-plain.c index c454165976..e247247f91 100644 --- a/src/lib-sasl/mech-plain.c +++ b/src/lib-sasl/mech-plain.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-settings/settings-parser.c b/src/lib-settings/settings-parser.c index 74cdc05375..1c55f9db7e 100644 --- a/src/lib-settings/settings-parser.c +++ b/src/lib-settings/settings-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-settings/settings.c b/src/lib-settings/settings.c index 16c81e720e..281b0524d8 100644 --- a/src/lib-settings/settings.c +++ b/src/lib-settings/settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-sql/driver-mysql.c b/src/lib-sql/driver-mysql.c index 033c47cb8b..4407f95dec 100644 --- a/src/lib-sql/driver-mysql.c +++ b/src/lib-sql/driver-mysql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-sql/driver-pgsql.c b/src/lib-sql/driver-pgsql.c index dff762bd80..dbdad32640 100644 --- a/src/lib-sql/driver-pgsql.c +++ b/src/lib-sql/driver-pgsql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-sql/driver-sqlite.c b/src/lib-sql/driver-sqlite.c index 490e89925f..abf80b28e0 100644 --- a/src/lib-sql/driver-sqlite.c +++ b/src/lib-sql/driver-sqlite.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-sql/driver-sqlpool.c b/src/lib-sql/driver-sqlpool.c index 6c247bce54..06e0948113 100644 --- a/src/lib-sql/driver-sqlpool.c +++ b/src/lib-sql/driver-sqlpool.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-sql/sql-api.c b/src/lib-sql/sql-api.c index 1417b8dd78..855436e9c6 100644 --- a/src/lib-sql/sql-api.c +++ b/src/lib-sql/sql-api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-sql/sql-db-cache.c b/src/lib-sql/sql-db-cache.c index 3aaef332bf..aee867dc80 100644 --- a/src/lib-sql/sql-db-cache.c +++ b/src/lib-sql/sql-db-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-ssl-iostream/iostream-openssl-common.c b/src/lib-ssl-iostream/iostream-openssl-common.c index 8e3677d039..27f1bfa75e 100644 --- a/src/lib-ssl-iostream/iostream-openssl-common.c +++ b/src/lib-ssl-iostream/iostream-openssl-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-openssl.h" diff --git a/src/lib-ssl-iostream/iostream-openssl-context.c b/src/lib-ssl-iostream/iostream-openssl-context.c index 346a120ca7..7a1b99f9b9 100644 --- a/src/lib-ssl-iostream/iostream-openssl-context.c +++ b/src/lib-ssl-iostream/iostream-openssl-context.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-memset.h" diff --git a/src/lib-ssl-iostream/iostream-openssl-params.c b/src/lib-ssl-iostream/iostream-openssl-params.c index 849852e640..f7e284a2ec 100644 --- a/src/lib-ssl-iostream/iostream-openssl-params.c +++ b/src/lib-ssl-iostream/iostream-openssl-params.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-ssl-iostream/iostream-openssl.c b/src/lib-ssl-iostream/iostream-openssl.c index 0a1ea37caf..324cc52602 100644 --- a/src/lib-ssl-iostream/iostream-openssl.c +++ b/src/lib-ssl-iostream/iostream-openssl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib-ssl-iostream/iostream-ssl.c b/src/lib-ssl-iostream/iostream-ssl.c index 5ee8a63d8f..0b54946f81 100644 --- a/src/lib-ssl-iostream/iostream-ssl.c +++ b/src/lib-ssl-iostream/iostream-ssl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff --git a/src/lib-ssl-iostream/istream-openssl.c b/src/lib-ssl-iostream/istream-openssl.c index 536b4b3374..79e16af926 100644 --- a/src/lib-ssl-iostream/istream-openssl.c +++ b/src/lib-ssl-iostream/istream-openssl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib-ssl-iostream/ostream-openssl.c b/src/lib-ssl-iostream/ostream-openssl.c index 341115df67..4b2e85bc7e 100644 --- a/src/lib-ssl-iostream/ostream-openssl.c +++ b/src/lib-ssl-iostream/ostream-openssl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-storage/fail-mail-storage.c b/src/lib-storage/fail-mail-storage.c index d2827dfe64..fc3f412c52 100644 --- a/src/lib-storage/fail-mail-storage.c +++ b/src/lib-storage/fail-mail-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/fail-mail.c b/src/lib-storage/fail-mail.c index a2c3abd0da..fb31091535 100644 --- a/src/lib-storage/fail-mail.c +++ b/src/lib-storage/fail-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/fail-mailbox.c b/src/lib-storage/fail-mailbox.c index 87382e0e2d..6bda76287d 100644 --- a/src/lib-storage/fail-mailbox.c +++ b/src/lib-storage/fail-mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/cydir/cydir-mail.c b/src/lib-storage/index/cydir/cydir-mail.c index da74d5336b..24b02aa04f 100644 --- a/src/lib-storage/index/cydir/cydir-mail.c +++ b/src/lib-storage/index/cydir/cydir-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/index/cydir/cydir-save.c b/src/lib-storage/index/cydir/cydir-save.c index 12794c5b48..d785355855 100644 --- a/src/lib-storage/index/cydir/cydir-save.c +++ b/src/lib-storage/index/cydir/cydir-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/cydir/cydir-storage.c b/src/lib-storage/index/cydir/cydir-storage.c index 1338836960..8df9b4a068 100644 --- a/src/lib-storage/index/cydir/cydir-storage.c +++ b/src/lib-storage/index/cydir/cydir-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-copy.h" diff --git a/src/lib-storage/index/cydir/cydir-sync.c b/src/lib-storage/index/cydir/cydir-sync.c index f360efa2a8..7b18137195 100644 --- a/src/lib-storage/index/cydir/cydir-sync.c +++ b/src/lib-storage/index/cydir/cydir-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/dbox-common/dbox-attachment.c b/src/lib-storage/index/dbox-common/dbox-attachment.c index caa3ee5ca1..9d0b20c8b8 100644 --- a/src/lib-storage/index/dbox-common/dbox-attachment.c +++ b/src/lib-storage/index/dbox-common/dbox-attachment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/index/dbox-common/dbox-file-fix.c b/src/lib-storage/index/dbox-common/dbox-file-fix.c index 70f1320daa..d883242861 100644 --- a/src/lib-storage/index/dbox-common/dbox-file-fix.c +++ b/src/lib-storage/index/dbox-common/dbox-file-fix.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-dec.h" diff --git a/src/lib-storage/index/dbox-common/dbox-file.c b/src/lib-storage/index/dbox-common/dbox-file.c index c714487adf..753aa3b7c8 100644 --- a/src/lib-storage/index/dbox-common/dbox-file.c +++ b/src/lib-storage/index/dbox-common/dbox-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/dbox-common/dbox-mail.c b/src/lib-storage/index/dbox-common/dbox-mail.c index 46ee6b01e5..f500bb196d 100644 --- a/src/lib-storage/index/dbox-common/dbox-mail.c +++ b/src/lib-storage/index/dbox-common/dbox-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/index/dbox-common/dbox-save.c b/src/lib-storage/index/dbox-common/dbox-save.c index ae6ec39c00..61cfe491a0 100644 --- a/src/lib-storage/index/dbox-common/dbox-save.c +++ b/src/lib-storage/index/dbox-common/dbox-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/index/dbox-common/dbox-storage.c b/src/lib-storage/index/dbox-common/dbox-storage.c index 791dee7c5e..91777613a6 100644 --- a/src/lib-storage/index/dbox-common/dbox-storage.c +++ b/src/lib-storage/index/dbox-common/dbox-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "abspath.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-deleted-storage.c b/src/lib-storage/index/dbox-multi/mdbox-deleted-storage.c index a6d6b2fefc..4ea404bfee 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-deleted-storage.c +++ b/src/lib-storage/index/dbox-multi/mdbox-deleted-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-file.c b/src/lib-storage/index/dbox-multi/mdbox-file.c index cb296d2e79..dcadfe09bc 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-file.c +++ b/src/lib-storage/index/dbox-multi/mdbox-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-mail.c b/src/lib-storage/index/dbox-multi/mdbox-mail.c index fe1f519e71..bae5c8766f 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-mail.c +++ b/src/lib-storage/index/dbox-multi/mdbox-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-map.c b/src/lib-storage/index/dbox-multi/mdbox-map.c index 7e86eac6cb..470a450126 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-map.c +++ b/src/lib-storage/index/dbox-multi/mdbox-map.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-purge.c b/src/lib-storage/index/dbox-multi/mdbox-purge.c index d1c3fb0404..7c02b3f247 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-purge.c +++ b/src/lib-storage/index/dbox-multi/mdbox-purge.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-save.c b/src/lib-storage/index/dbox-multi/mdbox-save.c index 8929cdcb0f..324da6c793 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-save.c +++ b/src/lib-storage/index/dbox-multi/mdbox-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-settings.c b/src/lib-storage/index/dbox-multi/mdbox-settings.c index a2a557fef6..ffafcca70e 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-settings.c +++ b/src/lib-storage/index/dbox-multi/mdbox-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c b/src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c index 44cba5940f..6e4795f969 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c +++ b/src/lib-storage/index/dbox-multi/mdbox-storage-rebuild.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-storage.c b/src/lib-storage/index/dbox-multi/mdbox-storage.c index afd37a78ca..f0beb7e835 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-storage.c +++ b/src/lib-storage/index/dbox-multi/mdbox-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox-multi/mdbox-sync.c b/src/lib-storage/index/dbox-multi/mdbox-sync.c index 3cf02d9fbc..d1be237baa 100644 --- a/src/lib-storage/index/dbox-multi/mdbox-sync.c +++ b/src/lib-storage/index/dbox-multi/mdbox-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ /* Expunging works like: diff --git a/src/lib-storage/index/dbox-single/sdbox-copy.c b/src/lib-storage/index/dbox-single/sdbox-copy.c index 7a1ed3c354..86ca0c422a 100644 --- a/src/lib-storage/index/dbox-single/sdbox-copy.c +++ b/src/lib-storage/index/dbox-single/sdbox-copy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "nfs-workarounds.h" diff --git a/src/lib-storage/index/dbox-single/sdbox-file.c b/src/lib-storage/index/dbox-single/sdbox-file.c index a9ba411f57..2862aabd45 100644 --- a/src/lib-storage/index/dbox-single/sdbox-file.c +++ b/src/lib-storage/index/dbox-single/sdbox-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "eacces-error.h" diff --git a/src/lib-storage/index/dbox-single/sdbox-mail.c b/src/lib-storage/index/dbox-single/sdbox-mail.c index 1f0383a9c7..864398fc8f 100644 --- a/src/lib-storage/index/dbox-single/sdbox-mail.c +++ b/src/lib-storage/index/dbox-single/sdbox-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/dbox-single/sdbox-save.c b/src/lib-storage/index/dbox-single/sdbox-save.c index f8be4a1754..3862030d11 100644 --- a/src/lib-storage/index/dbox-single/sdbox-save.c +++ b/src/lib-storage/index/dbox-single/sdbox-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox-single/sdbox-storage.c b/src/lib-storage/index/dbox-single/sdbox-storage.c index 1e2ed1f04f..63155ada2e 100644 --- a/src/lib-storage/index/dbox-single/sdbox-storage.c +++ b/src/lib-storage/index/dbox-single/sdbox-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fs-api.h" diff --git a/src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c b/src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c index 11634b0e05..299f9ffcc1 100644 --- a/src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c +++ b/src/lib-storage/index/dbox-single/sdbox-sync-rebuild.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox-single/sdbox-sync.c b/src/lib-storage/index/dbox-single/sdbox-sync.c index ab6009e704..94d9462c99 100644 --- a/src/lib-storage/index/dbox-single/sdbox-sync.c +++ b/src/lib-storage/index/dbox-single/sdbox-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dbox-attachment.h" diff --git a/src/lib-storage/index/imapc/imapc-list.c b/src/lib-storage/index/imapc/imapc-list.c index 1f22b040b0..5e4157eb9a 100644 --- a/src/lib-storage/index/imapc/imapc-list.c +++ b/src/lib-storage/index/imapc/imapc-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/index/imapc/imapc-mail-fetch.c b/src/lib-storage/index/imapc/imapc-mail-fetch.c index 26f88242e6..c07bd82d82 100644 --- a/src/lib-storage/index/imapc/imapc-mail-fetch.c +++ b/src/lib-storage/index/imapc/imapc-mail-fetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/index/imapc/imapc-mail.c b/src/lib-storage/index/imapc/imapc-mail.c index a6f3fb7918..60fc022425 100644 --- a/src/lib-storage/index/imapc/imapc-mail.c +++ b/src/lib-storage/index/imapc/imapc-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/index/imapc/imapc-mailbox.c b/src/lib-storage/index/imapc/imapc-mailbox.c index 06c112ff21..36c51d8ffd 100644 --- a/src/lib-storage/index/imapc/imapc-mailbox.c +++ b/src/lib-storage/index/imapc/imapc-mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/imapc/imapc-save.c b/src/lib-storage/index/imapc/imapc-save.c index 2abecdc127..15cb3cfd2e 100644 --- a/src/lib-storage/index/imapc/imapc-save.c +++ b/src/lib-storage/index/imapc/imapc-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/index/imapc/imapc-settings.c b/src/lib-storage/index/imapc/imapc-settings.c index 5a89ade59d..f7f9612f2b 100644 --- a/src/lib-storage/index/imapc/imapc-settings.c +++ b/src/lib-storage/index/imapc/imapc-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-storage/index/imapc/imapc-storage.c b/src/lib-storage/index/imapc/imapc-storage.c index f596e0c007..5879f74771 100644 --- a/src/lib-storage/index/imapc/imapc-storage.c +++ b/src/lib-storage/index/imapc/imapc-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/imapc/imapc-sync.c b/src/lib-storage/index/imapc/imapc-sync.c index 16fe0b2a20..4125a7b001 100644 --- a/src/lib-storage/index/imapc/imapc-sync.c +++ b/src/lib-storage/index/imapc/imapc-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/index-attachment.c b/src/lib-storage/index/index-attachment.c index 4af36311b8..5ef884a2ba 100644 --- a/src/lib-storage/index/index-attachment.c +++ b/src/lib-storage/index/index-attachment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-mkstemp.h" diff --git a/src/lib-storage/index/index-attribute.c b/src/lib-storage/index/index-attribute.c index 72226e5d45..3ed4fb8248 100644 --- a/src/lib-storage/index/index-attribute.c +++ b/src/lib-storage/index/index-attribute.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/index-mail-binary.c b/src/lib-storage/index/index-mail-binary.c index 6518514ecf..d88651c28d 100644 --- a/src/lib-storage/index/index-mail-binary.c +++ b/src/lib-storage/index/index-mail-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/index/index-mail-headers.c b/src/lib-storage/index/index-mail-headers.c index a5ab7c16fd..8fc00b515b 100644 --- a/src/lib-storage/index/index-mail-headers.c +++ b/src/lib-storage/index/index-mail-headers.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/index/index-mail.c b/src/lib-storage/index/index-mail.c index d5e0001a6f..951e2a9bbd 100644 --- a/src/lib-storage/index/index-mail.c +++ b/src/lib-storage/index/index-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-mailbox-check.c b/src/lib-storage/index/index-mailbox-check.c index d7a115e36d..25d0bbc37a 100644 --- a/src/lib-storage/index/index-mailbox-check.c +++ b/src/lib-storage/index/index-mailbox-check.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/index-rebuild.c b/src/lib-storage/index/index-rebuild.c index 1362b56638..02fe7b505d 100644 --- a/src/lib-storage/index/index-rebuild.c +++ b/src/lib-storage/index/index-rebuild.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-search-result.c b/src/lib-storage/index/index-search-result.c index 046b0077ce..6db54e7838 100644 --- a/src/lib-storage/index/index-search-result.c +++ b/src/lib-storage/index/index-search-result.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-search.c b/src/lib-storage/index/index-search.c index 6c4fed6f05..8a42f47d45 100644 --- a/src/lib-storage/index/index-search.c +++ b/src/lib-storage/index/index-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/index-sort-string.c b/src/lib-storage/index/index-sort-string.c index 17270d3bfc..ceeffad24f 100644 --- a/src/lib-storage/index/index-sort-string.c +++ b/src/lib-storage/index/index-sort-string.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ /* The idea is that we use 32bit integers for string sort IDs which specifiy the sort order for primary sort condition. The whole 32bit integer space is diff --git a/src/lib-storage/index/index-sort.c b/src/lib-storage/index/index-sort.c index 324ff4be90..75322b44ae 100644 --- a/src/lib-storage/index/index-sort.c +++ b/src/lib-storage/index/index-sort.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-status.c b/src/lib-storage/index/index-status.c index c522880daa..8da4e88e8e 100644 --- a/src/lib-storage/index/index-status.c +++ b/src/lib-storage/index/index-status.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-storage.c b/src/lib-storage/index/index-storage.c index 4abaf7d715..12bfd854c1 100644 --- a/src/lib-storage/index/index-storage.c +++ b/src/lib-storage/index/index-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-sync-changes.c b/src/lib-storage/index/index-sync-changes.c index 58f3317541..b0b04a3f63 100644 --- a/src/lib-storage/index/index-sync-changes.c +++ b/src/lib-storage/index/index-sync-changes.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-sync-pvt.c b/src/lib-storage/index/index-sync-pvt.c index 73a39a667d..88839c62c4 100644 --- a/src/lib-storage/index/index-sync-pvt.c +++ b/src/lib-storage/index/index-sync-pvt.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-private.h" diff --git a/src/lib-storage/index/index-sync-search.c b/src/lib-storage/index/index-sync-search.c index 9f09a95653..6ca42d1ff3 100644 --- a/src/lib-storage/index/index-sync-search.c +++ b/src/lib-storage/index/index-sync-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-sync.c b/src/lib-storage/index/index-sync.c index 58c43b998a..7478c80d8e 100644 --- a/src/lib-storage/index/index-sync.c +++ b/src/lib-storage/index/index-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "seq-range-array.h" diff --git a/src/lib-storage/index/index-thread-finish.c b/src/lib-storage/index/index-thread-finish.c index 631c72b415..59fe3a32b0 100644 --- a/src/lib-storage/index/index-thread-finish.c +++ b/src/lib-storage/index/index-thread-finish.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-thread-links.c b/src/lib-storage/index/index-thread-links.c index 31d93fd5ad..ce55e3433c 100644 --- a/src/lib-storage/index/index-thread-links.c +++ b/src/lib-storage/index/index-thread-links.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-thread.c b/src/lib-storage/index/index-thread.c index 5f19d0874d..6a605c0e18 100644 --- a/src/lib-storage/index/index-thread.c +++ b/src/lib-storage/index/index-thread.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* doc/thread-refs.txt describes the incremental algorithm we use here. */ diff --git a/src/lib-storage/index/index-transaction.c b/src/lib-storage/index/index-transaction.c index 283723c7b9..768e06359b 100644 --- a/src/lib-storage/index/index-transaction.c +++ b/src/lib-storage/index/index-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/istream-mail.c b/src/lib-storage/index/istream-mail.c index 1bab4b52f6..360480b963 100644 --- a/src/lib-storage/index/istream-mail.c +++ b/src/lib-storage/index/istream-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-private.h" diff --git a/src/lib-storage/index/maildir/maildir-copy.c b/src/lib-storage/index/maildir/maildir-copy.c index bc9840c585..a94c83a332 100644 --- a/src/lib-storage/index/maildir/maildir-copy.c +++ b/src/lib-storage/index/maildir/maildir-copy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/maildir/maildir-filename-flags.c b/src/lib-storage/index/maildir/maildir-filename-flags.c index 8733260fdd..9a8b29087b 100644 --- a/src/lib-storage/index/maildir/maildir-filename-flags.c +++ b/src/lib-storage/index/maildir/maildir-filename-flags.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/maildir/maildir-filename.c b/src/lib-storage/index/maildir/maildir-filename.c index 374eacbc68..abf82a5e44 100644 --- a/src/lib-storage/index/maildir/maildir-filename.c +++ b/src/lib-storage/index/maildir/maildir-filename.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/maildir/maildir-keywords.c b/src/lib-storage/index/maildir/maildir-keywords.c index 0a32c45c21..5a5cedf8eb 100644 --- a/src/lib-storage/index/maildir/maildir-keywords.c +++ b/src/lib-storage/index/maildir/maildir-keywords.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ /* note that everything here depends on uidlist file being locked the whole time. that's why we don't have any locking of our own, or that we do things diff --git a/src/lib-storage/index/maildir/maildir-mail.c b/src/lib-storage/index/maildir/maildir-mail.c index 2d241c9af4..918a2d65d3 100644 --- a/src/lib-storage/index/maildir/maildir-mail.c +++ b/src/lib-storage/index/maildir/maildir-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/index/maildir/maildir-save.c b/src/lib-storage/index/maildir/maildir-save.c index c5c9b2c1ad..113d0228a2 100644 --- a/src/lib-storage/index/maildir/maildir-save.c +++ b/src/lib-storage/index/maildir/maildir-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/maildir/maildir-settings.c b/src/lib-storage/index/maildir/maildir-settings.c index 1d5b155647..741caa6610 100644 --- a/src/lib-storage/index/maildir/maildir-settings.c +++ b/src/lib-storage/index/maildir/maildir-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-storage/index/maildir/maildir-storage.c b/src/lib-storage/index/maildir/maildir-storage.c index 518815cb51..9a60430086 100644 --- a/src/lib-storage/index/maildir/maildir-storage.c +++ b/src/lib-storage/index/maildir/maildir-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/maildir/maildir-sync-index.c b/src/lib-storage/index/maildir/maildir-sync-index.c index 078dd53ca1..007da6621a 100644 --- a/src/lib-storage/index/maildir/maildir-sync-index.c +++ b/src/lib-storage/index/maildir/maildir-sync-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/maildir/maildir-sync.c b/src/lib-storage/index/maildir/maildir-sync.c index e0fc8b0b3a..8738a98d3f 100644 --- a/src/lib-storage/index/maildir/maildir-sync.c +++ b/src/lib-storage/index/maildir/maildir-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ /* Here's a description of how we handle Maildir synchronization and diff --git a/src/lib-storage/index/maildir/maildir-uidlist.c b/src/lib-storage/index/maildir/maildir-uidlist.c index 897904f82d..3d359f43c2 100644 --- a/src/lib-storage/index/maildir/maildir-uidlist.c +++ b/src/lib-storage/index/maildir/maildir-uidlist.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ /* Version 1 format has been used for most versions of Dovecot up to v1.0.x. diff --git a/src/lib-storage/index/maildir/maildir-util.c b/src/lib-storage/index/maildir/maildir-util.c index 0e41b466b1..7bc182501e 100644 --- a/src/lib-storage/index/maildir/maildir-util.c +++ b/src/lib-storage/index/maildir/maildir-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/mbox/istream-raw-mbox.c b/src/lib-storage/index/mbox/istream-raw-mbox.c index 2de275d0ff..0a02c83116 100644 --- a/src/lib-storage/index/mbox/istream-raw-mbox.c +++ b/src/lib-storage/index/mbox/istream-raw-mbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-storage/index/mbox/mbox-file.c b/src/lib-storage/index/mbox/mbox-file.c index f264ad21f1..a9baa0776f 100644 --- a/src/lib-storage/index/mbox/mbox-file.c +++ b/src/lib-storage/index/mbox/mbox-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/index/mbox/mbox-lock.c b/src/lib-storage/index/mbox/mbox-lock.c index 7245920904..a8b8d33ab5 100644 --- a/src/lib-storage/index/mbox/mbox-lock.c +++ b/src/lib-storage/index/mbox/mbox-lock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "eacces-error.h" diff --git a/src/lib-storage/index/mbox/mbox-mail.c b/src/lib-storage/index/mbox/mbox-mail.c index 39934717d3..ed802a3541 100644 --- a/src/lib-storage/index/mbox/mbox-mail.c +++ b/src/lib-storage/index/mbox/mbox-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/mbox/mbox-md5-all.c b/src/lib-storage/index/mbox/mbox-md5-all.c index 1e62659f71..35c16002f5 100644 --- a/src/lib-storage/index/mbox/mbox-md5-all.c +++ b/src/lib-storage/index/mbox/mbox-md5-all.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff --git a/src/lib-storage/index/mbox/mbox-md5-apop3d.c b/src/lib-storage/index/mbox/mbox-md5-apop3d.c index 6fd8c6f709..6c4a02d7d8 100644 --- a/src/lib-storage/index/mbox/mbox-md5-apop3d.c +++ b/src/lib-storage/index/mbox/mbox-md5-apop3d.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md5.h" diff --git a/src/lib-storage/index/mbox/mbox-save.c b/src/lib-storage/index/mbox/mbox-save.c index 5f2ec0c328..95bf45fd4b 100644 --- a/src/lib-storage/index/mbox/mbox-save.c +++ b/src/lib-storage/index/mbox/mbox-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/mbox/mbox-settings.c b/src/lib-storage/index/mbox/mbox-settings.c index 9c642320ad..c38bfc1326 100644 --- a/src/lib-storage/index/mbox/mbox-settings.c +++ b/src/lib-storage/index/mbox/mbox-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-storage/index/mbox/mbox-storage.c b/src/lib-storage/index/mbox/mbox-storage.c index 4b6fef54a9..48f7d20657 100644 --- a/src/lib-storage/index/mbox/mbox-storage.c +++ b/src/lib-storage/index/mbox/mbox-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/mbox/mbox-sync-list-index.c b/src/lib-storage/index/mbox/mbox-sync-list-index.c index 80e9b9d9a2..0df68f1cf4 100644 --- a/src/lib-storage/index/mbox/mbox-sync-list-index.c +++ b/src/lib-storage/index/mbox/mbox-sync-list-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mbox-storage.h" diff --git a/src/lib-storage/index/mbox/mbox-sync-parse.c b/src/lib-storage/index/mbox/mbox-sync-parse.c index d4b1aac19c..7db3073880 100644 --- a/src/lib-storage/index/mbox/mbox-sync-parse.c +++ b/src/lib-storage/index/mbox/mbox-sync-parse.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ /* MD5 header summing logic was pretty much copy&pasted from popa3d by Solar Designer */ diff --git a/src/lib-storage/index/mbox/mbox-sync-rewrite.c b/src/lib-storage/index/mbox/mbox-sync-rewrite.c index e8bba88cf3..5caf6d3ff2 100644 --- a/src/lib-storage/index/mbox/mbox-sync-rewrite.c +++ b/src/lib-storage/index/mbox/mbox-sync-rewrite.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/mbox/mbox-sync-update.c b/src/lib-storage/index/mbox/mbox-sync-update.c index e68650359f..e76e3f0b9a 100644 --- a/src/lib-storage/index/mbox/mbox-sync-update.c +++ b/src/lib-storage/index/mbox/mbox-sync-update.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/mbox/mbox-sync.c b/src/lib-storage/index/mbox/mbox-sync.c index b938e912b4..769acd34e3 100644 --- a/src/lib-storage/index/mbox/mbox-sync.c +++ b/src/lib-storage/index/mbox/mbox-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ /* Modifying mbox can be slow, so we try to do it all at once minimizing the diff --git a/src/lib-storage/index/pop3c/pop3c-client.c b/src/lib-storage/index/pop3c/pop3c-client.c index 6bfceaa78d..948b5f94f9 100644 --- a/src/lib-storage/index/pop3c/pop3c-client.c +++ b/src/lib-storage/index/pop3c/pop3c-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/pop3c/pop3c-mail.c b/src/lib-storage/index/pop3c/pop3c-mail.c index 82cdd8933f..e5f3d0893d 100644 --- a/src/lib-storage/index/pop3c/pop3c-mail.c +++ b/src/lib-storage/index/pop3c/pop3c-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/pop3c/pop3c-settings.c b/src/lib-storage/index/pop3c/pop3c-settings.c index 118c049351..f2c2cdee52 100644 --- a/src/lib-storage/index/pop3c/pop3c-settings.c +++ b/src/lib-storage/index/pop3c/pop3c-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-storage/index/pop3c/pop3c-storage.c b/src/lib-storage/index/pop3c/pop3c-storage.c index f85236f121..cf28fc0c61 100644 --- a/src/lib-storage/index/pop3c/pop3c-storage.c +++ b/src/lib-storage/index/pop3c/pop3c-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/pop3c/pop3c-sync.c b/src/lib-storage/index/pop3c/pop3c-sync.c index 15729cc0c0..a00c8dcdc4 100644 --- a/src/lib-storage/index/pop3c/pop3c-sync.c +++ b/src/lib-storage/index/pop3c/pop3c-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/raw/raw-mail.c b/src/lib-storage/index/raw/raw-mail.c index 7b4f7bb56d..44c015cc41 100644 --- a/src/lib-storage/index/raw/raw-mail.c +++ b/src/lib-storage/index/raw/raw-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/index/raw/raw-storage.c b/src/lib-storage/index/raw/raw-storage.c index 84c07749c1..47e60c9b3c 100644 --- a/src/lib-storage/index/raw/raw-storage.c +++ b/src/lib-storage/index/raw/raw-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/raw/raw-sync.c b/src/lib-storage/index/raw/raw-sync.c index 34e9bd38ca..71e802fd62 100644 --- a/src/lib-storage/index/raw/raw-sync.c +++ b/src/lib-storage/index/raw/raw-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/shared/shared-list.c b/src/lib-storage/index/shared/shared-list.c index 9024aeb582..3cfd15e4f9 100644 --- a/src/lib-storage/index/shared/shared-list.c +++ b/src/lib-storage/index/shared/shared-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-match.h" diff --git a/src/lib-storage/index/shared/shared-storage.c b/src/lib-storage/index/shared/shared-storage.c index 12a2903628..5e6c8cc5f5 100644 --- a/src/lib-storage/index/shared/shared-storage.c +++ b/src/lib-storage/index/shared/shared-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/list/mailbox-list-delete.c b/src/lib-storage/list/mailbox-list-delete.c index 0d7fec6792..a295dceaae 100644 --- a/src/lib-storage/list/mailbox-list-delete.c +++ b/src/lib-storage/list/mailbox-list-delete.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/list/mailbox-list-fs-flags.c b/src/lib-storage/list/mailbox-list-fs-flags.c index 0680a2d00c..8341bd53e0 100644 --- a/src/lib-storage/list/mailbox-list-fs-flags.c +++ b/src/lib-storage/list/mailbox-list-fs-flags.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-fs.h" diff --git a/src/lib-storage/list/mailbox-list-fs-iter.c b/src/lib-storage/list/mailbox-list-fs-iter.c index acb12eb029..752d46e12b 100644 --- a/src/lib-storage/list/mailbox-list-fs-iter.c +++ b/src/lib-storage/list/mailbox-list-fs-iter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/list/mailbox-list-fs.c b/src/lib-storage/list/mailbox-list-fs.c index 0d072d18ea..bb1124a6b3 100644 --- a/src/lib-storage/list/mailbox-list-fs.c +++ b/src/lib-storage/list/mailbox-list-fs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/lib-storage/list/mailbox-list-index-backend.c b/src/lib-storage/list/mailbox-list-index-backend.c index 9367fd11ee..b2e1c2870b 100644 --- a/src/lib-storage/list/mailbox-list-index-backend.c +++ b/src/lib-storage/list/mailbox-list-index-backend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/lib-storage/list/mailbox-list-index-iter.c b/src/lib-storage/list/mailbox-list-index-iter.c index c7eec5aec5..38750e2386 100644 --- a/src/lib-storage/list/mailbox-list-index-iter.c +++ b/src/lib-storage/list/mailbox-list-index-iter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/list/mailbox-list-index-notify.c b/src/lib-storage/list/mailbox-list-index-notify.c index 5b2b54e757..7b1cf4116a 100644 --- a/src/lib-storage/list/mailbox-list-index-notify.c +++ b/src/lib-storage/list/mailbox-list-index-notify.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/list/mailbox-list-index-status.c b/src/lib-storage/list/mailbox-list-index-status.c index 82b5567d48..5fbc51e6e4 100644 --- a/src/lib-storage/list/mailbox-list-index-status.c +++ b/src/lib-storage/list/mailbox-list-index-status.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/list/mailbox-list-index-sync.c b/src/lib-storage/list/mailbox-list-index-sync.c index c5817e51e5..1e93800932 100644 --- a/src/lib-storage/list/mailbox-list-index-sync.c +++ b/src/lib-storage/list/mailbox-list-index-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/list/mailbox-list-index.c b/src/lib-storage/list/mailbox-list-index.c index e0995fca4b..c4634a4196 100644 --- a/src/lib-storage/list/mailbox-list-index.c +++ b/src/lib-storage/list/mailbox-list-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/list/mailbox-list-iter.c b/src/lib-storage/list/mailbox-list-iter.c index 9d2b8a96b2..7490bd7c89 100644 --- a/src/lib-storage/list/mailbox-list-iter.c +++ b/src/lib-storage/list/mailbox-list-iter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/list/mailbox-list-maildir-iter.c b/src/lib-storage/list/mailbox-list-maildir-iter.c index 30506a0165..11d76a0447 100644 --- a/src/lib-storage/list/mailbox-list-maildir-iter.c +++ b/src/lib-storage/list/mailbox-list-maildir-iter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/list/mailbox-list-maildir.c b/src/lib-storage/list/mailbox-list-maildir.c index 94cfd9604c..c99a2900a6 100644 --- a/src/lib-storage/list/mailbox-list-maildir.c +++ b/src/lib-storage/list/mailbox-list-maildir.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/list/mailbox-list-none.c b/src/lib-storage/list/mailbox-list-none.c index e03af7c1c9..a252d4a634 100644 --- a/src/lib-storage/list/mailbox-list-none.c +++ b/src/lib-storage/list/mailbox-list-none.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/list/mailbox-list-notify-tree.c b/src/lib-storage/list/mailbox-list-notify-tree.c index 072f8f2a7f..d7521852c4 100644 --- a/src/lib-storage/list/mailbox-list-notify-tree.c +++ b/src/lib-storage/list/mailbox-list-notify-tree.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/list/mailbox-list-subscriptions.c b/src/lib-storage/list/mailbox-list-subscriptions.c index 3474b2e463..b11b014783 100644 --- a/src/lib-storage/list/mailbox-list-subscriptions.c +++ b/src/lib-storage/list/mailbox-list-subscriptions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/list/subscription-file.c b/src/lib-storage/list/subscription-file.c index df0820a556..a0670aca99 100644 --- a/src/lib-storage/list/subscription-file.c +++ b/src/lib-storage/list/subscription-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/mail-copy.c b/src/lib-storage/mail-copy.c index f8d617b9c1..aea30e1592 100644 --- a/src/lib-storage/mail-copy.c +++ b/src/lib-storage/mail-copy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-storage/mail-error.c b/src/lib-storage/mail-error.c index de3f1bf383..66c95edc15 100644 --- a/src/lib-storage/mail-error.c +++ b/src/lib-storage/mail-error.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "eacces-error.h" diff --git a/src/lib-storage/mail-namespace.c b/src/lib-storage/mail-namespace.c index f0176f4221..44bbd81718 100644 --- a/src/lib-storage/mail-namespace.c +++ b/src/lib-storage/mail-namespace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mail-search-build.c b/src/lib-storage/mail-search-build.c index 9f72411b0e..641666fec2 100644 --- a/src/lib-storage/mail-search-build.c +++ b/src/lib-storage/mail-search-build.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/mail-search-parser-cmdline.c b/src/lib-storage/mail-search-parser-cmdline.c index 18f37259d9..b65da69914 100644 --- a/src/lib-storage/mail-search-parser-cmdline.c +++ b/src/lib-storage/mail-search-parser-cmdline.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-search-parser-private.h" diff --git a/src/lib-storage/mail-search-parser-imap.c b/src/lib-storage/mail-search-parser-imap.c index 634a802064..dee402b252 100644 --- a/src/lib-storage/mail-search-parser-imap.c +++ b/src/lib-storage/mail-search-parser-imap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-arg.h" diff --git a/src/lib-storage/mail-search-parser.c b/src/lib-storage/mail-search-parser.c index 67a97114fb..92b9d15d02 100644 --- a/src/lib-storage/mail-search-parser.c +++ b/src/lib-storage/mail-search-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-search-parser-private.h" diff --git a/src/lib-storage/mail-search-register-human.c b/src/lib-storage/mail-search-register-human.c index 068cb61823..deeba566a4 100644 --- a/src/lib-storage/mail-search-register-human.c +++ b/src/lib-storage/mail-search-register-human.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/mail-search-register-imap.c b/src/lib-storage/mail-search-register-imap.c index 3be8cee7a2..d9f981feea 100644 --- a/src/lib-storage/mail-search-register-imap.c +++ b/src/lib-storage/mail-search-register-imap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/mail-search-register.c b/src/lib-storage/mail-search-register.c index 318b5a0121..91d7ab9387 100644 --- a/src/lib-storage/mail-search-register.c +++ b/src/lib-storage/mail-search-register.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mail-search.c b/src/lib-storage/mail-search.c index 2c78f223be..a216f6acd4 100644 --- a/src/lib-storage/mail-search.c +++ b/src/lib-storage/mail-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mail-storage-hooks.c b/src/lib-storage/mail-storage-hooks.c index 85bc88ee2d..d6b372e1c8 100644 --- a/src/lib-storage/mail-storage-hooks.c +++ b/src/lib-storage/mail-storage-hooks.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mail-storage-service.c b/src/lib-storage/mail-storage-service.c index 65f4d160a5..87dd39b0e3 100644 --- a/src/lib-storage/mail-storage-service.c +++ b/src/lib-storage/mail-storage-service.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/mail-storage-settings.c b/src/lib-storage/mail-storage-settings.c index 6c13dbeab3..6108e773e1 100644 --- a/src/lib-storage/mail-storage-settings.c +++ b/src/lib-storage/mail-storage-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mail-storage.c b/src/lib-storage/mail-storage.c index 3bd920995e..a0afe2a715 100644 --- a/src/lib-storage/mail-storage.c +++ b/src/lib-storage/mail-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/mail-thread.c b/src/lib-storage/mail-thread.c index d6cb815942..f2a49ffb6f 100644 --- a/src/lib-storage/mail-thread.c +++ b/src/lib-storage/mail-thread.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-thread.h" diff --git a/src/lib-storage/mail-user.c b/src/lib-storage/mail-user.c index d36665ca83..a12ec96e17 100644 --- a/src/lib-storage/mail-user.c +++ b/src/lib-storage/mail-user.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mail.c b/src/lib-storage/mail.c index 14e01aafc7..3954328ca9 100644 --- a/src/lib-storage/mail.c +++ b/src/lib-storage/mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/mailbox-get.c b/src/lib-storage/mailbox-get.c index 20956a8bd5..28dca9d4f5 100644 --- a/src/lib-storage/mailbox-get.c +++ b/src/lib-storage/mailbox-get.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mailbox-guid-cache.c b/src/lib-storage/mailbox-guid-cache.c index 80d5e2797b..09dfe35e28 100644 --- a/src/lib-storage/mailbox-guid-cache.c +++ b/src/lib-storage/mailbox-guid-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff --git a/src/lib-storage/mailbox-header.c b/src/lib-storage/mailbox-header.c index 49d1a85c31..6a80bf715d 100644 --- a/src/lib-storage/mailbox-header.c +++ b/src/lib-storage/mailbox-header.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-cache.h" diff --git a/src/lib-storage/mailbox-keywords.c b/src/lib-storage/mailbox-keywords.c index 7757e62e7b..fbdde4121a 100644 --- a/src/lib-storage/mailbox-keywords.c +++ b/src/lib-storage/mailbox-keywords.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-arg.h" diff --git a/src/lib-storage/mailbox-list-notify.c b/src/lib-storage/mailbox-list-notify.c index 3e7ff7c9b7..b8e391c487 100644 --- a/src/lib-storage/mailbox-list-notify.c +++ b/src/lib-storage/mailbox-list-notify.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-private.h" diff --git a/src/lib-storage/mailbox-list.c b/src/lib-storage/mailbox-list.c index f6bac2e9ee..c65b523ae2 100644 --- a/src/lib-storage/mailbox-list.c +++ b/src/lib-storage/mailbox-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mailbox-search-result.c b/src/lib-storage/mailbox-search-result.c index 2adddf8cb1..2b3c889fce 100644 --- a/src/lib-storage/mailbox-search-result.c +++ b/src/lib-storage/mailbox-search-result.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mailbox-tree.c b/src/lib-storage/mailbox-tree.c index e653918060..deed7a26a4 100644 --- a/src/lib-storage/mailbox-tree.c +++ b/src/lib-storage/mailbox-tree.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/mailbox-uidvalidity.c b/src/lib-storage/mailbox-uidvalidity.c index 2bbb8770fd..0a6951fc85 100644 --- a/src/lib-storage/mailbox-uidvalidity.c +++ b/src/lib-storage/mailbox-uidvalidity.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/test-mailbox-get.c b/src/lib-storage/test-mailbox-get.c index f09a20ae48..c6c9efccc3 100644 --- a/src/lib-storage/test-mailbox-get.c +++ b/src/lib-storage/test-mailbox-get.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-test/test-common.c b/src/lib-test/test-common.c index 33a689f9e7..ff760ec876 100644 --- a/src/lib-test/test-common.c +++ b/src/lib-test/test-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib/abspath.c b/src/lib/abspath.c index 8d62cfe45c..057b2b8933 100644 --- a/src/lib/abspath.c +++ b/src/lib/abspath.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib/aqueue.c b/src/lib/aqueue.c index a5c873d977..08163e0049 100644 --- a/src/lib/aqueue.c +++ b/src/lib/aqueue.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/array.c b/src/lib/array.c index cdd8e8b243..a74160ef10 100644 --- a/src/lib/array.c +++ b/src/lib/array.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/askpass.c b/src/lib/askpass.c index 19ab6466db..d0608309bf 100644 --- a/src/lib/askpass.c +++ b/src/lib/askpass.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/backtrace-string.c b/src/lib/backtrace-string.c index 0349b95578..c06a7539ec 100644 --- a/src/lib/backtrace-string.c +++ b/src/lib/backtrace-string.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib/base64.c b/src/lib/base64.c index fcd103ffe5..eba94764c7 100644 --- a/src/lib/base64.c +++ b/src/lib/base64.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff --git a/src/lib/bsearch-insert-pos.c b/src/lib/bsearch-insert-pos.c index d9feebfa99..923e152984 100644 --- a/src/lib/bsearch-insert-pos.c +++ b/src/lib/bsearch-insert-pos.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/buffer.c b/src/lib/buffer.c index 17904f1661..4531c5c47b 100644 --- a/src/lib/buffer.c +++ b/src/lib/buffer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/child-wait.c b/src/lib/child-wait.c index 42abd46184..2a067cfb32 100644 --- a/src/lib/child-wait.c +++ b/src/lib/child-wait.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/lib/compat.c b/src/lib/compat.c index b6cd047f18..bc788b0f51 100644 --- a/src/lib/compat.c +++ b/src/lib/compat.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "config.h" #undef HAVE_CONFIG_H diff --git a/src/lib/connection.c b/src/lib/connection.c index 88209ca1cd..76847db389 100644 --- a/src/lib/connection.c +++ b/src/lib/connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/crc32.c b/src/lib/crc32.c index ba63b823b3..1f5b3c2890 100644 --- a/src/lib/crc32.c +++ b/src/lib/crc32.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "crc32.h" diff --git a/src/lib/data-stack.c b/src/lib/data-stack.c index e9a89edcd5..e82e938371 100644 --- a/src/lib/data-stack.c +++ b/src/lib/data-stack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/eacces-error.c b/src/lib/eacces-error.c index b139803039..dde2c30fb9 100644 --- a/src/lib/eacces-error.c +++ b/src/lib/eacces-error.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib/env-util.c b/src/lib/env-util.c index 3dbce452a7..fa3923ac27 100644 --- a/src/lib/env-util.c +++ b/src/lib/env-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/execv-const.c b/src/lib/execv-const.c index 16df7d972f..1f2a853967 100644 --- a/src/lib/execv-const.c +++ b/src/lib/execv-const.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "execv-const.h" diff --git a/src/lib/failures.c b/src/lib/failures.c index d4eec34a02..3023ba8d67 100644 --- a/src/lib/failures.c +++ b/src/lib/failures.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/fd-close-on-exec.c b/src/lib/fd-close-on-exec.c index c7a1281097..812eef28d7 100644 --- a/src/lib/fd-close-on-exec.c +++ b/src/lib/fd-close-on-exec.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib/fd-set-nonblock.c b/src/lib/fd-set-nonblock.c index 3ad124e934..15fa94143a 100644 --- a/src/lib/fd-set-nonblock.c +++ b/src/lib/fd-set-nonblock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fd-set-nonblock.h" diff --git a/src/lib/fdatasync-path.c b/src/lib/fdatasync-path.c index 0a66181f54..0dcc96abff 100644 --- a/src/lib/fdatasync-path.c +++ b/src/lib/fdatasync-path.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fdatasync-path.h" diff --git a/src/lib/fdpass.c b/src/lib/fdpass.c index 60033521b2..85617c31d7 100644 --- a/src/lib/fdpass.c +++ b/src/lib/fdpass.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* fdpass.c - File descriptor passing between processes via UNIX sockets diff --git a/src/lib/file-cache.c b/src/lib/file-cache.c index 401fb144ee..6689ce9d32 100644 --- a/src/lib/file-cache.c +++ b/src/lib/file-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/file-copy.c b/src/lib/file-copy.c index f5620b9cec..a77d149ee8 100644 --- a/src/lib/file-copy.c +++ b/src/lib/file-copy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib/file-dotlock.c b/src/lib/file-dotlock.c index 4ef0cab7b3..7d6ae8c7c5 100644 --- a/src/lib/file-dotlock.c +++ b/src/lib/file-dotlock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/file-lock.c b/src/lib/file-lock.c index 18ea63d587..b74b699423 100644 --- a/src/lib/file-lock.c +++ b/src/lib/file-lock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "file-lock.h" diff --git a/src/lib/file-set-size.c b/src/lib/file-set-size.c index 5e89338adf..e153bc5cd3 100644 --- a/src/lib/file-set-size.c +++ b/src/lib/file-set-size.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/src/lib/guid.c b/src/lib/guid.c index f869a78309..7aae2c6540 100644 --- a/src/lib/guid.c +++ b/src/lib/guid.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/hash-format.c b/src/lib/hash-format.c index 9616bac090..9abc02205f 100644 --- a/src/lib/hash-format.c +++ b/src/lib/hash-format.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff --git a/src/lib/hash-method.c b/src/lib/hash-method.c index b1f64cecea..2f896e0c91 100644 --- a/src/lib/hash-method.c +++ b/src/lib/hash-method.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "md4.h" diff --git a/src/lib/hash.c b/src/lib/hash.c index 7f6eded5ad..4671127a4c 100644 --- a/src/lib/hash.c +++ b/src/lib/hash.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/hash2.c b/src/lib/hash2.c index feea3a0229..87bef12ddc 100644 --- a/src/lib/hash2.c +++ b/src/lib/hash2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/hex-binary.c b/src/lib/hex-binary.c index 9163c4bfdb..b0d2044093 100644 --- a/src/lib/hex-binary.c +++ b/src/lib/hex-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/hex-dec.c b/src/lib/hex-dec.c index 92bf512369..90d054aa27 100644 --- a/src/lib/hex-dec.c +++ b/src/lib/hex-dec.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hex-dec.h" diff --git a/src/lib/home-expand.c b/src/lib/home-expand.c index fe9a8d45f1..554da97aeb 100644 --- a/src/lib/home-expand.c +++ b/src/lib/home-expand.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ipwd.h" diff --git a/src/lib/hostpid.c b/src/lib/hostpid.c index 044f01dbc0..c7986d8489 100644 --- a/src/lib/hostpid.c +++ b/src/lib/hostpid.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/lib/imem.c b/src/lib/imem.c index 5d9ca0cfea..1c0869ba94 100644 --- a/src/lib/imem.c +++ b/src/lib/imem.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib/ioloop-epoll.c b/src/lib/ioloop-epoll.c index ad878f5bc0..5aca317bfa 100644 --- a/src/lib/ioloop-epoll.c +++ b/src/lib/ioloop-epoll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/ioloop-notify-dn.c b/src/lib/ioloop-notify-dn.c index 793568c77b..e1f765c8d9 100644 --- a/src/lib/ioloop-notify-dn.c +++ b/src/lib/ioloop-notify-dn.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ /* Logic is pretty much based on dnotify by Oskar Liljeblad. */ diff --git a/src/lib/ioloop-notify-fd.c b/src/lib/ioloop-notify-fd.c index 3c638dca13..90f422f49d 100644 --- a/src/lib/ioloop-notify-fd.c +++ b/src/lib/ioloop-notify-fd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-private.h" diff --git a/src/lib/ioloop-notify-inotify.c b/src/lib/ioloop-notify-inotify.c index 6c2d2afebe..6765108560 100644 --- a/src/lib/ioloop-notify-inotify.c +++ b/src/lib/ioloop-notify-inotify.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE #include "lib.h" diff --git a/src/lib/ioloop-notify-none.c b/src/lib/ioloop-notify-none.c index 44cecbc065..9a205f38e3 100644 --- a/src/lib/ioloop-notify-none.c +++ b/src/lib/ioloop-notify-none.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-private.h" diff --git a/src/lib/ioloop-poll.c b/src/lib/ioloop-poll.c index bd2ccec110..704b8471c6 100644 --- a/src/lib/ioloop-poll.c +++ b/src/lib/ioloop-poll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/ioloop-select.c b/src/lib/ioloop-select.c index de6c774fd4..a216166fe9 100644 --- a/src/lib/ioloop-select.c +++ b/src/lib/ioloop-select.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-private.h" diff --git a/src/lib/ioloop.c b/src/lib/ioloop.c index d7b82f7847..31d73dd0e9 100644 --- a/src/lib/ioloop.c +++ b/src/lib/ioloop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/iostream-rawlog.c b/src/lib/iostream-rawlog.c index da2ab2dea4..6722eeaa44 100644 --- a/src/lib/iostream-rawlog.c +++ b/src/lib/iostream-rawlog.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/lib/iostream-temp.c b/src/lib/iostream-temp.c index 06e26a5cb5..61b87330c5 100644 --- a/src/lib/iostream-temp.c +++ b/src/lib/iostream-temp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/iostream.c b/src/lib/iostream.c index 4c10dc2bd2..8db7fed88b 100644 --- a/src/lib/iostream.c +++ b/src/lib/iostream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/ipwd.c b/src/lib/ipwd.c index 68c6b02fda..2c039b220b 100644 --- a/src/lib/ipwd.c +++ b/src/lib/ipwd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #define _POSIX_PTHREAD_SEMANTICS /* for Solaris */ #include "lib.h" diff --git a/src/lib/iso8601-date.c b/src/lib/iso8601-date.c index a406963c3f..8a1e44096c 100644 --- a/src/lib/iso8601-date.c +++ b/src/lib/iso8601-date.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff --git a/src/lib/istream-base64-decoder.c b/src/lib/istream-base64-decoder.c index 6d61fea9aa..26017bf24f 100644 --- a/src/lib/istream-base64-decoder.c +++ b/src/lib/istream-base64-decoder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/istream-base64-encoder.c b/src/lib/istream-base64-encoder.c index c6593b56d7..5541da3dba 100644 --- a/src/lib/istream-base64-encoder.c +++ b/src/lib/istream-base64-encoder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/istream-chain.c b/src/lib/istream-chain.c index 409793951a..9ecba9a0da 100644 --- a/src/lib/istream-chain.c +++ b/src/lib/istream-chain.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/lib/istream-concat.c b/src/lib/istream-concat.c index 5fb45abda3..c828551882 100644 --- a/src/lib/istream-concat.c +++ b/src/lib/istream-concat.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/istream-crlf.c b/src/lib/istream-crlf.c index d5ee6503d7..3cd113c1d2 100644 --- a/src/lib/istream-crlf.c +++ b/src/lib/istream-crlf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib/istream-data.c b/src/lib/istream-data.c index d697ad39f8..b9ba09480c 100644 --- a/src/lib/istream-data.c +++ b/src/lib/istream-data.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib/istream-file.c b/src/lib/istream-file.c index c4dabd5402..98966701c3 100644 --- a/src/lib/istream-file.c +++ b/src/lib/istream-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/istream-hash.c b/src/lib/istream-hash.c index d86a46e353..cd6e589c4b 100644 --- a/src/lib/istream-hash.c +++ b/src/lib/istream-hash.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash-method.h" diff --git a/src/lib/istream-jsonstr.c b/src/lib/istream-jsonstr.c index ec98497148..6f6074be88 100644 --- a/src/lib/istream-jsonstr.c +++ b/src/lib/istream-jsonstr.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/istream-limit.c b/src/lib/istream-limit.c index c21b94e64d..0df4903803 100644 --- a/src/lib/istream-limit.c +++ b/src/lib/istream-limit.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib/istream-mmap.c b/src/lib/istream-mmap.c index 7d8bb604ef..ed870aa27d 100644 --- a/src/lib/istream-mmap.c +++ b/src/lib/istream-mmap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/istream-rawlog.c b/src/lib/istream-rawlog.c index 1e04f083bc..bf559f16c3 100644 --- a/src/lib/istream-rawlog.c +++ b/src/lib/istream-rawlog.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-rawlog-private.h" diff --git a/src/lib/istream-seekable.c b/src/lib/istream-seekable.c index 0cb3dbe0f6..5a19a9c606 100644 --- a/src/lib/istream-seekable.c +++ b/src/lib/istream-seekable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/istream-sized.c b/src/lib/istream-sized.c index b20ac03657..7e495e2261 100644 --- a/src/lib/istream-sized.c +++ b/src/lib/istream-sized.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib/istream-tee.c b/src/lib/istream-tee.c index 4eaf1f4664..4d843e2cb9 100644 --- a/src/lib/istream-tee.c +++ b/src/lib/istream-tee.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-private.h" diff --git a/src/lib/istream.c b/src/lib/istream.c index c4a52980eb..81843b4875 100644 --- a/src/lib/istream.c +++ b/src/lib/istream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/json-parser.c b/src/lib/json-parser.c index 8d3cab9fac..c7fd9e41c5 100644 --- a/src/lib/json-parser.c +++ b/src/lib/json-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/lib-signals.c b/src/lib/lib-signals.c index 7043ef34ca..c7ff10c9c2 100644 --- a/src/lib/lib-signals.c +++ b/src/lib/lib-signals.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2001-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2001-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/lib.c b/src/lib/lib.c index 8fabd4c992..c9046ffa5e 100644 --- a/src/lib/lib.c +++ b/src/lib/lib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2001-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2001-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/mempool-alloconly.c b/src/lib/mempool-alloconly.c index 3f9322de36..04f85aec03 100644 --- a/src/lib/mempool-alloconly.c +++ b/src/lib/mempool-alloconly.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ #include "lib.h" diff --git a/src/lib/mempool-datastack.c b/src/lib/mempool-datastack.c index bdf30be56d..1875dd9d6a 100644 --- a/src/lib/mempool-datastack.c +++ b/src/lib/mempool-datastack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mempool.h" diff --git a/src/lib/mempool-system.c b/src/lib/mempool-system.c index 7434758228..1b1ed568bb 100644 --- a/src/lib/mempool-system.c +++ b/src/lib/mempool-system.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/mempool-unsafe-datastack.c b/src/lib/mempool-unsafe-datastack.c index 7f42d8f647..8bb2d7ce35 100644 --- a/src/lib/mempool-unsafe-datastack.c +++ b/src/lib/mempool-unsafe-datastack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mempool.h" diff --git a/src/lib/mempool.c b/src/lib/mempool.c index 3bf1667597..ed5f02091f 100644 --- a/src/lib/mempool.c +++ b/src/lib/mempool.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib/mkdir-parents.c b/src/lib/mkdir-parents.c index cf0b557aff..2a4dc204f6 100644 --- a/src/lib/mkdir-parents.c +++ b/src/lib/mkdir-parents.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib/mmap-anon.c b/src/lib/mmap-anon.c index 435a46841c..94b3f994d8 100644 --- a/src/lib/mmap-anon.c +++ b/src/lib/mmap-anon.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/mmap-util.c b/src/lib/mmap-util.c index c693407f31..3d838a4659 100644 --- a/src/lib/mmap-util.c +++ b/src/lib/mmap-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mmap-util.h" diff --git a/src/lib/module-dir.c b/src/lib/module-dir.c index 5caf2f3fa8..a5d1bbdd19 100644 --- a/src/lib/module-dir.c +++ b/src/lib/module-dir.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/mountpoint.c b/src/lib/mountpoint.c index e1aa44d9d8..1f8920317b 100644 --- a/src/lib/mountpoint.c +++ b/src/lib/mountpoint.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mountpoint.h" diff --git a/src/lib/net.c b/src/lib/net.c index 1d6a1e2ba2..cbce5b8c07 100644 --- a/src/lib/net.c +++ b/src/lib/net.c @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2014 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE /* For Linux's struct ucred */ #include "lib.h" diff --git a/src/lib/nfs-workarounds.c b/src/lib/nfs-workarounds.c index 795258ceff..48eed8024d 100644 --- a/src/lib/nfs-workarounds.c +++ b/src/lib/nfs-workarounds.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ /* These tests were done with various Linux 2.6 kernels, FreeBSD 6.2 and diff --git a/src/lib/numpack.c b/src/lib/numpack.c index c659b18bd8..0da3fe7aa2 100644 --- a/src/lib/numpack.c +++ b/src/lib/numpack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/ostream-buffer.c b/src/lib/ostream-buffer.c index a4b239dc66..f8e89fa5c4 100644 --- a/src/lib/ostream-buffer.c +++ b/src/lib/ostream-buffer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/ostream-file.c b/src/lib/ostream-file.c index 6365aeb1d7..73d9e425fb 100644 --- a/src/lib/ostream-file.c +++ b/src/lib/ostream-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/ostream-hash.c b/src/lib/ostream-hash.c index bfc6d19233..b2fb971095 100644 --- a/src/lib/ostream-hash.c +++ b/src/lib/ostream-hash.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash-method.h" diff --git a/src/lib/ostream-rawlog.c b/src/lib/ostream-rawlog.c index e4685fc3a6..569e58f35e 100644 --- a/src/lib/ostream-rawlog.c +++ b/src/lib/ostream-rawlog.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-rawlog-private.h" diff --git a/src/lib/ostream.c b/src/lib/ostream.c index e22c86059c..644f1e8088 100644 --- a/src/lib/ostream.c +++ b/src/lib/ostream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib/primes.c b/src/lib/primes.c index 5901b85d84..8976ddb3d2 100644 --- a/src/lib/primes.c +++ b/src/lib/primes.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "primes.h" diff --git a/src/lib/printf-format-fix.c b/src/lib/printf-format-fix.c index b23bef32dc..7db61c4833 100644 --- a/src/lib/printf-format-fix.c +++ b/src/lib/printf-format-fix.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "printf-format-fix.h" diff --git a/src/lib/priorityq.c b/src/lib/priorityq.c index 46fd20f132..e8a6beef9d 100644 --- a/src/lib/priorityq.c +++ b/src/lib/priorityq.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/process-title.c b/src/lib/process-title.c index bd2bbfccbf..d7e0baff97 100644 --- a/src/lib/process-title.c +++ b/src/lib/process-title.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "env-util.h" diff --git a/src/lib/randgen.c b/src/lib/randgen.c index 5022042f19..8edd79bd88 100644 --- a/src/lib/randgen.c +++ b/src/lib/randgen.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "randgen.h" diff --git a/src/lib/read-full.c b/src/lib/read-full.c index 0a6607fbc5..d3eae0c4ba 100644 --- a/src/lib/read-full.c +++ b/src/lib/read-full.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "read-full.h" diff --git a/src/lib/restrict-access.c b/src/lib/restrict-access.c index 8f86c1c9bb..04af29ef90 100644 --- a/src/lib/restrict-access.c +++ b/src/lib/restrict-access.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #define _GNU_SOURCE /* setresgid() */ #include /* for AIX */ diff --git a/src/lib/restrict-process-size.c b/src/lib/restrict-process-size.c index 13c9d9f463..8f1fdac5f8 100644 --- a/src/lib/restrict-process-size.c +++ b/src/lib/restrict-process-size.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-process-size.h" diff --git a/src/lib/safe-memset.c b/src/lib/safe-memset.c index 618f67607d..4fb0f585e6 100644 --- a/src/lib/safe-memset.c +++ b/src/lib/safe-memset.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-memset.h" diff --git a/src/lib/safe-mkdir.c b/src/lib/safe-mkdir.c index b69009da2d..cd66a3c322 100644 --- a/src/lib/safe-mkdir.c +++ b/src/lib/safe-mkdir.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "safe-mkdir.h" diff --git a/src/lib/safe-mkstemp.c b/src/lib/safe-mkstemp.c index 73fab314d7..9e76516fdd 100644 --- a/src/lib/safe-mkstemp.c +++ b/src/lib/safe-mkstemp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib/sendfile-util.c b/src/lib/sendfile-util.c index 4ae95f7754..b796fdcc7c 100644 --- a/src/lib/sendfile-util.c +++ b/src/lib/sendfile-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* kludge a bit to remove _FILE_OFFSET_BITS definition from config.h. It's required to be able to include sys/sendfile.h with Linux. */ diff --git a/src/lib/seq-range-array.c b/src/lib/seq-range-array.c index c1a1af9246..93dd259355 100644 --- a/src/lib/seq-range-array.c +++ b/src/lib/seq-range-array.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/str-find.c b/src/lib/str-find.c index bf8f5b6f88..0ab0030175 100644 --- a/src/lib/str-find.c +++ b/src/lib/str-find.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/str-sanitize.c b/src/lib/str-sanitize.c index 43e9595567..2692c34cee 100644 --- a/src/lib/str-sanitize.c +++ b/src/lib/str-sanitize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "unichar.h" diff --git a/src/lib/str.c b/src/lib/str.c index 125bcafeb1..af5a3a21e4 100644 --- a/src/lib/str.c +++ b/src/lib/str.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/strescape.c b/src/lib/strescape.c index 499b48c454..ad6f4b203b 100644 --- a/src/lib/strescape.c +++ b/src/lib/strescape.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib/strfuncs.c b/src/lib/strfuncs.c index 64c3b5ca0a..a29576cd12 100644 --- a/src/lib/strfuncs.c +++ b/src/lib/strfuncs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/strnum.c b/src/lib/strnum.c index f14b80401b..09b46f34e7 100644 --- a/src/lib/strnum.c +++ b/src/lib/strnum.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "strnum.h" diff --git a/src/lib/test-aqueue.c b/src/lib/test-aqueue.c index 4328928e59..18d9dede49 100644 --- a/src/lib/test-aqueue.c +++ b/src/lib/test-aqueue.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff --git a/src/lib/test-array.c b/src/lib/test-array.c index e216c0c811..facae2ff97 100644 --- a/src/lib/test-array.c +++ b/src/lib/test-array.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff --git a/src/lib/test-base64.c b/src/lib/test-base64.c index 702f7ec7c5..a373e4b87c 100644 --- a/src/lib/test-base64.c +++ b/src/lib/test-base64.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-bsearch-insert-pos.c b/src/lib/test-bsearch-insert-pos.c index b73744c0ab..b697d144c1 100644 --- a/src/lib/test-bsearch-insert-pos.c +++ b/src/lib/test-bsearch-insert-pos.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "bsearch-insert-pos.h" diff --git a/src/lib/test-buffer.c b/src/lib/test-buffer.c index cff8d1e9c6..4fb8c12651 100644 --- a/src/lib/test-buffer.c +++ b/src/lib/test-buffer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff --git a/src/lib/test-crc32.c b/src/lib/test-crc32.c index 9f057d29cb..1ac7cb8b6e 100644 --- a/src/lib/test-crc32.c +++ b/src/lib/test-crc32.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "crc32.h" diff --git a/src/lib/test-hash-format.c b/src/lib/test-hash-format.c index bfa268d529..27480e6e01 100644 --- a/src/lib/test-hash-format.c +++ b/src/lib/test-hash-format.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-hex-binary.c b/src/lib/test-hex-binary.c index a9114ea212..43a52b3085 100644 --- a/src/lib/test-hex-binary.c +++ b/src/lib/test-hex-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff --git a/src/lib/test-iso8601-date.c b/src/lib/test-iso8601-date.c index 95eaaccc9a..71bb69e93e 100644 --- a/src/lib/test-iso8601-date.c +++ b/src/lib/test-iso8601-date.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "test-common.h" diff --git a/src/lib/test-istream-base64-decoder.c b/src/lib/test-istream-base64-decoder.c index 1986ce7625..2e69e474d4 100644 --- a/src/lib/test-istream-base64-decoder.c +++ b/src/lib/test-istream-base64-decoder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-istream-base64-encoder.c b/src/lib/test-istream-base64-encoder.c index 8a02b3d7f8..6bd8188112 100644 --- a/src/lib/test-istream-base64-encoder.c +++ b/src/lib/test-istream-base64-encoder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-istream-concat.c b/src/lib/test-istream-concat.c index 11f1098a13..fceeb44632 100644 --- a/src/lib/test-istream-concat.c +++ b/src/lib/test-istream-concat.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "istream-private.h" diff --git a/src/lib/test-istream-crlf.c b/src/lib/test-istream-crlf.c index d58e509655..e14af755df 100644 --- a/src/lib/test-istream-crlf.c +++ b/src/lib/test-istream-crlf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-istream-seekable.c b/src/lib/test-istream-seekable.c index 6b55e424f2..a40e77f0f3 100644 --- a/src/lib/test-istream-seekable.c +++ b/src/lib/test-istream-seekable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "istream-private.h" diff --git a/src/lib/test-istream-tee.c b/src/lib/test-istream-tee.c index 0ba511679e..9714c726f5 100644 --- a/src/lib/test-istream-tee.c +++ b/src/lib/test-istream-tee.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-json-parser.c b/src/lib/test-json-parser.c index 4947d7fa62..2d283d4f11 100644 --- a/src/lib/test-json-parser.c +++ b/src/lib/test-json-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-lib.c b/src/lib/test-lib.c index d735631e03..4759d588bf 100644 --- a/src/lib/test-lib.c +++ b/src/lib/test-lib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" diff --git a/src/lib/test-llist.c b/src/lib/test-llist.c index 4f4e53a423..9ceab02f43 100644 --- a/src/lib/test-llist.c +++ b/src/lib/test-llist.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "llist.h" diff --git a/src/lib/test-mempool-alloconly.c b/src/lib/test-mempool-alloconly.c index aab6e9ba56..2e4b0710f5 100644 --- a/src/lib/test-mempool-alloconly.c +++ b/src/lib/test-mempool-alloconly.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" diff --git a/src/lib/test-network.c b/src/lib/test-network.c index 18dd09652c..c408ecb478 100644 --- a/src/lib/test-network.c +++ b/src/lib/test-network.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "net.h" diff --git a/src/lib/test-numpack.c b/src/lib/test-numpack.c index 05efd4087f..52352935f3 100644 --- a/src/lib/test-numpack.c +++ b/src/lib/test-numpack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "buffer.h" diff --git a/src/lib/test-ostream-file.c b/src/lib/test-ostream-file.c index fbdfabee06..fdabdf0a33 100644 --- a/src/lib/test-ostream-file.c +++ b/src/lib/test-ostream-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-primes.c b/src/lib/test-primes.c index 813ba6447c..738d92f497 100644 --- a/src/lib/test-primes.c +++ b/src/lib/test-primes.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "primes.h" diff --git a/src/lib/test-priorityq.c b/src/lib/test-priorityq.c index 0434232149..d6327bcdf1 100644 --- a/src/lib/test-priorityq.c +++ b/src/lib/test-priorityq.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "priorityq.h" diff --git a/src/lib/test-seq-range-array.c b/src/lib/test-seq-range-array.c index f4132375d2..197d05c9c2 100644 --- a/src/lib/test-seq-range-array.c +++ b/src/lib/test-seq-range-array.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff --git a/src/lib/test-str-find.c b/src/lib/test-str-find.c index 80a9507d53..8f0c89c2df 100644 --- a/src/lib/test-str-find.c +++ b/src/lib/test-str-find.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str-find.h" diff --git a/src/lib/test-str-sanitize.c b/src/lib/test-str-sanitize.c index 82aac729d9..2d6ffcf20a 100644 --- a/src/lib/test-str-sanitize.c +++ b/src/lib/test-str-sanitize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str-sanitize.h" diff --git a/src/lib/test-strescape.c b/src/lib/test-strescape.c index 4f0132af9f..368af43171 100644 --- a/src/lib/test-strescape.c +++ b/src/lib/test-strescape.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-strfuncs.c b/src/lib/test-strfuncs.c index fa073945a0..09411da6a1 100644 --- a/src/lib/test-strfuncs.c +++ b/src/lib/test-strfuncs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" diff --git a/src/lib/test-time-util.c b/src/lib/test-time-util.c index 400b945938..ecc25c23e3 100644 --- a/src/lib/test-time-util.c +++ b/src/lib/test-time-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "time-util.h" diff --git a/src/lib/test-unichar.c b/src/lib/test-unichar.c index b7bb2581dd..f567fae3e5 100644 --- a/src/lib/test-unichar.c +++ b/src/lib/test-unichar.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/test-utc-mktime.c b/src/lib/test-utc-mktime.c index 32cc693d86..c5eac453c3 100644 --- a/src/lib/test-utc-mktime.c +++ b/src/lib/test-utc-mktime.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "utc-mktime.h" diff --git a/src/lib/test-var-expand.c b/src/lib/test-var-expand.c index a00be13e12..52fbf5fabb 100644 --- a/src/lib/test-var-expand.c +++ b/src/lib/test-var-expand.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/lib/time-util.c b/src/lib/time-util.c index 46ada8a0bc..d836686e0e 100644 --- a/src/lib/time-util.c +++ b/src/lib/time-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "time-util.h" diff --git a/src/lib/unichar.c b/src/lib/unichar.c index 97b0aafcd7..c1f21e8ddb 100644 --- a/src/lib/unichar.c +++ b/src/lib/unichar.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/unix-socket-create.c b/src/lib/unix-socket-create.c index f93dce6599..a41a4d77e4 100644 --- a/src/lib/unix-socket-create.c +++ b/src/lib/unix-socket-create.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/lib/unlink-directory.c b/src/lib/unlink-directory.c index 56f215f992..52ebcf9faf 100644 --- a/src/lib/unlink-directory.c +++ b/src/lib/unlink-directory.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ /* There's a bit tricky race condition with recursive deletion. diff --git a/src/lib/unlink-old-files.c b/src/lib/unlink-old-files.c index cbac4fa90a..a3f3b14983 100644 --- a/src/lib/unlink-old-files.c +++ b/src/lib/unlink-old-files.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/uri-util.c b/src/lib/uri-util.c index 4e280cf6fe..2557e596b4 100644 --- a/src/lib/uri-util.c +++ b/src/lib/uri-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/utc-mktime.c b/src/lib/utc-mktime.c index 81ceed009c..fe2f6e99e2 100644 --- a/src/lib/utc-mktime.c +++ b/src/lib/utc-mktime.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-mktime.h" diff --git a/src/lib/utc-offset.c b/src/lib/utc-offset.c index 45e9398c18..422d8e2764 100644 --- a/src/lib/utc-offset.c +++ b/src/lib/utc-offset.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "utc-offset.h" diff --git a/src/lib/var-expand.c b/src/lib/var-expand.c index e8ad5e8602..04b07aa140 100644 --- a/src/lib/var-expand.c +++ b/src/lib/var-expand.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/write-full.c b/src/lib/write-full.c index 7e3c744ca9..b55d48ae4a 100644 --- a/src/lib/write-full.c +++ b/src/lib/write-full.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "write-full.h" diff --git a/src/lmtp/client.c b/src/lmtp/client.c index a1796eff78..b21ab91479 100644 --- a/src/lmtp/client.c +++ b/src/lmtp/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lmtp/commands.c b/src/lmtp/commands.c index bcfbe7dac7..16edd0d978 100644 --- a/src/lmtp/commands.c +++ b/src/lmtp/commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lmtp/lmtp-proxy.c b/src/lmtp/lmtp-proxy.c index dd5bb6a1fc..2f69909cf8 100644 --- a/src/lmtp/lmtp-proxy.c +++ b/src/lmtp/lmtp-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lmtp/lmtp-settings.c b/src/lmtp/lmtp-settings.c index a2d838ac94..0245560434 100644 --- a/src/lmtp/lmtp-settings.c +++ b/src/lmtp/lmtp-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lmtp/main.c b/src/lmtp/main.c index 7656ab3fa1..e40432fdc2 100644 --- a/src/lmtp/main.c +++ b/src/lmtp/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/log/doveadm-connection.c b/src/log/doveadm-connection.c index 7b0efab18c..3b332f9677 100644 --- a/src/log/doveadm-connection.c +++ b/src/log/doveadm-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ostream.h" diff --git a/src/log/log-connection.c b/src/log/log-connection.c index a11105ad1c..64faa8d9a4 100644 --- a/src/log/log-connection.c +++ b/src/log/log-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/log/log-error-buffer.c b/src/log/log-error-buffer.c index 7fb13d8521..0fedde71d9 100644 --- a/src/log/log-error-buffer.c +++ b/src/log/log-error-buffer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "log-error-buffer.h" diff --git a/src/log/log-settings.c b/src/log/log-settings.c index cc6ea46087..f85c35f7a8 100644 --- a/src/log/log-settings.c +++ b/src/log/log-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/log/main.c b/src/log/main.c index a506936bf1..6ce08d8305 100644 --- a/src/log/main.c +++ b/src/log/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/login-common/access-lookup.c b/src/login-common/access-lookup.c index ddc7e16e94..bc28eada6b 100644 --- a/src/login-common/access-lookup.c +++ b/src/login-common/access-lookup.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/login-common/client-common-auth.c b/src/login-common/client-common-auth.c index bc44a4f6b0..bdcd3b310f 100644 --- a/src/login-common/client-common-auth.c +++ b/src/login-common/client-common-auth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "hostpid.h" #include "login-common.h" diff --git a/src/login-common/client-common.c b/src/login-common/client-common.c index 333c433635..8b54e14d19 100644 --- a/src/login-common/client-common.c +++ b/src/login-common/client-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "hostpid.h" diff --git a/src/login-common/login-proxy-state.c b/src/login-common/login-proxy-state.c index fbc59bea12..716a9f692e 100644 --- a/src/login-common/login-proxy-state.c +++ b/src/login-common/login-proxy-state.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/login-common/login-proxy.c b/src/login-common/login-proxy.c index 00a268fd5b..1bef18517a 100644 --- a/src/login-common/login-proxy.c +++ b/src/login-common/login-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff --git a/src/login-common/login-settings.c b/src/login-common/login-settings.c index 7cc7d1b097..e391bc1e32 100644 --- a/src/login-common/login-settings.c +++ b/src/login-common/login-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "hostpid.h" diff --git a/src/login-common/main.c b/src/login-common/main.c index 0ab48cbcd4..9ac8df7c76 100644 --- a/src/login-common/main.c +++ b/src/login-common/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff --git a/src/login-common/sasl-server.c b/src/login-common/sasl-server.c index 96b378ae4f..7ed8d7acd3 100644 --- a/src/login-common/sasl-server.c +++ b/src/login-common/sasl-server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff --git a/src/login-common/ssl-proxy-gnutls.c b/src/login-common/ssl-proxy-gnutls.c index 58ec35a257..d447c796fb 100644 --- a/src/login-common/ssl-proxy-gnutls.c +++ b/src/login-common/ssl-proxy-gnutls.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff --git a/src/login-common/ssl-proxy-openssl.c b/src/login-common/ssl-proxy-openssl.c index 551e8e2bdf..272c67c43d 100644 --- a/src/login-common/ssl-proxy-openssl.c +++ b/src/login-common/ssl-proxy-openssl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "array.h" diff --git a/src/login-common/ssl-proxy.c b/src/login-common/ssl-proxy.c index 343e10a634..f8d5efeeff 100644 --- a/src/login-common/ssl-proxy.c +++ b/src/login-common/ssl-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ssl-proxy.h" diff --git a/src/master/capabilities-posix.c b/src/master/capabilities-posix.c index d59b35e008..e5e21b5923 100644 --- a/src/master/capabilities-posix.c +++ b/src/master/capabilities-posix.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "capabilities.h" diff --git a/src/master/dup2-array.c b/src/master/dup2-array.c index 1f73db2af7..7c3ff03837 100644 --- a/src/master/dup2-array.c +++ b/src/master/dup2-array.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/master/main.c b/src/master/main.c index 4c98b9f70b..d5177458e5 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/master/master-settings.c b/src/master/master-settings.c index 4beb97d332..c8f27355f0 100644 --- a/src/master/master-settings.c +++ b/src/master/master-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/service-anvil.c b/src/master/service-anvil.c index 7cdca6ac61..a552dab381 100644 --- a/src/master/service-anvil.c +++ b/src/master/service-anvil.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/master/service-listen.c b/src/master/service-listen.c index 37cdc917c8..af42c98169 100644 --- a/src/master/service-listen.c +++ b/src/master/service-listen.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/service-log.c b/src/master/service-log.c index 3c56805900..765be6980d 100644 --- a/src/master/service-log.c +++ b/src/master/service-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/service-monitor.c b/src/master/service-monitor.c index 2ccf4726b1..c4cbaea9e9 100644 --- a/src/master/service-monitor.c +++ b/src/master/service-monitor.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/service-process-notify.c b/src/master/service-process-notify.c index 52fd87573e..8f90f65878 100644 --- a/src/master/service-process-notify.c +++ b/src/master/service-process-notify.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/master/service-process.c b/src/master/service-process.c index 9286ec2760..bc10df1dcc 100644 --- a/src/master/service-process.c +++ b/src/master/service-process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/service.c b/src/master/service.c index 66c08eeec4..38f770389c 100644 --- a/src/master/service.c +++ b/src/master/service.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/plugins/acl/acl-api.c b/src/plugins/acl/acl-api.c index c38454f699..fd26655892 100644 --- a/src/plugins/acl/acl-api.c +++ b/src/plugins/acl/acl-api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/acl/acl-attributes.c b/src/plugins/acl/acl-attributes.c index 4d38e4d972..5e8e43471e 100644 --- a/src/plugins/acl/acl-attributes.c +++ b/src/plugins/acl/acl-attributes.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/plugins/acl/acl-backend-vfile-acllist.c b/src/plugins/acl/acl-backend-vfile-acllist.c index 0a86bb245e..73148abee7 100644 --- a/src/plugins/acl/acl-backend-vfile-acllist.c +++ b/src/plugins/acl/acl-backend-vfile-acllist.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/acl/acl-backend.c b/src/plugins/acl/acl-backend.c index 3e562a6785..29489a01b9 100644 --- a/src/plugins/acl/acl-backend.c +++ b/src/plugins/acl/acl-backend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hash.h" diff --git a/src/plugins/acl/acl-cache.c b/src/plugins/acl/acl-cache.c index 6b6171aeb8..3235d1f8e0 100644 --- a/src/plugins/acl/acl-cache.c +++ b/src/plugins/acl/acl-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/acl/acl-lookup-dict.c b/src/plugins/acl/acl-lookup-dict.c index 335d6e8e32..0f103a88a1 100644 --- a/src/plugins/acl/acl-lookup-dict.c +++ b/src/plugins/acl/acl-lookup-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/acl/acl-mailbox-list.c b/src/plugins/acl/acl-mailbox-list.c index 1a6d45d4a5..6df39541d0 100644 --- a/src/plugins/acl/acl-mailbox-list.c +++ b/src/plugins/acl/acl-mailbox-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/acl/acl-mailbox.c b/src/plugins/acl/acl-mailbox.c index 1630af5456..42bcaa38c1 100644 --- a/src/plugins/acl/acl-mailbox.c +++ b/src/plugins/acl/acl-mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ /* FIXME: If we don't have permission to change flags/keywords, the changes should still be stored temporarily for this session. However most clients diff --git a/src/plugins/acl/acl-plugin.c b/src/plugins/acl/acl-plugin.c index ab617bd986..22ad1dc504 100644 --- a/src/plugins/acl/acl-plugin.c +++ b/src/plugins/acl/acl-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mailbox-list-private.h" diff --git a/src/plugins/acl/acl-shared-storage.c b/src/plugins/acl/acl-shared-storage.c index a673718df5..e804a902ad 100644 --- a/src/plugins/acl/acl-shared-storage.c +++ b/src/plugins/acl/acl-shared-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/acl/acl-storage.c b/src/plugins/acl/acl-storage.c index 39af6be376..04d17cdd7c 100644 --- a/src/plugins/acl/acl-storage.c +++ b/src/plugins/acl/acl-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/acl/doveadm-acl.c b/src/plugins/acl/doveadm-acl.c index 5bfe66714f..125d907acd 100644 --- a/src/plugins/acl/doveadm-acl.c +++ b/src/plugins/acl/doveadm-acl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/plugins/autocreate/autocreate-plugin.c b/src/plugins/autocreate/autocreate-plugin.c index e63bd4fb26..b60f54a4b5 100644 --- a/src/plugins/autocreate/autocreate-plugin.c +++ b/src/plugins/autocreate/autocreate-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ /* FIXME: this plugin is only for backwards compatibility. log a warning in v2.2 about this and in later versions remove completely */ diff --git a/src/plugins/expire/doveadm-expire.c b/src/plugins/expire/doveadm-expire.c index 7acea1b9dc..c8761787d6 100644 --- a/src/plugins/expire/doveadm-expire.c +++ b/src/plugins/expire/doveadm-expire.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff --git a/src/plugins/expire/expire-plugin.c b/src/plugins/expire/expire-plugin.c index 846c197130..21e7e6f1f1 100644 --- a/src/plugins/expire/expire-plugin.c +++ b/src/plugins/expire/expire-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/expire/expire-set.c b/src/plugins/expire/expire-set.c index b80ed5637e..31f86beb95 100644 --- a/src/plugins/expire/expire-set.c +++ b/src/plugins/expire/expire-set.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts-lucene/doveadm-fts-lucene.c b/src/plugins/fts-lucene/doveadm-fts-lucene.c index 804b5d260a..a77abab937 100644 --- a/src/plugins/fts-lucene/doveadm-fts-lucene.c +++ b/src/plugins/fts-lucene/doveadm-fts-lucene.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "doveadm-dump.h" diff --git a/src/plugins/fts-lucene/fts-backend-lucene.c b/src/plugins/fts-lucene/fts-backend-lucene.c index ae69603dc6..fef5a43581 100644 --- a/src/plugins/fts-lucene/fts-backend-lucene.c +++ b/src/plugins/fts-lucene/fts-backend-lucene.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts-lucene/fts-lucene-plugin.c b/src/plugins/fts-lucene/fts-lucene-plugin.c index be5fcc9632..618e1b5c9c 100644 --- a/src/plugins/fts-lucene/fts-lucene-plugin.c +++ b/src/plugins/fts-lucene/fts-lucene-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "crc32.h" diff --git a/src/plugins/fts-solr/fts-backend-solr-old.c b/src/plugins/fts-solr/fts-backend-solr-old.c index 988184590f..716558e026 100644 --- a/src/plugins/fts-solr/fts-backend-solr-old.c +++ b/src/plugins/fts-solr/fts-backend-solr-old.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts-solr/fts-backend-solr.c b/src/plugins/fts-solr/fts-backend-solr.c index bd07224dee..6c6cdfd3c7 100644 --- a/src/plugins/fts-solr/fts-backend-solr.c +++ b/src/plugins/fts-solr/fts-backend-solr.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts-solr/fts-solr-plugin.c b/src/plugins/fts-solr/fts-solr-plugin.c index 24120c991f..bdeaa1b033 100644 --- a/src/plugins/fts-solr/fts-solr-plugin.c +++ b/src/plugins/fts-solr/fts-solr-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts-solr/solr-connection.c b/src/plugins/fts-solr/solr-connection.c index e0ec01625b..15cb1b6d5b 100644 --- a/src/plugins/fts-solr/solr-connection.c +++ b/src/plugins/fts-solr/solr-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts-squat/fts-backend-squat.c b/src/plugins/fts-squat/fts-backend-squat.c index 531d1584ba..8ec1cd01c0 100644 --- a/src/plugins/fts-squat/fts-backend-squat.c +++ b/src/plugins/fts-squat/fts-backend-squat.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts-squat/fts-squat-plugin.c b/src/plugins/fts-squat/fts-squat-plugin.c index fc5bdf3a88..9e250aca17 100644 --- a/src/plugins/fts-squat/fts-squat-plugin.c +++ b/src/plugins/fts-squat/fts-squat-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fts-squat-plugin.h" diff --git a/src/plugins/fts-squat/squat-test.c b/src/plugins/fts-squat/squat-test.c index 115c3d04eb..00d56fff5c 100644 --- a/src/plugins/fts-squat/squat-test.c +++ b/src/plugins/fts-squat/squat-test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts-squat/squat-trie.c b/src/plugins/fts-squat/squat-trie.c index d06b42c438..eaf8f157d0 100644 --- a/src/plugins/fts-squat/squat-trie.c +++ b/src/plugins/fts-squat/squat-trie.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts-squat/squat-uidlist.c b/src/plugins/fts-squat/squat-uidlist.c index 037ab7dfe4..91d49f8ff0 100644 --- a/src/plugins/fts-squat/squat-uidlist.c +++ b/src/plugins/fts-squat/squat-uidlist.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts/doveadm-dump-fts-expunge-log.c b/src/plugins/fts/doveadm-dump-fts-expunge-log.c index 4381dbeda2..85ca0067e8 100644 --- a/src/plugins/fts/doveadm-dump-fts-expunge-log.c +++ b/src/plugins/fts/doveadm-dump-fts-expunge-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/plugins/fts/doveadm-fts.c b/src/plugins/fts/doveadm-fts.c index e0d91b029a..2f9c82289b 100644 --- a/src/plugins/fts/doveadm-fts.c +++ b/src/plugins/fts/doveadm-fts.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff --git a/src/plugins/fts/fts-api.c b/src/plugins/fts/fts-api.c index 5c50bb96f3..0f8ffc6011 100644 --- a/src/plugins/fts/fts-api.c +++ b/src/plugins/fts/fts-api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts/fts-build-mail.c b/src/plugins/fts/fts-build-mail.c index 1c6b50ea5e..225fc0dffb 100644 --- a/src/plugins/fts/fts-build-mail.c +++ b/src/plugins/fts/fts-build-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/plugins/fts/fts-expunge-log.c b/src/plugins/fts/fts-expunge-log.c index 3a8ec4ca8c..d2417be40f 100644 --- a/src/plugins/fts/fts-expunge-log.c +++ b/src/plugins/fts/fts-expunge-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts/fts-indexer.c b/src/plugins/fts/fts-indexer.c index 1b000c070d..fcf4457192 100644 --- a/src/plugins/fts/fts-indexer.c +++ b/src/plugins/fts/fts-indexer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/fts/fts-parser-html.c b/src/plugins/fts/fts-parser-html.c index c322a2e28c..617c1795c1 100644 --- a/src/plugins/fts/fts-parser-html.c +++ b/src/plugins/fts/fts-parser-html.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/plugins/fts/fts-parser-script.c b/src/plugins/fts/fts-parser-script.c index a722f3b25b..54a8bce784 100644 --- a/src/plugins/fts/fts-parser-script.c +++ b/src/plugins/fts/fts-parser-script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/plugins/fts/fts-parser.c b/src/plugins/fts/fts-parser.c index e21b568765..69f778a443 100644 --- a/src/plugins/fts/fts-parser.c +++ b/src/plugins/fts/fts-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/plugins/fts/fts-plugin.c b/src/plugins/fts/fts-plugin.c index 70413ead68..07f3e473ee 100644 --- a/src/plugins/fts/fts-plugin.c +++ b/src/plugins/fts/fts-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-hooks.h" diff --git a/src/plugins/fts/fts-search-serialize.c b/src/plugins/fts/fts-search-serialize.c index e90e8bc41c..807b35f00b 100644 --- a/src/plugins/fts/fts-search-serialize.c +++ b/src/plugins/fts/fts-search-serialize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/plugins/fts/fts-search.c b/src/plugins/fts/fts-search.c index 0918febd96..fc7c8a9f4c 100644 --- a/src/plugins/fts/fts-search.c +++ b/src/plugins/fts/fts-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts/fts-storage.c b/src/plugins/fts/fts-storage.c index 4442fde5f6..e3634bd9dd 100644 --- a/src/plugins/fts/fts-storage.c +++ b/src/plugins/fts/fts-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts/xml2text.c b/src/plugins/fts/xml2text.c index 3bd834b911..98c748374a 100644 --- a/src/plugins/fts/xml2text.c +++ b/src/plugins/fts/xml2text.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "message-parser.h" diff --git a/src/plugins/imap-acl/imap-acl-plugin.c b/src/plugins/imap-acl/imap-acl-plugin.c index a56c038956..c1b2858d4f 100644 --- a/src/plugins/imap-acl/imap-acl-plugin.c +++ b/src/plugins/imap-acl/imap-acl-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/plugins/imap-quota/imap-quota-plugin.c b/src/plugins/imap-quota/imap-quota-plugin.c index 8ca4629281..7b2402044e 100644 --- a/src/plugins/imap-quota/imap-quota-plugin.c +++ b/src/plugins/imap-quota/imap-quota-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/plugins/imap-stats/imap-stats-plugin.c b/src/plugins/imap-stats/imap-stats-plugin.c index 39d457b475..8dc26b54d8 100644 --- a/src/plugins/imap-stats/imap-stats-plugin.c +++ b/src/plugins/imap-stats/imap-stats-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/plugins/imap-zlib/imap-zlib-plugin.c b/src/plugins/imap-zlib/imap-zlib-plugin.c index a16314b9ac..48852ab9cb 100644 --- a/src/plugins/imap-zlib/imap-zlib-plugin.c +++ b/src/plugins/imap-zlib/imap-zlib-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/plugins/lazy-expunge/lazy-expunge-plugin.c b/src/plugins/lazy-expunge/lazy-expunge-plugin.c index ec57055c17..160db6b0ab 100644 --- a/src/plugins/lazy-expunge/lazy-expunge-plugin.c +++ b/src/plugins/lazy-expunge/lazy-expunge-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/listescape/listescape-plugin.c b/src/plugins/listescape/listescape-plugin.c index 98ee3ad1b5..45e5e12c7d 100644 --- a/src/plugins/listescape/listescape-plugin.c +++ b/src/plugins/listescape/listescape-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-hooks.h" diff --git a/src/plugins/mail-filter/istream-ext-filter.c b/src/plugins/mail-filter/istream-ext-filter.c index 9c2f260241..835f3cb6f6 100644 --- a/src/plugins/mail-filter/istream-ext-filter.c +++ b/src/plugins/mail-filter/istream-ext-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/plugins/mail-filter/mail-filter-plugin.c b/src/plugins/mail-filter/mail-filter-plugin.c index b20e5ba961..5a7ef2effa 100644 --- a/src/plugins/mail-filter/mail-filter-plugin.c +++ b/src/plugins/mail-filter/mail-filter-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/mail-filter/ostream-ext-filter.c b/src/plugins/mail-filter/ostream-ext-filter.c index d0bbd1ec10..f51a59451e 100644 --- a/src/plugins/mail-filter/ostream-ext-filter.c +++ b/src/plugins/mail-filter/ostream-ext-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/plugins/mail-log/mail-log-plugin.c b/src/plugins/mail-log/mail-log-plugin.c index e199da6f40..bd974f9211 100644 --- a/src/plugins/mail-log/mail-log-plugin.c +++ b/src/plugins/mail-log/mail-log-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/mailbox-alias/mailbox-alias-plugin.c b/src/plugins/mailbox-alias/mailbox-alias-plugin.c index b1e51775d5..bec36dde03 100644 --- a/src/plugins/mailbox-alias/mailbox-alias-plugin.c +++ b/src/plugins/mailbox-alias/mailbox-alias-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/plugins/notify/notify-plugin.c b/src/plugins/notify/notify-plugin.c index 666cbdc004..b8ebf3d692 100644 --- a/src/plugins/notify/notify-plugin.c +++ b/src/plugins/notify/notify-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/plugins/notify/notify-storage.c b/src/plugins/notify/notify-storage.c index 91339d3560..852f7e4dd7 100644 --- a/src/plugins/notify/notify-storage.c +++ b/src/plugins/notify/notify-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/pop3-migration/pop3-migration-plugin.c b/src/plugins/pop3-migration/pop3-migration-plugin.c index 718a0efe65..70d73dfc6d 100644 --- a/src/plugins/pop3-migration/pop3-migration-plugin.c +++ b/src/plugins/pop3-migration/pop3-migration-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/quota/doveadm-quota.c b/src/plugins/quota/doveadm-quota.c index d79e87266e..eea5356716 100644 --- a/src/plugins/quota/doveadm-quota.c +++ b/src/plugins/quota/doveadm-quota.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "module-dir.h" diff --git a/src/plugins/quota/quota-count.c b/src/plugins/quota/quota-count.c index 2bc50007b2..1768c7f396 100644 --- a/src/plugins/quota/quota-count.c +++ b/src/plugins/quota/quota-count.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/quota/quota-dict.c b/src/plugins/quota/quota-dict.c index 0f1577d74a..907c6e04dd 100644 --- a/src/plugins/quota/quota-dict.c +++ b/src/plugins/quota/quota-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/plugins/quota/quota-dirsize.c b/src/plugins/quota/quota-dirsize.c index 3c945175a1..a33ca28ca6 100644 --- a/src/plugins/quota/quota-dirsize.c +++ b/src/plugins/quota/quota-dirsize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ /* Quota reporting based on simply summing sizes of all files in mailbox together. */ diff --git a/src/plugins/quota/quota-fs.c b/src/plugins/quota/quota-fs.c index 6ad4373a92..f61d9b5c1e 100644 --- a/src/plugins/quota/quota-fs.c +++ b/src/plugins/quota/quota-fs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ /* Only for reporting filesystem quota */ diff --git a/src/plugins/quota/quota-maildir.c b/src/plugins/quota/quota-maildir.c index 32274bb549..db2a3ce617 100644 --- a/src/plugins/quota/quota-maildir.c +++ b/src/plugins/quota/quota-maildir.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/quota/quota-plugin.c b/src/plugins/quota/quota-plugin.c index 4c57ac09c7..ce7fe2da53 100644 --- a/src/plugins/quota/quota-plugin.c +++ b/src/plugins/quota/quota-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-user.h" diff --git a/src/plugins/quota/quota-status.c b/src/plugins/quota/quota-status.c index bce000b8e7..462e40413a 100644 --- a/src/plugins/quota/quota-status.c +++ b/src/plugins/quota/quota-status.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ostream.h" diff --git a/src/plugins/quota/quota-storage.c b/src/plugins/quota/quota-storage.c index 573d7efeec..6140219628 100644 --- a/src/plugins/quota/quota-storage.c +++ b/src/plugins/quota/quota-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/quota/quota.c b/src/plugins/quota/quota.c index 79f398e61f..5d704124a8 100644 --- a/src/plugins/quota/quota.c +++ b/src/plugins/quota/quota.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/replication/replication-plugin.c b/src/plugins/replication/replication-plugin.c index 043a1f1534..673dec2da2 100644 --- a/src/plugins/replication/replication-plugin.c +++ b/src/plugins/replication/replication-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/snarf/snarf-plugin.c b/src/plugins/snarf/snarf-plugin.c index 5a2b05fc32..7074e07cb2 100644 --- a/src/plugins/snarf/snarf-plugin.c +++ b/src/plugins/snarf/snarf-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/stats/stats-connection.c b/src/plugins/stats/stats-connection.c index 9560cc4862..610aeb4b0e 100644 --- a/src/plugins/stats/stats-connection.c +++ b/src/plugins/stats/stats-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/plugins/stats/stats-plugin.c b/src/plugins/stats/stats-plugin.c index d9890c9f43..6f1b2c6a3d 100644 --- a/src/plugins/stats/stats-plugin.c +++ b/src/plugins/stats/stats-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/trash/trash-plugin.c b/src/plugins/trash/trash-plugin.c index 7c4b9e4bbb..ceca4cb116 100644 --- a/src/plugins/trash/trash-plugin.c +++ b/src/plugins/trash/trash-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/virtual/virtual-config.c b/src/plugins/virtual/virtual-config.c index a6e656ccd7..189d9b22a0 100644 --- a/src/plugins/virtual/virtual-config.c +++ b/src/plugins/virtual/virtual-config.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/virtual/virtual-mail.c b/src/plugins/virtual/virtual-mail.c index 23418e1449..f7e184a590 100644 --- a/src/plugins/virtual/virtual-mail.c +++ b/src/plugins/virtual/virtual-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/virtual/virtual-plugin.c b/src/plugins/virtual/virtual-plugin.c index 949549057a..a52a32182c 100644 --- a/src/plugins/virtual/virtual-plugin.c +++ b/src/plugins/virtual/virtual-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff --git a/src/plugins/virtual/virtual-save.c b/src/plugins/virtual/virtual-save.c index b2d2d408c6..f858fadf12 100644 --- a/src/plugins/virtual/virtual-save.c +++ b/src/plugins/virtual/virtual-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/virtual/virtual-search.c b/src/plugins/virtual/virtual-search.c index 767a3aed6c..5e1fae29a4 100644 --- a/src/plugins/virtual/virtual-search.c +++ b/src/plugins/virtual/virtual-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/virtual/virtual-storage.c b/src/plugins/virtual/virtual-storage.c index 662a40f1f2..d8e023e465 100644 --- a/src/plugins/virtual/virtual-storage.c +++ b/src/plugins/virtual/virtual-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/virtual/virtual-sync.c b/src/plugins/virtual/virtual-sync.c index 63c6629b49..e56558520e 100644 --- a/src/plugins/virtual/virtual-sync.c +++ b/src/plugins/virtual/virtual-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/virtual/virtual-transaction.c b/src/plugins/virtual/virtual-transaction.c index 82716f483b..fa9e633dfd 100644 --- a/src/plugins/virtual/virtual-transaction.c +++ b/src/plugins/virtual/virtual-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/zlib/zlib-plugin.c b/src/plugins/zlib/zlib-plugin.c index 4b1a41ec4d..ef882394a6 100644 --- a/src/plugins/zlib/zlib-plugin.c +++ b/src/plugins/zlib/zlib-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/pop3-login/client-authenticate.c b/src/pop3-login/client-authenticate.c index 31a7e274da..208d806b62 100644 --- a/src/pop3-login/client-authenticate.c +++ b/src/pop3-login/client-authenticate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff --git a/src/pop3-login/client.c b/src/pop3-login/client.c index 3138b6f138..59644d8b77 100644 --- a/src/pop3-login/client.c +++ b/src/pop3-login/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "base64.h" diff --git a/src/pop3-login/pop3-login-settings.c b/src/pop3-login/pop3-login-settings.c index 584e508559..9fab6a3ccd 100644 --- a/src/pop3-login/pop3-login-settings.c +++ b/src/pop3-login/pop3-login-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/pop3-login/pop3-proxy.c b/src/pop3-login/pop3-proxy.c index cd07b20ae2..f50d556e81 100644 --- a/src/pop3-login/pop3-proxy.c +++ b/src/pop3-login/pop3-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2014 Dovecot authors, see the included COPYING file */ #include "login-common.h" #include "ioloop.h" diff --git a/src/pop3/main.c b/src/pop3/main.c index a5e03308a7..3e7235d504 100644 --- a/src/pop3/main.c +++ b/src/pop3/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "pop3-common.h" #include "ioloop.h" diff --git a/src/pop3/pop3-client.c b/src/pop3/pop3-client.c index 688ccaba5a..b2596e0754 100644 --- a/src/pop3/pop3-client.c +++ b/src/pop3/pop3-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "pop3-common.h" #include "array.h" diff --git a/src/pop3/pop3-commands.c b/src/pop3/pop3-commands.c index a6f5081131..9d15f696c9 100644 --- a/src/pop3/pop3-commands.c +++ b/src/pop3/pop3-commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "pop3-common.h" #include "array.h" diff --git a/src/pop3/pop3-settings.c b/src/pop3/pop3-settings.c index d9dc69af5b..7b0aa554d9 100644 --- a/src/pop3/pop3-settings.c +++ b/src/pop3/pop3-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/replication/aggregator/aggregator-settings.c b/src/replication/aggregator/aggregator-settings.c index 80266a4c39..b9fc75d959 100644 --- a/src/replication/aggregator/aggregator-settings.c +++ b/src/replication/aggregator/aggregator-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/replication/aggregator/aggregator.c b/src/replication/aggregator/aggregator.c index 96a38ab5f9..051a8df4b2 100644 --- a/src/replication/aggregator/aggregator.c +++ b/src/replication/aggregator/aggregator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff --git a/src/replication/aggregator/notify-connection.c b/src/replication/aggregator/notify-connection.c index 11ad4120d9..a87aefc901 100644 --- a/src/replication/aggregator/notify-connection.c +++ b/src/replication/aggregator/notify-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/replication/aggregator/replicator-connection.c b/src/replication/aggregator/replicator-connection.c index fc417dd5b3..8f3606cdbb 100644 --- a/src/replication/aggregator/replicator-connection.c +++ b/src/replication/aggregator/replicator-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/replication/replicator/doveadm-connection.c b/src/replication/replicator/doveadm-connection.c index 46c44e17e6..7f0127b430 100644 --- a/src/replication/replicator/doveadm-connection.c +++ b/src/replication/replicator/doveadm-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "connection.h" diff --git a/src/replication/replicator/dsync-client.c b/src/replication/replicator/dsync-client.c index b36741e5f5..85025b215b 100644 --- a/src/replication/replicator/dsync-client.c +++ b/src/replication/replicator/dsync-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/replication/replicator/notify-connection.c b/src/replication/replicator/notify-connection.c index f4960908af..7302a6b168 100644 --- a/src/replication/replicator/notify-connection.c +++ b/src/replication/replicator/notify-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/replication/replicator/replicator-brain.c b/src/replication/replicator/replicator-brain.c index 12fc6ebbd7..baa84298c3 100644 --- a/src/replication/replicator/replicator-brain.c +++ b/src/replication/replicator/replicator-brain.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/replication/replicator/replicator-queue.c b/src/replication/replicator/replicator-queue.c index 610a64e2e8..0c847cb977 100644 --- a/src/replication/replicator/replicator-queue.c +++ b/src/replication/replicator/replicator-queue.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/replication/replicator/replicator-settings.c b/src/replication/replicator/replicator-settings.c index 3115350f1f..e417fcf6eb 100644 --- a/src/replication/replicator/replicator-settings.c +++ b/src/replication/replicator/replicator-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/replication/replicator/replicator.c b/src/replication/replicator/replicator.c index 2d680d0bf6..5f851c7a7b 100644 --- a/src/replication/replicator/replicator.c +++ b/src/replication/replicator/replicator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2013-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/ssl-params/main.c b/src/ssl-params/main.c index 453f3876db..612ab3b914 100644 --- a/src/ssl-params/main.c +++ b/src/ssl-params/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/ssl-params/ssl-params-openssl.c b/src/ssl-params/ssl-params-openssl.c index af0cd1f8f5..38392d8553 100644 --- a/src/ssl-params/ssl-params-openssl.c +++ b/src/ssl-params/ssl-params-openssl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "write-full.h" diff --git a/src/ssl-params/ssl-params-settings.c b/src/ssl-params/ssl-params-settings.c index 42cc210f4e..7822413199 100644 --- a/src/ssl-params/ssl-params-settings.c +++ b/src/ssl-params/ssl-params-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/ssl-params/ssl-params.c b/src/ssl-params/ssl-params.c index e19d16ad6f..0761be4621 100644 --- a/src/ssl-params/ssl-params.c +++ b/src/ssl-params/ssl-params.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/stats/client-export.c b/src/stats/client-export.c index 08befeef87..c7a7ca84f1 100644 --- a/src/stats/client-export.c +++ b/src/stats/client-export.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "net.h" diff --git a/src/stats/client.c b/src/stats/client.c index ce3bf77b94..498d012fd5 100644 --- a/src/stats/client.c +++ b/src/stats/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "llist.h" diff --git a/src/stats/global-memory.c b/src/stats/global-memory.c index ba9b82bb7f..aebff5527d 100644 --- a/src/stats/global-memory.c +++ b/src/stats/global-memory.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-command.h" diff --git a/src/stats/mail-command.c b/src/stats/mail-command.c index 633b6ab3b3..706d5df50c 100644 --- a/src/stats/mail-command.c +++ b/src/stats/mail-command.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/stats/mail-domain.c b/src/stats/mail-domain.c index d4836b1062..dbde7f4832 100644 --- a/src/stats/mail-domain.c +++ b/src/stats/mail-domain.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/stats/mail-ip.c b/src/stats/mail-ip.c index 655f940462..0081f36bc2 100644 --- a/src/stats/mail-ip.c +++ b/src/stats/mail-ip.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/stats/mail-server-connection.c b/src/stats/mail-server-connection.c index 26f612d83d..2700c8faae 100644 --- a/src/stats/mail-server-connection.c +++ b/src/stats/mail-server-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "strescape.h" diff --git a/src/stats/mail-session.c b/src/stats/mail-session.c index 29e58b5101..a762bd76f7 100644 --- a/src/stats/mail-session.c +++ b/src/stats/mail-session.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/stats/mail-stats.c b/src/stats/mail-stats.c index 8af0578f40..f4fe84f037 100644 --- a/src/stats/mail-stats.c +++ b/src/stats/mail-stats.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "time-util.h" diff --git a/src/stats/mail-user.c b/src/stats/mail-user.c index 2b8eda03e3..de1343ebe7 100644 --- a/src/stats/mail-user.c +++ b/src/stats/mail-user.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/stats/main.c b/src/stats/main.c index 72007b88c0..4d0757841e 100644 --- a/src/stats/main.c +++ b/src/stats/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2011-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff --git a/src/stats/stats-settings.c b/src/stats/stats-settings.c index 2702e830dc..c00936549e 100644 --- a/src/stats/stats-settings.c +++ b/src/stats/stats-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/util/gdbhelper.c b/src/util/gdbhelper.c index e20ef84485..3556b31555 100644 --- a/src/util/gdbhelper.c +++ b/src/util/gdbhelper.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/util/maildirlock.c b/src/util/maildirlock.c index 9c411a4abe..79abd8c3e2 100644 --- a/src/util/maildirlock.c +++ b/src/util/maildirlock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/util/rawlog.c b/src/util/rawlog.c index d17b2ac3eb..8477750be4 100644 --- a/src/util/rawlog.c +++ b/src/util/rawlog.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/util/script-login.c b/src/util/script-login.c index 1bdddb3948..2c72bff6cb 100644 --- a/src/util/script-login.c +++ b/src/util/script-login.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2009-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2009-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "env-util.h" diff --git a/src/util/script.c b/src/util/script.c index eac3e883ed..0e0668344f 100644 --- a/src/util/script.c +++ b/src/util/script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/util/tcpwrap-settings.c b/src/util/tcpwrap-settings.c index eb02db9ed1..32df382cbd 100644 --- a/src/util/tcpwrap-settings.c +++ b/src/util/tcpwrap-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/util/tcpwrap.c b/src/util/tcpwrap.c index 0ccf64a2e8..51b9851bcf 100644 --- a/src/util/tcpwrap.c +++ b/src/util/tcpwrap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2010-2014 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h"