From: Timo Sirainen Date: Tue, 6 Jan 2009 14:25:38 +0000 (-0500) Subject: Updated copyright notices to include year 2009. X-Git-Tag: 1.2.beta1~153 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=45312f52ff3a3d4c137447be4c7556500c2f8bf2;p=thirdparty%2Fdovecot%2Fcore.git Updated copyright notices to include year 2009. --HG-- branch : HEAD --- diff --git a/src/auth/auth-cache.c b/src/auth/auth-cache.c index 9862d7f6d8..4e9b4e44fb 100644 --- a/src/auth/auth-cache.c +++ b/src/auth/auth-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "lib-signals.h" diff --git a/src/auth/auth-client-connection.c b/src/auth/auth-client-connection.c index ed8fabbfe5..f6f53b9a02 100644 --- a/src/auth/auth-client-connection.c +++ b/src/auth/auth-client-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/auth/auth-master-connection.c b/src/auth/auth-master-connection.c index 2601dc5a55..0cee5fb746 100644 --- a/src/auth/auth-master-connection.c +++ b/src/auth/auth-master-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/auth/auth-master-listener.c b/src/auth/auth-master-listener.c index 0d6b82c947..abb9049318 100644 --- a/src/auth/auth-master-listener.c +++ b/src/auth/auth-master-listener.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/auth/auth-request-handler.c b/src/auth/auth-request-handler.c index 2f1aa7a54c..37d7724d5b 100644 --- a/src/auth/auth-request-handler.c +++ b/src/auth/auth-request-handler.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/auth/auth-request.c b/src/auth/auth-request.c index b32a0db02d..a87e52159c 100644 --- a/src/auth/auth-request.c +++ b/src/auth/auth-request.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/auth/auth-stream.c b/src/auth/auth-stream.c index 93bb9f745f..d9f64b0f63 100644 --- a/src/auth/auth-stream.c +++ b/src/auth/auth-stream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "str.h" diff --git a/src/auth/auth-worker-client.c b/src/auth/auth-worker-client.c index 26f54eaa66..fdff0fc4bf 100644 --- a/src/auth/auth-worker-client.c +++ b/src/auth/auth-worker-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "base64.h" diff --git a/src/auth/auth-worker-server.c b/src/auth/auth-worker-server.c index f52fffaa36..ef0cbd2af2 100644 --- a/src/auth/auth-worker-server.c +++ b/src/auth/auth-worker-server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/auth/auth.c b/src/auth/auth.c index 288889d7d5..d437b2aa7e 100644 --- a/src/auth/auth.c +++ b/src/auth/auth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "network.h" diff --git a/src/auth/db-checkpassword.c b/src/auth/db-checkpassword.c index 7256d0585f..37531a5e68 100644 --- a/src/auth/db-checkpassword.c +++ b/src/auth/db-checkpassword.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" diff --git a/src/auth/db-ldap.c b/src/auth/db-ldap.c index 95e97a0d14..8d5c61f423 100644 --- a/src/auth/db-ldap.c +++ b/src/auth/db-ldap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "common.h" diff --git a/src/auth/db-passwd-file.c b/src/auth/db-passwd-file.c index 5ca6bc69e6..370bc1c5f1 100644 --- a/src/auth/db-passwd-file.c +++ b/src/auth/db-passwd-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" diff --git a/src/auth/db-sql.c b/src/auth/db-sql.c index b1b5f6bb0c..9a378794fb 100644 --- a/src/auth/db-sql.c +++ b/src/auth/db-sql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "common.h" diff --git a/src/auth/main.c b/src/auth/main.c index 5bb6b88d27..ea49f05f05 100644 --- a/src/auth/main.c +++ b/src/auth/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "buffer.h" diff --git a/src/auth/mech-anonymous.c b/src/auth/mech-anonymous.c index 97c26f49d7..ea643e6a59 100644 --- a/src/auth/mech-anonymous.c +++ b/src/auth/mech-anonymous.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "mech.h" diff --git a/src/auth/mech-cram-md5.c b/src/auth/mech-cram-md5.c index 6bf9a27ab7..165e86f08b 100644 --- a/src/auth/mech-cram-md5.c +++ b/src/auth/mech-cram-md5.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 fded60bd85..58ae8431e3 100644 --- a/src/auth/mech-digest-md5.c +++ b/src/auth/mech-digest-md5.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ /* Digest-MD5 SASL authentication, see RFC-2831 */ diff --git a/src/auth/mech-plain.c b/src/auth/mech-plain.c index 2f817b4733..e49b86794d 100644 --- a/src/auth/mech-plain.c +++ b/src/auth/mech-plain.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "safe-memset.h" diff --git a/src/auth/mech.c b/src/auth/mech.c index f1dc784751..16fbee419a 100644 --- a/src/auth/mech.c +++ b/src/auth/mech.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/auth/passdb-blocking.c b/src/auth/passdb-blocking.c index b23209ea5a..ac5681b36a 100644 --- a/src/auth/passdb-blocking.c +++ b/src/auth/passdb-blocking.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "str.h" diff --git a/src/auth/passdb-bsdauth.c b/src/auth/passdb-bsdauth.c index 9661944820..cd35dac906 100644 --- a/src/auth/passdb-bsdauth.c +++ b/src/auth/passdb-bsdauth.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "passdb.h" diff --git a/src/auth/passdb-cache.c b/src/auth/passdb-cache.c index efb404335c..5b3bbb307c 100644 --- a/src/auth/passdb-cache.c +++ b/src/auth/passdb-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "password-scheme.h" diff --git a/src/auth/passdb-checkpassword.c b/src/auth/passdb-checkpassword.c index 946a54675a..d5eec548b9 100644 --- a/src/auth/passdb-checkpassword.c +++ b/src/auth/passdb-checkpassword.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "passdb.h" diff --git a/src/auth/passdb-ldap.c b/src/auth/passdb-ldap.c index e980ac15be..08a6c9d428 100644 --- a/src/auth/passdb-ldap.c +++ b/src/auth/passdb-ldap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "passdb.h" diff --git a/src/auth/passdb-passwd-file.c b/src/auth/passdb-passwd-file.c index 4d591e4295..8c789c861f 100644 --- a/src/auth/passdb-passwd-file.c +++ b/src/auth/passdb-passwd-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "passdb.h" diff --git a/src/auth/passdb-passwd.c b/src/auth/passdb-passwd.c index 61ebe7c899..fee8e56861 100644 --- a/src/auth/passdb-passwd.c +++ b/src/auth/passdb-passwd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "passdb.h" diff --git a/src/auth/passdb-shadow.c b/src/auth/passdb-shadow.c index 399fb9d8b7..96d1b54a3d 100644 --- a/src/auth/passdb-shadow.c +++ b/src/auth/passdb-shadow.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "passdb.h" diff --git a/src/auth/passdb-sql.c b/src/auth/passdb-sql.c index c40f0937ca..4ee00d064e 100644 --- a/src/auth/passdb-sql.c +++ b/src/auth/passdb-sql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "passdb.h" diff --git a/src/auth/passdb-vpopmail.c b/src/auth/passdb-vpopmail.c index d8e9b265ec..86d38ade27 100644 --- a/src/auth/passdb-vpopmail.c +++ b/src/auth/passdb-vpopmail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 edf9de0624..898c8b38aa 100644 --- a/src/auth/passdb.c +++ b/src/auth/passdb.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/auth/password-scheme.c b/src/auth/password-scheme.c index 2a0dca42c3..2dbb5dba84 100644 --- a/src/auth/password-scheme.c +++ b/src/auth/password-scheme.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 c746fb4fdc..951168fde6 100644 --- a/src/auth/userdb-blocking.c +++ b/src/auth/userdb-blocking.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "str.h" diff --git a/src/auth/userdb-checkpassword.c b/src/auth/userdb-checkpassword.c index 5f65213109..6a07a1ea06 100644 --- a/src/auth/userdb-checkpassword.c +++ b/src/auth/userdb-checkpassword.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "userdb.h" diff --git a/src/auth/userdb-ldap.c b/src/auth/userdb-ldap.c index 7c8d6cab41..02dc4eea95 100644 --- a/src/auth/userdb-ldap.c +++ b/src/auth/userdb-ldap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "userdb.h" diff --git a/src/auth/userdb-nss.c b/src/auth/userdb-nss.c index 1144063853..16e84abadf 100644 --- a/src/auth/userdb-nss.c +++ b/src/auth/userdb-nss.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 5e2635a9d3..501eae0da9 100644 --- a/src/auth/userdb-passwd-file.c +++ b/src/auth/userdb-passwd-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "userdb.h" diff --git a/src/auth/userdb-passwd.c b/src/auth/userdb-passwd.c index 3720c7006b..e801daf94d 100644 --- a/src/auth/userdb-passwd.c +++ b/src/auth/userdb-passwd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "userdb.h" diff --git a/src/auth/userdb-prefetch.c b/src/auth/userdb-prefetch.c index fb122ee796..61bda31cdc 100644 --- a/src/auth/userdb-prefetch.c +++ b/src/auth/userdb-prefetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "userdb.h" diff --git a/src/auth/userdb-sql.c b/src/auth/userdb-sql.c index 59401b9025..1e2f15aef5 100644 --- a/src/auth/userdb-sql.c +++ b/src/auth/userdb-sql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "userdb.h" diff --git a/src/auth/userdb-static.c b/src/auth/userdb-static.c index 90d6507015..0f3e8d23ca 100644 --- a/src/auth/userdb-static.c +++ b/src/auth/userdb-static.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "common.h" diff --git a/src/auth/userdb-vpopmail.c b/src/auth/userdb-vpopmail.c index 282ee1cb4c..5da4f34341 100644 --- a/src/auth/userdb-vpopmail.c +++ b/src/auth/userdb-vpopmail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 382a10a91a..dffcfdaed1 100644 --- a/src/auth/userdb.c +++ b/src/auth/userdb.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/deliver/auth-client.c b/src/deliver/auth-client.c index eec24d46e7..d5425e3fab 100644 --- a/src/deliver/auth-client.c +++ b/src/deliver/auth-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/deliver/deliver.c b/src/deliver/deliver.c index d2f65d20c7..d96417945b 100644 --- a/src/deliver/deliver.c +++ b/src/deliver/deliver.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ /* This is getting pretty horrible. Especially the config file parsing. Dovecot v2.0 should have a config file handling process which should help diff --git a/src/deliver/duplicate.c b/src/deliver/duplicate.c index 3a46469f8a..f05e7fc616 100644 --- a/src/deliver/duplicate.c +++ b/src/deliver/duplicate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/deliver/mail-send.c b/src/deliver/mail-send.c index e767c7b978..bd32cd0409 100644 --- a/src/deliver/mail-send.c +++ b/src/deliver/mail-send.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/deliver/smtp-client.c b/src/deliver/smtp-client.c index f2a217a290..4cb89f6fe8 100644 --- a/src/deliver/smtp-client.c +++ b/src/deliver/smtp-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "deliver.h" diff --git a/src/dict/dict-server.c b/src/dict/dict-server.c index 81391564e7..975c6ff3b2 100644 --- a/src/dict/dict-server.c +++ b/src/dict/dict-server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/dict/main.c b/src/dict/main.c index e2b78145c4..55429a79eb 100644 --- a/src/dict/main.c +++ b/src/dict/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/imap-login/client-authenticate.c b/src/imap-login/client-authenticate.c index fc22a8e7f4..c4b079a1ea 100644 --- a/src/imap-login/client-authenticate.c +++ b/src/imap-login/client-authenticate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "base64.h" diff --git a/src/imap-login/client.c b/src/imap-login/client.c index 46d6f622eb..3e8a1e8adc 100644 --- a/src/imap-login/client.c +++ b/src/imap-login/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "buffer.h" diff --git a/src/imap-login/imap-proxy.c b/src/imap-login/imap-proxy.c index 8b7395697c..eda3fa65d3 100644 --- a/src/imap-login/imap-proxy.c +++ b/src/imap-login/imap-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/imap/client.c b/src/imap/client.c index e8b67231e5..d579c7c546 100644 --- a/src/imap/client.c +++ b/src/imap/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/imap/cmd-append.c b/src/imap/cmd-append.c index 88ccf1194d..8eb245a990 100644 --- a/src/imap/cmd-append.c +++ b/src/imap/cmd-append.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/imap/cmd-cancelupdate.c b/src/imap/cmd-cancelupdate.c index 8b69bdca8f..aadbeb7ba0 100644 --- a/src/imap/cmd-cancelupdate.c +++ b/src/imap/cmd-cancelupdate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-capability.c b/src/imap/cmd-capability.c index f4b7724404..3351399f3c 100644 --- a/src/imap/cmd-capability.c +++ b/src/imap/cmd-capability.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-check.c b/src/imap/cmd-check.c index b7ad1af442..8da52593f0 100644 --- a/src/imap/cmd-check.c +++ b/src/imap/cmd-check.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-close.c b/src/imap/cmd-close.c index 6815799c1b..8b73f3b51a 100644 --- a/src/imap/cmd-close.c +++ b/src/imap/cmd-close.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-copy.c b/src/imap/cmd-copy.c index 22c366e56d..d48586e131 100644 --- a/src/imap/cmd-copy.c +++ b/src/imap/cmd-copy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "str.h" diff --git a/src/imap/cmd-create.c b/src/imap/cmd-create.c index 357f34c275..16ec4b0c22 100644 --- a/src/imap/cmd-create.c +++ b/src/imap/cmd-create.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "mail-namespace.h" diff --git a/src/imap/cmd-delete.c b/src/imap/cmd-delete.c index b961c9e609..cd6746c9bb 100644 --- a/src/imap/cmd-delete.c +++ b/src/imap/cmd-delete.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-enable.c b/src/imap/cmd-enable.c index 78bdec186e..acdc7504e5 100644 --- a/src/imap/cmd-enable.c +++ b/src/imap/cmd-enable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "str.h" diff --git a/src/imap/cmd-examine.c b/src/imap/cmd-examine.c index 089d805570..ab39536624 100644 --- a/src/imap/cmd-examine.c +++ b/src/imap/cmd-examine.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-expunge.c b/src/imap/cmd-expunge.c index 16ede93f68..6b9a9cd196 100644 --- a/src/imap/cmd-expunge.c +++ b/src/imap/cmd-expunge.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-fetch.c b/src/imap/cmd-fetch.c index eeb02f870a..22f649af48 100644 --- a/src/imap/cmd-fetch.c +++ b/src/imap/cmd-fetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ostream.h" diff --git a/src/imap/cmd-id.c b/src/imap/cmd-id.c index fe205643b4..b7150490cb 100644 --- a/src/imap/cmd-id.c +++ b/src/imap/cmd-id.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "imap-id.h" diff --git a/src/imap/cmd-idle.c b/src/imap/cmd-idle.c index 594ccac3d8..ce08764e2a 100644 --- a/src/imap/cmd-idle.c +++ b/src/imap/cmd-idle.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/imap/cmd-list.c b/src/imap/cmd-list.c index 7555d75296..a978d83fb6 100644 --- a/src/imap/cmd-list.c +++ b/src/imap/cmd-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/imap/cmd-logout.c b/src/imap/cmd-logout.c index 4ecd8df3e6..0eea53ff8b 100644 --- a/src/imap/cmd-logout.c +++ b/src/imap/cmd-logout.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ostream.h" diff --git a/src/imap/cmd-lsub.c b/src/imap/cmd-lsub.c index 4fb496988f..c410b1dc51 100644 --- a/src/imap/cmd-lsub.c +++ b/src/imap/cmd-lsub.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-namespace.c b/src/imap/cmd-namespace.c index 62f86ce233..5a4ebc9daa 100644 --- a/src/imap/cmd-namespace.c +++ b/src/imap/cmd-namespace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "str.h" diff --git a/src/imap/cmd-noop.c b/src/imap/cmd-noop.c index a17b3e50f2..b9429f9fa1 100644 --- a/src/imap/cmd-noop.c +++ b/src/imap/cmd-noop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-rename.c b/src/imap/cmd-rename.c index d19ecb4fc5..dcd4ace035 100644 --- a/src/imap/cmd-rename.c +++ b/src/imap/cmd-rename.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "mail-namespace.h" diff --git a/src/imap/cmd-search.c b/src/imap/cmd-search.c index e77d521df0..14c78498ae 100644 --- a/src/imap/cmd-search.c +++ b/src/imap/cmd-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ostream.h" diff --git a/src/imap/cmd-select.c b/src/imap/cmd-select.c index d3f2759813..5e9f1638c8 100644 --- a/src/imap/cmd-select.c +++ b/src/imap/cmd-select.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "seq-range-array.h" diff --git a/src/imap/cmd-sort.c b/src/imap/cmd-sort.c index 6b98ace024..da30fc87ae 100644 --- a/src/imap/cmd-sort.c +++ b/src/imap/cmd-sort.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "buffer.h" diff --git a/src/imap/cmd-status.c b/src/imap/cmd-status.c index d0ac319a12..7542bfd374 100644 --- a/src/imap/cmd-status.c +++ b/src/imap/cmd-status.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "imap-resp-code.h" diff --git a/src/imap/cmd-store.c b/src/imap/cmd-store.c index 778dbd8b9c..0f5979d925 100644 --- a/src/imap/cmd-store.c +++ b/src/imap/cmd-store.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "seq-range-array.h" diff --git a/src/imap/cmd-subscribe.c b/src/imap/cmd-subscribe.c index 12af3b1496..ad56529586 100644 --- a/src/imap/cmd-subscribe.c +++ b/src/imap/cmd-subscribe.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-thread.c b/src/imap/cmd-thread.c index c48bb28378..ce206c4b0e 100644 --- a/src/imap/cmd-thread.c +++ b/src/imap/cmd-thread.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "str.h" diff --git a/src/imap/cmd-uid.c b/src/imap/cmd-uid.c index ad1488dbd9..4d6c004bcb 100644 --- a/src/imap/cmd-uid.c +++ b/src/imap/cmd-uid.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-unselect.c b/src/imap/cmd-unselect.c index 3b4b18ad0d..f8fc2e7cfc 100644 --- a/src/imap/cmd-unselect.c +++ b/src/imap/cmd-unselect.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-unsubscribe.c b/src/imap/cmd-unsubscribe.c index 7c3880fdce..ef95c4be32 100644 --- a/src/imap/cmd-unsubscribe.c +++ b/src/imap/cmd-unsubscribe.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/cmd-x-cancel.c b/src/imap/cmd-x-cancel.c index 7f9ee15747..5354d3c93f 100644 --- a/src/imap/cmd-x-cancel.c +++ b/src/imap/cmd-x-cancel.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "commands.h" diff --git a/src/imap/commands-util.c b/src/imap/commands-util.c index 84ff5169ab..c4a9ace5fe 100644 --- a/src/imap/commands-util.c +++ b/src/imap/commands-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/imap/commands.c b/src/imap/commands.c index 2ed3e336ec..82e04a32de 100644 --- a/src/imap/commands.c +++ b/src/imap/commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/imap/imap-expunge.c b/src/imap/imap-expunge.c index 40619f16a0..884c050968 100644 --- a/src/imap/imap-expunge.c +++ b/src/imap/imap-expunge.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "mail-storage.h" diff --git a/src/imap/imap-fetch-body.c b/src/imap/imap-fetch-body.c index bfc3402e0c..44004d91b4 100644 --- a/src/imap/imap-fetch-body.c +++ b/src/imap/imap-fetch-body.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "buffer.h" diff --git a/src/imap/imap-fetch.c b/src/imap/imap-fetch.c index d6c04e5f55..13be734a16 100644 --- a/src/imap/imap-fetch.c +++ b/src/imap/imap-fetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/imap/imap-search.c b/src/imap/imap-search.c index 0b93aff485..9ad202b572 100644 --- a/src/imap/imap-search.c +++ b/src/imap/imap-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "mail-storage.h" diff --git a/src/imap/imap-sort.c b/src/imap/imap-sort.c index 45b0c39a68..085e5c0c31 100644 --- a/src/imap/imap-sort.c +++ b/src/imap/imap-sort.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ /* Implementation of draft-ietf-imapext-sort-10 sorting algorithm. Pretty messy code actually, adding any sort types requires care. diff --git a/src/imap/imap-status.c b/src/imap/imap-status.c index e063652384..d901167b64 100644 --- a/src/imap/imap-status.c +++ b/src/imap/imap-status.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "str.h" diff --git a/src/imap/imap-sync.c b/src/imap/imap-sync.c index 5de70ebd55..e78ecf453e 100644 --- a/src/imap/imap-sync.c +++ b/src/imap/imap-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "str.h" diff --git a/src/imap/mail-storage-callbacks.c b/src/imap/mail-storage-callbacks.c index 1c01b31191..427ef8228f 100644 --- a/src/imap/mail-storage-callbacks.c +++ b/src/imap/mail-storage-callbacks.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ostream.h" diff --git a/src/imap/main.c b/src/imap/main.c index 8984be8799..13420dd27e 100644 --- a/src/imap/main.c +++ b/src/imap/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/lib-auth/auth-client.c b/src/lib-auth/auth-client.c index d25fd14349..912c1c25c4 100644 --- a/src/lib-auth/auth-client.c +++ b/src/lib-auth/auth-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-auth/auth-master.c b/src/lib-auth/auth-master.c index 9cc7bb3ce3..8035dd927a 100644 --- a/src/lib-auth/auth-master.c +++ b/src/lib-auth/auth-master.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 b994e45da1..7648a535f9 100644 --- a/src/lib-auth/auth-server-connection.c +++ b/src/lib-auth/auth-server-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-auth/auth-server-request.c b/src/lib-auth/auth-server-request.c index d229d6e9b2..6d077097a9 100644 --- a/src/lib-auth/auth-server-request.c +++ b/src/lib-auth/auth-server-request.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-charset/charset-iconv.c b/src/lib-charset/charset-iconv.c index 1c21f0dbb3..9d3b8af89d 100644 --- a/src/lib-charset/charset-iconv.c +++ b/src/lib-charset/charset-iconv.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 013d83f45b..4706aa18c2 100644 --- a/src/lib-charset/charset-utf8.c +++ b/src/lib-charset/charset-utf8.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-dict/dict-client.c b/src/lib-dict/dict-client.c index 69a8d561fe..fb5fd0099e 100644 --- a/src/lib-dict/dict-client.c +++ b/src/lib-dict/dict-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-dict/dict-db.c b/src/lib-dict/dict-db.c index 650000ff41..2b7bb4664f 100644 --- a/src/lib-dict/dict-db.c +++ b/src/lib-dict/dict-db.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "dict-private.h" diff --git a/src/lib-dict/dict-file.c b/src/lib-dict/dict-file.c index 5c729a3ef1..01d345c2a4 100644 --- a/src/lib-dict/dict-file.c +++ b/src/lib-dict/dict-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-dict/dict-sql-settings.c b/src/lib-dict/dict-sql-settings.c index 0abe922633..f3f8c91f89 100644 --- a/src/lib-dict/dict-sql-settings.c +++ b/src/lib-dict/dict-sql-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 a5ae951108..221fe217af 100644 --- a/src/lib-dict/dict-sql.c +++ b/src/lib-dict/dict-sql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 3edd404483..1ca692c41b 100644 --- a/src/lib-dict/dict.c +++ b/src/lib-dict/dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-imap/imap-base-subject.c b/src/lib-imap/imap-base-subject.c index d96247c75e..871d9ccb89 100644 --- a/src/lib-imap/imap-base-subject.c +++ b/src/lib-imap/imap-base-subject.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 3ce764f366..41475d1f17 100644 --- a/src/lib-imap/imap-bodystructure.c +++ b/src/lib-imap/imap-bodystructure.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 b4d2e4bd61..fa4601bb06 100644 --- a/src/lib-imap/imap-date.c +++ b/src/lib-imap/imap-date.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 ba8494e496..81ae7d996f 100644 --- a/src/lib-imap/imap-envelope.c +++ b/src/lib-imap/imap-envelope.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 fd21125260..0d5b2533f1 100644 --- a/src/lib-imap/imap-id.c +++ b/src/lib-imap/imap-id.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 2d5cd7ba35..e1e75f4a25 100644 --- a/src/lib-imap/imap-match.c +++ b/src/lib-imap/imap-match.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 051c1ec4b9..a05897ad8c 100644 --- a/src/lib-imap/imap-parser.c +++ b/src/lib-imap/imap-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 d25b8bc355..3fe9451037 100644 --- a/src/lib-imap/imap-quote.c +++ b/src/lib-imap/imap-quote.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 a53389421f..02921b0a66 100644 --- a/src/lib-imap/imap-seqset.c +++ b/src/lib-imap/imap-seqset.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "imap-seqset.h" diff --git a/src/lib-imap/imap-utf7.c b/src/lib-imap/imap-utf7.c index 202e8be162..c79d28a886 100644 --- a/src/lib-imap/imap-utf7.c +++ b/src/lib-imap/imap-utf7.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 bb675374e2..6025f4a9e6 100644 --- a/src/lib-imap/imap-util.c +++ b/src/lib-imap/imap-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-cache-compress.c b/src/lib-index/mail-cache-compress.c index 03f4f5ebb4..e8933bed68 100644 --- a/src/lib-index/mail-cache-compress.c +++ b/src/lib-index/mail-cache-compress.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 44b6736ebf..e251bb56fb 100644 --- a/src/lib-index/mail-cache-decisions.c +++ b/src/lib-index/mail-cache-decisions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 0d27415788..0687eb4e3b 100644 --- a/src/lib-index/mail-cache-fields.c +++ b/src/lib-index/mail-cache-fields.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 c5e91fd3af..29a4e169e8 100644 --- a/src/lib-index/mail-cache-lookup.c +++ b/src/lib-index/mail-cache-lookup.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 62e7d5f111..01af677ce0 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "file-cache.h" diff --git a/src/lib-index/mail-cache-transaction.c b/src/lib-index/mail-cache-transaction.c index 12881aaeaa..23a0a1c4bf 100644 --- a/src/lib-index/mail-cache-transaction.c +++ b/src/lib-index/mail-cache-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 39d7a61866..e6545afb90 100644 --- a/src/lib-index/mail-cache.c +++ b/src/lib-index/mail-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-dummy-view.c b/src/lib-index/mail-index-dummy-view.c index c625a4ae58..979fe411e1 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 a3598af39e..051f3015a1 100644 --- a/src/lib-index/mail-index-fsck.c +++ b/src/lib-index/mail-index-fsck.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 6076937f91..97b4cb61cb 100644 --- a/src/lib-index/mail-index-lock.c +++ b/src/lib-index/mail-index-lock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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.c b/src/lib-index/mail-index-map.c index b6c176fd55..20cd2b6e43 100644 --- a/src/lib-index/mail-index-map.c +++ b/src/lib-index/mail-index-map.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 ecf66da766..841d379428 100644 --- a/src/lib-index/mail-index-modseq.c +++ b/src/lib-index/mail-index-modseq.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 f111142e60..8023a6561c 100644 --- a/src/lib-index/mail-index-strmap.c +++ b/src/lib-index/mail-index-strmap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 cb7b8e0881..bdb873b006 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 46dd7a4d9e..a768b91e35 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 f18a8f7f51..d82613d352 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 7a05f21ff8..7c4f5d26f3 100644 --- a/src/lib-index/mail-index-sync.c +++ b/src/lib-index/mail-index-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mail-index-transaction-view.c b/src/lib-index/mail-index-transaction-view.c index 3c16ad7a0b..1d501b11bc 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 f3593c5eb0..8e9b8134fd 100644 --- a/src/lib-index/mail-index-transaction.c +++ b/src/lib-index/mail-index-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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-view-sync.c b/src/lib-index/mail-index-view-sync.c index e8c87824f8..ebba0963b0 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 58e4aed767..d6a95677f9 100644 --- a/src/lib-index/mail-index-view.c +++ b/src/lib-index/mail-index-view.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 92e566dc2e..b1584294d0 100644 --- a/src/lib-index/mail-index-write.c +++ b/src/lib-index/mail-index-write.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 8d3569a87d..514901c1c7 100644 --- a/src/lib-index/mail-index.c +++ b/src/lib-index/mail-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 2758e2072b..d4a000727a 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 4b4a70b279..6c52229902 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mail-transaction-log-view.c b/src/lib-index/mail-transaction-log-view.c index 0adc31a027..65f890389d 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 d75a448577..8eb60501cc 100644 --- a/src/lib-index/mail-transaction-log.c +++ b/src/lib-index/mail-transaction-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-index/mailbox-list-index-sync.c b/src/lib-index/mailbox-list-index-sync.c index e3507169a1..74474ee0a2 100644 --- a/src/lib-index/mailbox-list-index-sync.c +++ b/src/lib-index/mailbox-list-index-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-index/mailbox-list-index.c b/src/lib-index/mailbox-list-index.c index 050db47f87..52ca1ab998 100644 --- a/src/lib-index/mailbox-list-index.c +++ b/src/lib-index/mailbox-list-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-mail/istream-header-filter.c b/src/lib-mail/istream-header-filter.c index 156f3ca0d7..8be3851f0a 100644 --- a/src/lib-mail/istream-header-filter.c +++ b/src/lib-mail/istream-header-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-mail/mbox-from.c b/src/lib-mail/mbox-from.c index 3b6f268e05..9004c546b8 100644 --- a/src/lib-mail/mbox-from.c +++ b/src/lib-mail/mbox-from.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 77d31f2a7d..9bd943ce70 100644 --- a/src/lib-mail/message-address.c +++ b/src/lib-mail/message-address.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-mail/message-date.c b/src/lib-mail/message-date.c index 490c0e3209..ef47d04074 100644 --- a/src/lib-mail/message-date.c +++ b/src/lib-mail/message-date.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 3c28111c86..409b19bdff 100644 --- a/src/lib-mail/message-decoder.c +++ b/src/lib-mail/message-decoder.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 15abc261c5..f263deb2b8 100644 --- a/src/lib-mail/message-header-decode.c +++ b/src/lib-mail/message-header-decode.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "base64.h" diff --git a/src/lib-mail/message-header-parser.c b/src/lib-mail/message-header-parser.c index 055598dba8..54c6d71e44 100644 --- a/src/lib-mail/message-header-parser.c +++ b/src/lib-mail/message-header-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 8f0f893b7d..90e10c7955 100644 --- a/src/lib-mail/message-id.c +++ b/src/lib-mail/message-id.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 a8d1213ecc..d4f5d049da 100644 --- a/src/lib-mail/message-parser.c +++ b/src/lib-mail/message-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 c413c29dd8..6a97e8ef10 100644 --- a/src/lib-mail/message-part-serialize.c +++ b/src/lib-mail/message-part-serialize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 712cf4054b..af5ae022ca 100644 --- a/src/lib-mail/message-search.c +++ b/src/lib-mail/message-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib-mail/message-send.c b/src/lib-mail/message-send.c index c4995ccdf0..7d8a352de4 100644 --- a/src/lib-mail/message-send.c +++ b/src/lib-mail/message-send.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib-mail/message-size.c b/src/lib-mail/message-size.c index f96b4830ab..d559d609ad 100644 --- a/src/lib-mail/message-size.c +++ b/src/lib-mail/message-size.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 42e9f7fa88..61299f4576 100644 --- a/src/lib-mail/quoted-printable.c +++ b/src/lib-mail/quoted-printable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 aacd0582db..8d74a985cd 100644 --- a/src/lib-mail/rfc2231-parser.c +++ b/src/lib-mail/rfc2231-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 255ed8a406..f1f86c44c0 100644 --- a/src/lib-mail/rfc822-parser.c +++ b/src/lib-mail/rfc822-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-settings/settings.c b/src/lib-settings/settings.c index 2c77ac3513..795c186e2a 100644 --- a/src/lib-settings/settings.c +++ b/src/lib-settings/settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 74874f1043..b0ee4adfdf 100644 --- a/src/lib-sql/driver-mysql.c +++ b/src/lib-sql/driver-mysql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-sql/driver-pgsql.c b/src/lib-sql/driver-pgsql.c index ec22ae3a04..d0c0825453 100644 --- a/src/lib-sql/driver-pgsql.c +++ b/src/lib-sql/driver-pgsql.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 6d45b9646d..2456b04acd 100644 --- a/src/lib-sql/sql-api.c +++ b/src/lib-sql/sql-api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-sql/sql-pool.c b/src/lib-sql/sql-pool.c index f5a0a64723..397d20ae23 100644 --- a/src/lib-sql/sql-pool.c +++ b/src/lib-sql/sql-pool.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 22b5487158..dc86eecd50 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 b74b9168b1..bb1e8f1a79 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/lib-storage/index/cydir/cydir-storage.c b/src/lib-storage/index/cydir/cydir-storage.c index 651480fda9..e4e77afb8d 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/cydir/cydir-sync.c b/src/lib-storage/index/cydir/cydir-sync.c index b25cf96445..c4f069ef97 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/cydir/cydir-transaction.c b/src/lib-storage/index/cydir/cydir-transaction.c index 1835cedfae..7e73284dba 100644 --- a/src/lib-storage/index/cydir/cydir-transaction.c +++ b/src/lib-storage/index/cydir/cydir-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox/dbox-file-maildir.c b/src/lib-storage/index/dbox/dbox-file-maildir.c index f2ceb6832b..898d4e6c68 100644 --- a/src/lib-storage/index/dbox/dbox-file-maildir.c +++ b/src/lib-storage/index/dbox/dbox-file-maildir.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox/dbox-file.c b/src/lib-storage/index/dbox/dbox-file.c index fdadea3e10..0ff0ee6aa9 100644 --- a/src/lib-storage/index/dbox/dbox-file.c +++ b/src/lib-storage/index/dbox/dbox-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/dbox/dbox-index.c b/src/lib-storage/index/dbox/dbox-index.c index b45ef9ad71..9a8594763c 100644 --- a/src/lib-storage/index/dbox/dbox-index.c +++ b/src/lib-storage/index/dbox/dbox-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox/dbox-mail.c b/src/lib-storage/index/dbox/dbox-mail.c index 7daa838316..fef7a1378c 100644 --- a/src/lib-storage/index/dbox/dbox-mail.c +++ b/src/lib-storage/index/dbox/dbox-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/dbox/dbox-save.c b/src/lib-storage/index/dbox/dbox-save.c index d6d2ac77ea..738f80f72c 100644 --- a/src/lib-storage/index/dbox/dbox-save.c +++ b/src/lib-storage/index/dbox/dbox-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox/dbox-storage.c b/src/lib-storage/index/dbox/dbox-storage.c index 7fc4585cfc..77a2e2f903 100644 --- a/src/lib-storage/index/dbox/dbox-storage.c +++ b/src/lib-storage/index/dbox/dbox-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox/dbox-sync-file.c b/src/lib-storage/index/dbox/dbox-sync-file.c index 96fee5ac19..4b513d64b2 100644 --- a/src/lib-storage/index/dbox/dbox-sync-file.c +++ b/src/lib-storage/index/dbox/dbox-sync-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox/dbox-sync-rebuild.c b/src/lib-storage/index/dbox/dbox-sync-rebuild.c index 9abf35fe0c..5e7aa67f31 100644 --- a/src/lib-storage/index/dbox/dbox-sync-rebuild.c +++ b/src/lib-storage/index/dbox/dbox-sync-rebuild.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox/dbox-sync.c b/src/lib-storage/index/dbox/dbox-sync.c index 06f53a9d2e..ed7dd6cbde 100644 --- a/src/lib-storage/index/dbox/dbox-sync.c +++ b/src/lib-storage/index/dbox/dbox-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox/dbox-transaction.c b/src/lib-storage/index/dbox/dbox-transaction.c index 836c8e406e..ff06866b3c 100644 --- a/src/lib-storage/index/dbox/dbox-transaction.c +++ b/src/lib-storage/index/dbox/dbox-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-fetch.c b/src/lib-storage/index/index-fetch.c index 347e2dacfd..4ea4739be3 100644 --- a/src/lib-storage/index/index-fetch.c +++ b/src/lib-storage/index/index-fetch.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-mail-headers.c b/src/lib-storage/index/index-mail-headers.c index 848c0b2c11..d362df271c 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 17fccbe31f..1c0487ffd7 100644 --- a/src/lib-storage/index/index-mail.c +++ b/src/lib-storage/index/index-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 733cb224f9..4b4fa65d9e 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/index-search-result.c b/src/lib-storage/index/index-search-result.c index 951a1fcd47..407db39826 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 55b71b76d8..aee4ca9728 100644 --- a/src/lib-storage/index/index-search.c +++ b/src/lib-storage/index/index-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 1ab8e09cec..7f45986a95 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 def10eeebd..3f06416834 100644 --- a/src/lib-storage/index/index-sort.c +++ b/src/lib-storage/index/index-sort.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 57db9bf1ac..52190696dc 100644 --- a/src/lib-storage/index/index-status.c +++ b/src/lib-storage/index/index-status.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "index-storage.h" diff --git a/src/lib-storage/index/index-storage.c b/src/lib-storage/index/index-storage.c index e9a6c2e5b1..cabca38be5 100644 --- a/src/lib-storage/index/index-storage.c +++ b/src/lib-storage/index/index-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 9ac2d93b9e..3ba8623fe7 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-sync-search.c b/src/lib-storage/index/index-sync-search.c index 4ba8e8a4ca..68515c22f7 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 2620b56efb..1555afd5ea 100644 --- a/src/lib-storage/index/index-sync.c +++ b/src/lib-storage/index/index-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 8ac222c6b5..217f04a9ef 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 58eeca8786..380773fb3e 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/index-thread-list.c b/src/lib-storage/index/index-thread-list.c index 367109b9f7..c115653e3a 100644 --- a/src/lib-storage/index/index-thread-list.c +++ b/src/lib-storage/index/index-thread-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 b2b84804aa..c14aaa4b98 100644 --- a/src/lib-storage/index/index-thread.c +++ b/src/lib-storage/index/index-thread.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 d4c8328fce..8bcd60fc6c 100644 --- a/src/lib-storage/index/index-transaction.c +++ b/src/lib-storage/index/index-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/maildir/maildir-copy.c b/src/lib-storage/index/maildir/maildir-copy.c index 66312d16df..b3bc7a8d4c 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 077ae858cc..9313ad7952 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 4cbd7425e5..50d20d4315 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 0143a79f0a..cbd41c200f 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 24a083c544..8414ca6f86 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/maildir/maildir-storage.c b/src/lib-storage/index/maildir/maildir-storage.c index aeb500f906..6bfdb818f4 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 b9cad06c7c..d29f2029d1 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 d2868223a7..2999619a38 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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-transaction.c b/src/lib-storage/index/maildir/maildir-transaction.c index d6b0f1b2ed..25930b87e9 100644 --- a/src/lib-storage/index/maildir/maildir-transaction.c +++ b/src/lib-storage/index/maildir/maildir-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/maildir/maildir-uidlist.c b/src/lib-storage/index/maildir/maildir-uidlist.c index 39839de595..0fe4911e73 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 1c3416b459..92f21613d9 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/mbox/istream-raw-mbox.c b/src/lib-storage/index/mbox/istream-raw-mbox.c index 241a5e39e1..d3457bc405 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 4f12f05f6f..0c7d02b3dc 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 905b504b4a..030144f35b 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "restrict-access.h" diff --git a/src/lib-storage/index/mbox/mbox-mail.c b/src/lib-storage/index/mbox/mbox-mail.c index 9336390a08..8487a60dcb 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/mbox/mbox-md5.c b/src/lib-storage/index/mbox/mbox-md5.c index 1790b0e284..8260684d7d 100644 --- a/src/lib-storage/index/mbox/mbox-md5.c +++ b/src/lib-storage/index/mbox/mbox-md5.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 35bc8864f2..5c7678cccc 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/mbox/mbox-storage.c b/src/lib-storage/index/mbox/mbox-storage.c index 7dd18c21d0..1f5d34c337 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/mbox/mbox-sync-parse.c b/src/lib-storage/index/mbox/mbox-sync-parse.c index fd05b45c39..f0b1dc5ef0 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 de1d154a0b..8e5d7f5572 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 d8a86ce58a..a45ee2bd28 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 f234fcb1d9..e2901045f1 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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/mbox/mbox-transaction.c b/src/lib-storage/index/mbox/mbox-transaction.c index 38abe8404b..815d2656ed 100644 --- a/src/lib-storage/index/mbox/mbox-transaction.c +++ b/src/lib-storage/index/mbox/mbox-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/raw/raw-mail.c b/src/lib-storage/index/raw/raw-mail.c index f9f5bf1884..18a4690bd3 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 d0c48fb15e..a727e402b0 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/raw/raw-sync.c b/src/lib-storage/index/raw/raw-sync.c index a60095d59d..770f8b69e7 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/index/raw/raw-transaction.c b/src/lib-storage/index/raw/raw-transaction.c index f63388b592..5ae42c0ac5 100644 --- a/src/lib-storage/index/raw/raw-transaction.c +++ b/src/lib-storage/index/raw/raw-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/shared/shared-list.c b/src/lib-storage/index/shared/shared-list.c index d8ae599918..c4eee08549 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 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 ec115e2994..927c49bcfd 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 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/list/index-mailbox-list-sync.c b/src/lib-storage/list/index-mailbox-list-sync.c index 667a35d89b..8bf05eb9f9 100644 --- a/src/lib-storage/list/index-mailbox-list-sync.c +++ b/src/lib-storage/list/index-mailbox-list-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/list/index-mailbox-list.c b/src/lib-storage/list/index-mailbox-list.c index fc48fe0448..483c5790fb 100644 --- a/src/lib-storage/list/index-mailbox-list.c +++ b/src/lib-storage/list/index-mailbox-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/list/mailbox-list-fs-iter.c b/src/lib-storage/list/mailbox-list-fs-iter.c index 4a5da3d13b..5aa484a28c 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 0ef86142e1..d4ae5015db 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/lib-storage/list/mailbox-list-maildir-iter.c b/src/lib-storage/list/mailbox-list-maildir-iter.c index c76e2a9a2c..97b04d4bbc 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/list/mailbox-list-maildir.c b/src/lib-storage/list/mailbox-list-maildir.c index c310e1f713..51694206d7 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/list/mailbox-list-subscriptions.c b/src/lib-storage/list/mailbox-list-subscriptions.c index cca9e49b63..27c69f837a 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/list/subscription-file.c b/src/lib-storage/list/subscription-file.c index 7712781967..c1589071b5 100644 --- a/src/lib-storage/list/subscription-file.c +++ b/src/lib-storage/list/subscription-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 5a3f55f0dd..8e5d7e9247 100644 --- a/src/lib-storage/mail-copy.c +++ b/src/lib-storage/mail-copy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 13df519816..ef39e8ca4c 100644 --- a/src/lib-storage/mail-error.c +++ b/src/lib-storage/mail-error.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/mail-namespace.c b/src/lib-storage/mail-namespace.c index d8582bd156..6c8392687d 100644 --- a/src/lib-storage/mail-namespace.c +++ b/src/lib-storage/mail-namespace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib-storage/mail-search-build.c b/src/lib-storage/mail-search-build.c index 204325b598..874ef54e29 100644 --- a/src/lib-storage/mail-search-build.c +++ b/src/lib-storage/mail-search-build.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/mail-search.c b/src/lib-storage/mail-search.c index 24fc3fd556..04644c5f44 100644 --- a/src/lib-storage/mail-search.c +++ b/src/lib-storage/mail-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 9b4f2f2905..647e520276 100644 --- a/src/lib-storage/mail-storage.c +++ b/src/lib-storage/mail-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/mail-user.c b/src/lib-storage/mail-user.c index 3047f3b671..150e47380c 100644 --- a/src/lib-storage/mail-user.c +++ b/src/lib-storage/mail-user.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 c6f9b80f24..df97355a8b 100644 --- a/src/lib-storage/mail.c +++ b/src/lib-storage/mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib-storage/mailbox-list.c b/src/lib-storage/mailbox-list.c index 2f84bdb2a6..6bd7a2fdc2 100644 --- a/src/lib-storage/mailbox-list.c +++ b/src/lib-storage/mailbox-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 27b72882dc..a10562b74d 100644 --- a/src/lib-storage/mailbox-search-result.c +++ b/src/lib-storage/mailbox-search-result.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 a43382d5e1..303ae3987c 100644 --- a/src/lib-storage/mailbox-tree.c +++ b/src/lib-storage/mailbox-tree.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 de31df357d..70843c754b 100644 --- a/src/lib-storage/mailbox-uidvalidity.c +++ b/src/lib-storage/mailbox-uidvalidity.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/aqueue.c b/src/lib/aqueue.c index 6eeed83806..bfd9a86ae2 100644 --- a/src/lib/aqueue.c +++ b/src/lib/aqueue.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 c019656822..afa73b0d34 100644 --- a/src/lib/array.c +++ b/src/lib/array.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib/backtrace-string.c b/src/lib/backtrace-string.c index 116109d6b8..252c4463b2 100644 --- a/src/lib/backtrace-string.c +++ b/src/lib/backtrace-string.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 877621209d..02140f733b 100644 --- a/src/lib/base64.c +++ b/src/lib/base64.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 af76f4ef3b..6b002e2678 100644 --- a/src/lib/bsearch-insert-pos.c +++ b/src/lib/bsearch-insert-pos.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "bsearch-insert-pos.h" diff --git a/src/lib/buffer.c b/src/lib/buffer.c index 5aaa3158ff..afca22847f 100644 --- a/src/lib/buffer.c +++ b/src/lib/buffer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 6d33f5db60..d931d8713f 100644 --- a/src/lib/child-wait.c +++ b/src/lib/child-wait.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Icecap authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/lib/close-keep-errno.c b/src/lib/close-keep-errno.c index afbb62b79a..a5e89fcfc9 100644 --- a/src/lib/close-keep-errno.c +++ b/src/lib/close-keep-errno.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "close-keep-errno.h" diff --git a/src/lib/compat.c b/src/lib/compat.c index c9384e98e8..1f72cd4d98 100644 --- a/src/lib/compat.c +++ b/src/lib/compat.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "config.h" #undef HAVE_CONFIG_H diff --git a/src/lib/crc32.c b/src/lib/crc32.c index 29a5bb02ca..d0f26a1ad1 100644 --- a/src/lib/crc32.c +++ b/src/lib/crc32.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 57dc8604f2..b3e00dd16e 100644 --- a/src/lib/data-stack.c +++ b/src/lib/data-stack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/env-util.c b/src/lib/env-util.c index 33f4bb8377..60e70f5ddb 100644 --- a/src/lib/env-util.c +++ b/src/lib/env-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "env-util.h" diff --git a/src/lib/failures.c b/src/lib/failures.c index b8999b9122..c76b800b04 100644 --- a/src/lib/failures.c +++ b/src/lib/failures.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 8568292653..8fe63eca5c 100644 --- a/src/lib/fd-close-on-exec.c +++ b/src/lib/fd-close-on-exec.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "network.h" diff --git a/src/lib/fd-set-nonblock.c b/src/lib/fd-set-nonblock.c index 52f8f21285..2098e73a89 100644 --- a/src/lib/fd-set-nonblock.c +++ b/src/lib/fd-set-nonblock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2009 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 45593b9cf8..51460a7479 100644 --- a/src/lib/fdatasync-path.c +++ b/src/lib/fdatasync-path.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 5a995cbdae..b6257c2226 100644 --- a/src/lib/fdpass.c +++ b/src/lib/fdpass.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 34fa81d197..170c0d0c7a 100644 --- a/src/lib/file-cache.c +++ b/src/lib/file-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 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 5bb3e9a49c..e73ba8e530 100644 --- a/src/lib/file-copy.c +++ b/src/lib/file-copy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 057b3336f6..91f50e5231 100644 --- a/src/lib/file-dotlock.c +++ b/src/lib/file-dotlock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 0cf95caebb..7588251e90 100644 --- a/src/lib/file-lock.c +++ b/src/lib/file-lock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 67c8779afc..d2088991d8 100644 --- a/src/lib/file-set-size.c +++ b/src/lib/file-set-size.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #ifdef HAVE_CONFIG_H # include "config.h" diff --git a/src/lib/hash.c b/src/lib/hash.c index c32059fb85..595e55a42b 100644 --- a/src/lib/hash.c +++ b/src/lib/hash.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/hash2.c b/src/lib/hash2.c index 295e1c2564..c0c0dfea55 100644 --- a/src/lib/hash2.c +++ b/src/lib/hash2.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 b7bd32c662..2631405a8f 100644 --- a/src/lib/hex-binary.c +++ b/src/lib/hex-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 d1145c4fd4..96c695eabf 100644 --- a/src/lib/hex-dec.c +++ b/src/lib/hex-dec.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 8d2830d142..bb3f0be755 100644 --- a/src/lib/home-expand.c +++ b/src/lib/home-expand.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "home-expand.h" diff --git a/src/lib/hostpid.c b/src/lib/hostpid.c index a86386a26c..1845d7d315 100644 --- a/src/lib/hostpid.c +++ b/src/lib/hostpid.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 75336bc639..11205a75cf 100644 --- a/src/lib/imem.c +++ b/src/lib/imem.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib/ioloop-notify-dn.c b/src/lib/ioloop-notify-dn.c index c2a269ab2f..bb04be1837 100644 --- a/src/lib/ioloop-notify-dn.c +++ b/src/lib/ioloop-notify-dn.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 5a8705f748..6f6c70ea90 100644 --- a/src/lib/ioloop-notify-fd.c +++ b/src/lib/ioloop-notify-fd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-internal.h" diff --git a/src/lib/ioloop-notify-inotify.c b/src/lib/ioloop-notify-inotify.c index 6026feb2c6..565fba757e 100644 --- a/src/lib/ioloop-notify-inotify.c +++ b/src/lib/ioloop-notify-inotify.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 7dcde9f307..faf83cac7e 100644 --- a/src/lib/ioloop-notify-none.c +++ b/src/lib/ioloop-notify-none.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-internal.h" diff --git a/src/lib/ioloop-poll.c b/src/lib/ioloop-poll.c index fc425e52c1..f89ffbe919 100644 --- a/src/lib/ioloop-poll.c +++ b/src/lib/ioloop-poll.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 0a39652664..78ec24c9ca 100644 --- a/src/lib/ioloop-select.c +++ b/src/lib/ioloop-select.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-internal.h" diff --git a/src/lib/ioloop.c b/src/lib/ioloop.c index 7c505c986b..3da02a0ab3 100644 --- a/src/lib/ioloop.c +++ b/src/lib/ioloop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop-internal.h" diff --git a/src/lib/iostream.c b/src/lib/iostream.c index 2dba868ab1..b2c329801f 100644 --- a/src/lib/iostream.c +++ b/src/lib/iostream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "iostream-internal.h" diff --git a/src/lib/istream-concat.c b/src/lib/istream-concat.c index eb922efd09..d18a455d3d 100644 --- a/src/lib/istream-concat.c +++ b/src/lib/istream-concat.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 683f343155..ec60ef2951 100644 --- a/src/lib/istream-crlf.c +++ b/src/lib/istream-crlf.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-internal.h" diff --git a/src/lib/istream-data.c b/src/lib/istream-data.c index f30d51c3b5..f7b1114443 100644 --- a/src/lib/istream-data.c +++ b/src/lib/istream-data.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-internal.h" diff --git a/src/lib/istream-file.c b/src/lib/istream-file.c index 2ad03a6bae..6887965c4c 100644 --- a/src/lib/istream-file.c +++ b/src/lib/istream-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/istream-limit.c b/src/lib/istream-limit.c index 91ab6b4bbd..4544467267 100644 --- a/src/lib/istream-limit.c +++ b/src/lib/istream-limit.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-internal.h" diff --git a/src/lib/istream-mmap.c b/src/lib/istream-mmap.c index 062b7b1fb2..7a0e259c12 100644 --- a/src/lib/istream-mmap.c +++ b/src/lib/istream-mmap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/istream-seekable.c b/src/lib/istream-seekable.c index 903ae62274..53af7929a0 100644 --- a/src/lib/istream-seekable.c +++ b/src/lib/istream-seekable.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "buffer.h" diff --git a/src/lib/istream-tee.c b/src/lib/istream-tee.c index 414b3c677a..a5ed2b4bf5 100644 --- a/src/lib/istream-tee.c +++ b/src/lib/istream-tee.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-internal.h" diff --git a/src/lib/istream.c b/src/lib/istream.c index 88f1816173..345ceb03e6 100644 --- a/src/lib/istream.c +++ b/src/lib/istream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/lib-signals.c b/src/lib/lib-signals.c index b254b84f33..be271cb607 100644 --- a/src/lib/lib-signals.c +++ b/src/lib/lib-signals.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2001-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2001-2009 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 baaf0f702d..0380a42ade 100644 --- a/src/lib/lib.c +++ b/src/lib/lib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2001-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2001-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "hostpid.h" diff --git a/src/lib/mempool-alloconly.c b/src/lib/mempool-alloconly.c index a0e4c7560f..99fbde24a5 100644 --- a/src/lib/mempool-alloconly.c +++ b/src/lib/mempool-alloconly.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 f1af96679e..c7a1c29e90 100644 --- a/src/lib/mempool-datastack.c +++ b/src/lib/mempool-datastack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mempool.h" diff --git a/src/lib/mempool-system-clean.c b/src/lib/mempool-system-clean.c index bd6640733d..11dd472e50 100644 --- a/src/lib/mempool-system-clean.c +++ b/src/lib/mempool-system-clean.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/mempool-system.c b/src/lib/mempool-system.c index f39ce403f3..d59dc9a183 100644 --- a/src/lib/mempool-system.c +++ b/src/lib/mempool-system.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 f442757f7c..976faa31d1 100644 --- a/src/lib/mempool-unsafe-datastack.c +++ b/src/lib/mempool-unsafe-datastack.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 51ffb84d04..2b71c54e32 100644 --- a/src/lib/mempool.c +++ b/src/lib/mempool.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 d4978ccdbe..d8c8e6c0a0 100644 --- a/src/lib/mkdir-parents.c +++ b/src/lib/mkdir-parents.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mkdir-parents.h" diff --git a/src/lib/mmap-anon.c b/src/lib/mmap-anon.c index d94f5a0065..8e7105a530 100644 --- a/src/lib/mmap-anon.c +++ b/src/lib/mmap-anon.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 c049e1a3c0..dcae22ca10 100644 --- a/src/lib/mmap-util.c +++ b/src/lib/mmap-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 57a1edbecd..fc512463e1 100644 --- a/src/lib/module-dir.c +++ b/src/lib/module-dir.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 0696c30249..192415f990 100644 --- a/src/lib/mountpoint.c +++ b/src/lib/mountpoint.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mountpoint.h" diff --git a/src/lib/network.c b/src/lib/network.c index 577ab0114c..7c621c1707 100644 --- a/src/lib/network.c +++ b/src/lib/network.c @@ -1,4 +1,4 @@ -/* Copyright (c) 1999-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 1999-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "close-keep-errno.h" diff --git a/src/lib/nfs-workarounds.c b/src/lib/nfs-workarounds.c index 93fc048bb5..17e8970313 100644 --- a/src/lib/nfs-workarounds.c +++ b/src/lib/nfs-workarounds.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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/ostream-file.c b/src/lib/ostream-file.c index 11a78a7d18..0e421f84ce 100644 --- a/src/lib/ostream-file.c +++ b/src/lib/ostream-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/ostream.c b/src/lib/ostream.c index 28fb06bacf..552f3fe8ca 100644 --- a/src/lib/ostream.c +++ b/src/lib/ostream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream.h" diff --git a/src/lib/printf-format-fix.c b/src/lib/printf-format-fix.c index de76fc58f6..8b6795e248 100644 --- a/src/lib/printf-format-fix.c +++ b/src/lib/printf-format-fix.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 f760c49cec..79e862129b 100644 --- a/src/lib/priorityq.c +++ b/src/lib/priorityq.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 ca0a58fdb3..944bfe9a29 100644 --- a/src/lib/process-title.c +++ b/src/lib/process-title.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ /* LINUX_PROCTITLE_HACK code from: diff --git a/src/lib/randgen.c b/src/lib/randgen.c index 3521f87241..29936c9204 100644 --- a/src/lib/randgen.c +++ b/src/lib/randgen.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 6ff09d699f..c147829c0d 100644 --- a/src/lib/read-full.c +++ b/src/lib/read-full.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 1b4aca8678..0c41199847 100644 --- a/src/lib/restrict-access.c +++ b/src/lib/restrict-access.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 23fc784c27..5c7ae23f86 100644 --- a/src/lib/restrict-process-size.c +++ b/src/lib/restrict-process-size.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 fe3658e773..d8f9357eb8 100644 --- a/src/lib/safe-memset.c +++ b/src/lib/safe-memset.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 3a30f4ad56..6cf321d793 100644 --- a/src/lib/safe-mkdir.c +++ b/src/lib/safe-mkdir.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 44b5f0cce8..9891e15495 100644 --- a/src/lib/safe-mkstemp.c +++ b/src/lib/safe-mkstemp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 9f98457f28..e40efd6121 100644 --- a/src/lib/sendfile-util.c +++ b/src/lib/sendfile-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 17892d1296..d25d514a4b 100644 --- a/src/lib/seq-range-array.c +++ b/src/lib/seq-range-array.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 d0c045a0b3..effd88ecc6 100644 --- a/src/lib/str-find.c +++ b/src/lib/str-find.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 f84f55b0f8..67e888ef72 100644 --- a/src/lib/str-sanitize.c +++ b/src/lib/str-sanitize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/lib/str.c b/src/lib/str.c index e12757947b..312a0a5032 100644 --- a/src/lib/str.c +++ b/src/lib/str.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 4281ca93a8..6d9b049f8e 100644 --- a/src/lib/strescape.c +++ b/src/lib/strescape.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 1015524347..f072646fd7 100644 --- a/src/lib/strfuncs.c +++ b/src/lib/strfuncs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ /* @UNSAFE: whole file */ diff --git a/src/lib/unichar.c b/src/lib/unichar.c index b772fffaa9..856614bde4 100644 --- a/src/lib/unichar.c +++ b/src/lib/unichar.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 2d9e0ade09..2a99239034 100644 --- a/src/lib/unix-socket-create.c +++ b/src/lib/unix-socket-create.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "network.h" diff --git a/src/lib/unlink-directory.c b/src/lib/unlink-directory.c index 36978ef8e7..a85061495d 100644 --- a/src/lib/unlink-directory.c +++ b/src/lib/unlink-directory.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 b7f5ddf5eb..d7c6085431 100644 --- a/src/lib/unlink-old-files.c +++ b/src/lib/unlink-old-files.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/lib/utc-mktime.c b/src/lib/utc-mktime.c index 5fe5c46aad..70a4b21a82 100644 --- a/src/lib/utc-mktime.c +++ b/src/lib/utc-mktime.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 7a2f3d20ed..53362dcbcf 100644 --- a/src/lib/utc-offset.c +++ b/src/lib/utc-offset.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 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 255dca29e0..87c723d2c0 100644 --- a/src/lib/var-expand.c +++ b/src/lib/var-expand.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2003-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2003-2009 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 e0bebc93b8..132acecfb2 100644 --- a/src/lib/write-full.c +++ b/src/lib/write-full.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "write-full.h" diff --git a/src/login-common/client-common.c b/src/login-common/client-common.c index 752073f4f3..c1609cf90f 100644 --- a/src/login-common/client-common.c +++ b/src/login-common/client-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "hostpid.h" diff --git a/src/login-common/login-proxy.c b/src/login-common/login-proxy.c index 7a2aabccbc..56cf98f5a1 100644 --- a/src/login-common/login-proxy.c +++ b/src/login-common/login-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/login-common/main.c b/src/login-common/main.c index 43331ec8b1..7ef360567c 100644 --- a/src/login-common/main.c +++ b/src/login-common/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/login-common/master.c b/src/login-common/master.c index 3bc7c516f3..43ead630ec 100644 --- a/src/login-common/master.c +++ b/src/login-common/master.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "hash.h" diff --git a/src/login-common/sasl-server.c b/src/login-common/sasl-server.c index 914a3bccf2..52b4761256 100644 --- a/src/login-common/sasl-server.c +++ b/src/login-common/sasl-server.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "base64.h" diff --git a/src/login-common/ssl-proxy-gnutls.c b/src/login-common/ssl-proxy-gnutls.c index 1e1c5fb094..98b193cbba 100644 --- a/src/login-common/ssl-proxy-gnutls.c +++ b/src/login-common/ssl-proxy-gnutls.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/login-common/ssl-proxy-openssl.c b/src/login-common/ssl-proxy-openssl.c index 91b2981451..a5ac0ec37e 100644 --- a/src/login-common/ssl-proxy-openssl.c +++ b/src/login-common/ssl-proxy-openssl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/login-common/ssl-proxy.c b/src/login-common/ssl-proxy.c index c02fcb577e..00c2ef0ca8 100644 --- a/src/login-common/ssl-proxy.c +++ b/src/login-common/ssl-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ssl-proxy.h" diff --git a/src/master/askpass.c b/src/master/askpass.c index f443216cc3..22e675572b 100644 --- a/src/master/askpass.c +++ b/src/master/askpass.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "askpass.h" diff --git a/src/master/auth-process.c b/src/master/auth-process.c index c66aef540b..7e34426fd6 100644 --- a/src/master/auth-process.c +++ b/src/master/auth-process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "hash.h" diff --git a/src/master/child-process.c b/src/master/child-process.c index c1cb032bbe..8979699046 100644 --- a/src/master/child-process.c +++ b/src/master/child-process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "lib-signals.h" diff --git a/src/master/dict-process.c b/src/master/dict-process.c index b85050b17f..43a9e9e77c 100644 --- a/src/master/dict-process.c +++ b/src/master/dict-process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/dup2-array.c b/src/master/dup2-array.c index 96a761b3bd..ee370224f6 100644 --- a/src/master/dup2-array.c +++ b/src/master/dup2-array.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/master/listener.c b/src/master/listener.c index 38dc5ca356..a564082079 100644 --- a/src/master/listener.c +++ b/src/master/listener.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/log.c b/src/master/log.c index 61c7baf101..6c15d8702b 100644 --- a/src/master/log.c +++ b/src/master/log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/master/login-process.c b/src/master/login-process.c index dc61b79b31..b8751a1025 100644 --- a/src/master/login-process.c +++ b/src/master/login-process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/mail-process.c b/src/master/mail-process.c index 5acde27739..117b9de671 100644 --- a/src/master/mail-process.c +++ b/src/master/mail-process.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/main.c b/src/master/main.c index bcb4e1e510..9bf6d5bb7d 100644 --- a/src/master/main.c +++ b/src/master/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/master-settings.c b/src/master/master-settings.c index 4b258e6505..ef43623093 100644 --- a/src/master/master-settings.c +++ b/src/master/master-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/master/ssl-init-gnutls.c b/src/master/ssl-init-gnutls.c index 9efab2fc6a..f027fc60c6 100644 --- a/src/master/ssl-init-gnutls.c +++ b/src/master/ssl-init-gnutls.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "write-full.h" diff --git a/src/master/ssl-init-main.c b/src/master/ssl-init-main.c index 02efc00872..5f35919552 100644 --- a/src/master/ssl-init-main.c +++ b/src/master/ssl-init-main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "lib-signals.h" diff --git a/src/master/ssl-init-openssl.c b/src/master/ssl-init-openssl.c index 2dd3cb0218..2f483822d0 100644 --- a/src/master/ssl-init-openssl.c +++ b/src/master/ssl-init-openssl.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "write-full.h" diff --git a/src/master/ssl-init.c b/src/master/ssl-init.c index 0ec7d645c9..67305fe3e3 100644 --- a/src/master/ssl-init.c +++ b/src/master/ssl-init.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/master/sysinfo-get.c b/src/master/sysinfo-get.c index 11424536f2..49091e242b 100644 --- a/src/master/sysinfo-get.c +++ b/src/master/sysinfo-get.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mountpoint.h" diff --git a/src/master/syslog-util.c b/src/master/syslog-util.c index e044a3127c..3d9a075e04 100644 --- a/src/master/syslog-util.c +++ b/src/master/syslog-util.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "syslog-util.h" diff --git a/src/plugins/acl/acl-api.c b/src/plugins/acl/acl-api.c index 558c529d77..ac750dda55 100644 --- a/src/plugins/acl/acl-api.c +++ b/src/plugins/acl/acl-api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 fc3cd54701..3acee29feb 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/acl/acl-backend-vfile.c b/src/plugins/acl/acl-backend-vfile.c index 6af9c0077f..cc570a17a9 100644 --- a/src/plugins/acl/acl-backend-vfile.c +++ b/src/plugins/acl/acl-backend-vfile.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/acl/acl-backend.c b/src/plugins/acl/acl-backend.c index 9bdd49335b..dbd12c0215 100644 --- a/src/plugins/acl/acl-backend.c +++ b/src/plugins/acl/acl-backend.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 46d6d652f0..bf7bdbf09d 100644 --- a/src/plugins/acl/acl-cache.c +++ b/src/plugins/acl/acl-cache.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 fb32121885..5454244c64 100644 --- a/src/plugins/acl/acl-lookup-dict.c +++ b/src/plugins/acl/acl-lookup-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 a1c84bb895..80b53bdd54 100644 --- a/src/plugins/acl/acl-mailbox-list.c +++ b/src/plugins/acl/acl-mailbox-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 1fb293759f..9dbd166810 100644 --- a/src/plugins/acl/acl-mailbox.c +++ b/src/plugins/acl/acl-mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 117e9a3128..c9027708ec 100644 --- a/src/plugins/acl/acl-plugin.c +++ b/src/plugins/acl/acl-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 90530c8ead..4ee6338733 100644 --- a/src/plugins/acl/acl-shared-storage.c +++ b/src/plugins/acl/acl-shared-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 efb160ddbb..8c27dc727f 100644 --- a/src/plugins/acl/acl-storage.c +++ b/src/plugins/acl/acl-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/convert/convert-plugin.c b/src/plugins/convert/convert-plugin.c index 558c1fd3ad..5e4639bce8 100644 --- a/src/plugins/convert/convert-plugin.c +++ b/src/plugins/convert/convert-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff --git a/src/plugins/convert/convert-storage.c b/src/plugins/convert/convert-storage.c index f44587bcec..9471b2a5ce 100644 --- a/src/plugins/convert/convert-storage.c +++ b/src/plugins/convert/convert-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/plugins/convert/convert-tool.c b/src/plugins/convert/convert-tool.c index 0df96467d0..59114a89ea 100644 --- a/src/plugins/convert/convert-tool.c +++ b/src/plugins/convert/convert-tool.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/expire/auth-client.c b/src/plugins/expire/auth-client.c index 8d8d856cbe..18b293aa55 100644 --- a/src/plugins/expire/auth-client.c +++ b/src/plugins/expire/auth-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/expire/expire-env.c b/src/plugins/expire/expire-env.c index 3288012af6..86706e30b7 100644 --- a/src/plugins/expire/expire-env.c +++ b/src/plugins/expire/expire-env.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/expire/expire-plugin.c b/src/plugins/expire/expire-plugin.c index 2ae978d68e..74fe2ba2a6 100644 --- a/src/plugins/expire/expire-plugin.c +++ b/src/plugins/expire/expire-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/expire/expire-tool.c b/src/plugins/expire/expire-tool.c index 98963e0b6f..9b94907ab3 100644 --- a/src/plugins/expire/expire-tool.c +++ b/src/plugins/expire/expire-tool.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/fts-lucene/fts-backend-lucene.c b/src/plugins/fts-lucene/fts-backend-lucene.c index 178f3e6bea..e5111228df 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 93d7b5fe55..7dd9420c5f 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-private.h" diff --git a/src/plugins/fts-solr/fts-backend-solr.c b/src/plugins/fts-solr/fts-backend-solr.c index a913e3850c..28481049c1 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 f09b396200..09548f5a3c 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "fts-solr-plugin.h" diff --git a/src/plugins/fts-solr/solr-connection.c b/src/plugins/fts-solr/solr-connection.c index 29ceef0d8f..092f6e5a49 100644 --- a/src/plugins/fts-solr/solr-connection.c +++ b/src/plugins/fts-solr/solr-connection.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ /* curl: 7.16.0 curl_multi_timeout */ diff --git a/src/plugins/fts-squat/fts-backend-squat.c b/src/plugins/fts-squat/fts-backend-squat.c index be7cf41081..af9b513b38 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 5ca28b300c..ee93ce84aa 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 05697391de..4dec5d3060 100644 --- a/src/plugins/fts-squat/squat-test.c +++ b/src/plugins/fts-squat/squat-test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 55a00640e2..5702c72f73 100644 --- a/src/plugins/fts-squat/squat-trie.c +++ b/src/plugins/fts-squat/squat-trie.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 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 93f49b819f..d3cc1de755 100644 --- a/src/plugins/fts-squat/squat-uidlist.c +++ b/src/plugins/fts-squat/squat-uidlist.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts/fts-api.c b/src/plugins/fts/fts-api.c index 450a9160ca..c415ffe69e 100644 --- a/src/plugins/fts/fts-api.c +++ b/src/plugins/fts/fts-api.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/fts/fts-plugin.c b/src/plugins/fts/fts-plugin.c index 88071d5c2c..9c47bdc8b1 100644 --- a/src/plugins/fts/fts-plugin.c +++ b/src/plugins/fts/fts-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage-private.h" diff --git a/src/plugins/fts/fts-search.c b/src/plugins/fts/fts-search.c index a1948b8850..c193420550 100644 --- a/src/plugins/fts/fts-search.c +++ b/src/plugins/fts/fts-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 5a832dc650..9dad700cb2 100644 --- a/src/plugins/fts/fts-storage.c +++ b/src/plugins/fts/fts-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/imap-acl/imap-acl-plugin.c b/src/plugins/imap-acl/imap-acl-plugin.c index 2680953935..53e78b31f5 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 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "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 29fe3793c7..f28222bed0 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "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 8096c13bbd..ada7cf4b2b 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/mail-log/mail-log-plugin.c b/src/plugins/mail-log/mail-log-plugin.c index 385a2ae3ef..bde0b277f6 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-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/mbox-snarf/mbox-snarf-plugin.c b/src/plugins/mbox-snarf/mbox-snarf-plugin.c index 1d1f370673..1e2901da06 100644 --- a/src/plugins/mbox-snarf/mbox-snarf-plugin.c +++ b/src/plugins/mbox-snarf/mbox-snarf-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/quota/quota-count.c b/src/plugins/quota/quota-count.c index e84254aaa4..1c607daeb1 100644 --- a/src/plugins/quota/quota-count.c +++ b/src/plugins/quota/quota-count.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 d78c6a1521..1b095982ac 100644 --- a/src/plugins/quota/quota-dict.c +++ b/src/plugins/quota/quota-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 b05ab1298d..1aaa54b83e 100644 --- a/src/plugins/quota/quota-dirsize.c +++ b/src/plugins/quota/quota-dirsize.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 7907a2a7e6..2d4df8a787 100644 --- a/src/plugins/quota/quota-fs.c +++ b/src/plugins/quota/quota-fs.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 90529c826b..719348c68e 100644 --- a/src/plugins/quota/quota-maildir.c +++ b/src/plugins/quota/quota-maildir.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 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 0a867b4593..7a78936ab6 100644 --- a/src/plugins/quota/quota-plugin.c +++ b/src/plugins/quota/quota-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-storage.h" diff --git a/src/plugins/quota/quota-storage.c b/src/plugins/quota/quota-storage.c index 382a5bb362..413eb1c53c 100644 --- a/src/plugins/quota/quota-storage.c +++ b/src/plugins/quota/quota-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 42a360e494..6c754baa7d 100644 --- a/src/plugins/quota/quota.c +++ b/src/plugins/quota/quota.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/trash/trash-plugin.c b/src/plugins/trash/trash-plugin.c index 3381aa7cb2..f575c71ac5 100644 --- a/src/plugins/trash/trash-plugin.c +++ b/src/plugins/trash/trash-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 f57050df81..7a877fc488 100644 --- a/src/plugins/virtual/virtual-config.c +++ b/src/plugins/virtual/virtual-config.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 234bdf5d49..3e27eb4e5c 100644 --- a/src/plugins/virtual/virtual-mail.c +++ b/src/plugins/virtual/virtual-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 40d0283414..c5ed5f40d2 100644 --- a/src/plugins/virtual/virtual-plugin.c +++ b/src/plugins/virtual/virtual-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-namespace.h" diff --git a/src/plugins/virtual/virtual-search.c b/src/plugins/virtual/virtual-search.c index a481c655df..61a4b2351b 100644 --- a/src/plugins/virtual/virtual-search.c +++ b/src/plugins/virtual/virtual-search.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 0a15d71dcc..c0f75df7c0 100644 --- a/src/plugins/virtual/virtual-storage.c +++ b/src/plugins/virtual/virtual-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 e6fa171335..25391951c9 100644 --- a/src/plugins/virtual/virtual-sync.c +++ b/src/plugins/virtual/virtual-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 d3b1ef3bf6..2f59b64d5b 100644 --- a/src/plugins/virtual/virtual-transaction.c +++ b/src/plugins/virtual/virtual-transaction.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/plugins/zlib/istream-bzlib.c b/src/plugins/zlib/istream-bzlib.c index 08fac30b20..49a7b32614 100644 --- a/src/plugins/zlib/istream-bzlib.c +++ b/src/plugins/zlib/istream-bzlib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-internal.h" diff --git a/src/plugins/zlib/istream-zlib.c b/src/plugins/zlib/istream-zlib.c index d1b94b82cb..d738cc886d 100644 --- a/src/plugins/zlib/istream-zlib.c +++ b/src/plugins/zlib/istream-zlib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #ifdef BZLIB_INCLUDE # define BUILD_SOURCE diff --git a/src/plugins/zlib/zlib-plugin.c b/src/plugins/zlib/zlib-plugin.c index 980f5d6055..da020517c1 100644 --- a/src/plugins/zlib/zlib-plugin.c +++ b/src/plugins/zlib/zlib-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 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 a09d3042c8..da5efac2fc 100644 --- a/src/pop3-login/client-authenticate.c +++ b/src/pop3-login/client-authenticate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "base64.h" diff --git a/src/pop3-login/client.c b/src/pop3-login/client.c index 7215b731e0..076e9bc465 100644 --- a/src/pop3-login/client.c +++ b/src/pop3-login/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "base64.h" diff --git a/src/pop3-login/pop3-proxy.c b/src/pop3-login/pop3-proxy.c index 551cec69ef..d65710c2d2 100644 --- a/src/pop3-login/pop3-proxy.c +++ b/src/pop3-login/pop3-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2004-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2004-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/pop3/client.c b/src/pop3/client.c index 503b69d659..0da0be855f 100644 --- a/src/pop3/client.c +++ b/src/pop3/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "buffer.h" diff --git a/src/pop3/commands.c b/src/pop3/commands.c index 44c4bad0d6..ac8efc0459 100644 --- a/src/pop3/commands.c +++ b/src/pop3/commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "array.h" diff --git a/src/pop3/main.c b/src/pop3/main.c index aa75fa530a..55873501a4 100644 --- a/src/pop3/main.c +++ b/src/pop3/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "common.h" #include "ioloop.h" diff --git a/src/tests/test-common.c b/src/tests/test-common.c index 663db7e0a2..630cc7124f 100644 --- a/src/tests/test-common.c +++ b/src/tests/test-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "istream-internal.h" diff --git a/src/tests/test-imap.c b/src/tests/test-imap.c index 71c21965cb..cf08b37add 100644 --- a/src/tests/test-imap.c +++ b/src/tests/test-imap.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/tests/test-istream.c b/src/tests/test-istream.c index c0624ceef5..838e062ebb 100644 --- a/src/tests/test-istream.c +++ b/src/tests/test-istream.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "str.h" diff --git a/src/tests/test-lib.c b/src/tests/test-lib.c index 52cf9e6119..ad35496f68 100644 --- a/src/tests/test-lib.c +++ b/src/tests/test-lib.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "test-lib.h" #include "array.h" diff --git a/src/tests/test-mail.c b/src/tests/test-mail.c index 662d18d0b5..ab2b135c6b 100644 --- a/src/tests/test-mail.c +++ b/src/tests/test-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/util/gdbhelper.c b/src/util/gdbhelper.c index 4be86b420e..5c62f4ee48 100644 --- a/src/util/gdbhelper.c +++ b/src/util/gdbhelper.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/util/idxview.c b/src/util/idxview.c index 02f019f771..e0e4ee1085 100644 --- a/src/util/idxview.c +++ b/src/util/idxview.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/util/imap-utf7.c b/src/util/imap-utf7.c index cbf7dfb0ac..68389bb2e5 100644 --- a/src/util/imap-utf7.c +++ b/src/util/imap-utf7.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "str.h" diff --git a/src/util/listview.c b/src/util/listview.c index 1f009cc215..f406c25da9 100644 --- a/src/util/listview.c +++ b/src/util/listview.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "crc32.h" diff --git a/src/util/logview.c b/src/util/logview.c index 731bed5468..be9165c8f3 100644 --- a/src/util/logview.c +++ b/src/util/logview.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mail-index-private.h" diff --git a/src/util/maildirlock.c b/src/util/maildirlock.c index a52a924567..98fa747682 100644 --- a/src/util/maildirlock.c +++ b/src/util/maildirlock.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 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 2060bd2bab..77c39bcc9f 100644 --- a/src/util/rawlog.c +++ b/src/util/rawlog.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" diff --git a/src/util/threadview.c b/src/util/threadview.c index 1be01df2bc..b0c55a9441 100644 --- a/src/util/threadview.c +++ b/src/util/threadview.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2007-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2007-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "mmap-util.h"