]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
Updated copyright notices to include year 2009.
authorTimo Sirainen <tss@iki.fi>
Tue, 6 Jan 2009 14:25:38 +0000 (09:25 -0500)
committerTimo Sirainen <tss@iki.fi>
Tue, 6 Jan 2009 14:25:38 +0000 (09:25 -0500)
--HG--
branch : HEAD

439 files changed:
src/auth/auth-cache.c
src/auth/auth-client-connection.c
src/auth/auth-master-connection.c
src/auth/auth-master-listener.c
src/auth/auth-request-handler.c
src/auth/auth-request.c
src/auth/auth-stream.c
src/auth/auth-worker-client.c
src/auth/auth-worker-server.c
src/auth/auth.c
src/auth/db-checkpassword.c
src/auth/db-ldap.c
src/auth/db-passwd-file.c
src/auth/db-sql.c
src/auth/main.c
src/auth/mech-anonymous.c
src/auth/mech-cram-md5.c
src/auth/mech-digest-md5.c
src/auth/mech-plain.c
src/auth/mech.c
src/auth/passdb-blocking.c
src/auth/passdb-bsdauth.c
src/auth/passdb-cache.c
src/auth/passdb-checkpassword.c
src/auth/passdb-ldap.c
src/auth/passdb-passwd-file.c
src/auth/passdb-passwd.c
src/auth/passdb-shadow.c
src/auth/passdb-sql.c
src/auth/passdb-vpopmail.c
src/auth/passdb.c
src/auth/password-scheme.c
src/auth/userdb-blocking.c
src/auth/userdb-checkpassword.c
src/auth/userdb-ldap.c
src/auth/userdb-nss.c
src/auth/userdb-passwd-file.c
src/auth/userdb-passwd.c
src/auth/userdb-prefetch.c
src/auth/userdb-sql.c
src/auth/userdb-static.c
src/auth/userdb-vpopmail.c
src/auth/userdb.c
src/deliver/auth-client.c
src/deliver/deliver.c
src/deliver/duplicate.c
src/deliver/mail-send.c
src/deliver/smtp-client.c
src/dict/dict-server.c
src/dict/main.c
src/imap-login/client-authenticate.c
src/imap-login/client.c
src/imap-login/imap-proxy.c
src/imap/client.c
src/imap/cmd-append.c
src/imap/cmd-cancelupdate.c
src/imap/cmd-capability.c
src/imap/cmd-check.c
src/imap/cmd-close.c
src/imap/cmd-copy.c
src/imap/cmd-create.c
src/imap/cmd-delete.c
src/imap/cmd-enable.c
src/imap/cmd-examine.c
src/imap/cmd-expunge.c
src/imap/cmd-fetch.c
src/imap/cmd-id.c
src/imap/cmd-idle.c
src/imap/cmd-list.c
src/imap/cmd-logout.c
src/imap/cmd-lsub.c
src/imap/cmd-namespace.c
src/imap/cmd-noop.c
src/imap/cmd-rename.c
src/imap/cmd-search.c
src/imap/cmd-select.c
src/imap/cmd-sort.c
src/imap/cmd-status.c
src/imap/cmd-store.c
src/imap/cmd-subscribe.c
src/imap/cmd-thread.c
src/imap/cmd-uid.c
src/imap/cmd-unselect.c
src/imap/cmd-unsubscribe.c
src/imap/cmd-x-cancel.c
src/imap/commands-util.c
src/imap/commands.c
src/imap/imap-expunge.c
src/imap/imap-fetch-body.c
src/imap/imap-fetch.c
src/imap/imap-search.c
src/imap/imap-sort.c
src/imap/imap-status.c
src/imap/imap-sync.c
src/imap/mail-storage-callbacks.c
src/imap/main.c
src/lib-auth/auth-client.c
src/lib-auth/auth-master.c
src/lib-auth/auth-server-connection.c
src/lib-auth/auth-server-request.c
src/lib-charset/charset-iconv.c
src/lib-charset/charset-utf8.c
src/lib-dict/dict-client.c
src/lib-dict/dict-db.c
src/lib-dict/dict-file.c
src/lib-dict/dict-sql-settings.c
src/lib-dict/dict-sql.c
src/lib-dict/dict.c
src/lib-imap/imap-base-subject.c
src/lib-imap/imap-bodystructure.c
src/lib-imap/imap-date.c
src/lib-imap/imap-envelope.c
src/lib-imap/imap-id.c
src/lib-imap/imap-match.c
src/lib-imap/imap-parser.c
src/lib-imap/imap-quote.c
src/lib-imap/imap-seqset.c
src/lib-imap/imap-utf7.c
src/lib-imap/imap-util.c
src/lib-index/mail-cache-compress.c
src/lib-index/mail-cache-decisions.c
src/lib-index/mail-cache-fields.c
src/lib-index/mail-cache-lookup.c
src/lib-index/mail-cache-sync-update.c
src/lib-index/mail-cache-transaction.c
src/lib-index/mail-cache.c
src/lib-index/mail-index-dummy-view.c
src/lib-index/mail-index-fsck.c
src/lib-index/mail-index-lock.c
src/lib-index/mail-index-map.c
src/lib-index/mail-index-modseq.c
src/lib-index/mail-index-strmap.c
src/lib-index/mail-index-sync-ext.c
src/lib-index/mail-index-sync-keywords.c
src/lib-index/mail-index-sync-update.c
src/lib-index/mail-index-sync.c
src/lib-index/mail-index-transaction-view.c
src/lib-index/mail-index-transaction.c
src/lib-index/mail-index-view-sync.c
src/lib-index/mail-index-view.c
src/lib-index/mail-index-write.c
src/lib-index/mail-index.c
src/lib-index/mail-transaction-log-append.c
src/lib-index/mail-transaction-log-file.c
src/lib-index/mail-transaction-log-view.c
src/lib-index/mail-transaction-log.c
src/lib-index/mailbox-list-index-sync.c
src/lib-index/mailbox-list-index.c
src/lib-mail/istream-header-filter.c
src/lib-mail/mbox-from.c
src/lib-mail/message-address.c
src/lib-mail/message-date.c
src/lib-mail/message-decoder.c
src/lib-mail/message-header-decode.c
src/lib-mail/message-header-parser.c
src/lib-mail/message-id.c
src/lib-mail/message-parser.c
src/lib-mail/message-part-serialize.c
src/lib-mail/message-search.c
src/lib-mail/message-send.c
src/lib-mail/message-size.c
src/lib-mail/quoted-printable.c
src/lib-mail/rfc2231-parser.c
src/lib-mail/rfc822-parser.c
src/lib-settings/settings.c
src/lib-sql/driver-mysql.c
src/lib-sql/driver-pgsql.c
src/lib-sql/sql-api.c
src/lib-sql/sql-pool.c
src/lib-storage/index/cydir/cydir-mail.c
src/lib-storage/index/cydir/cydir-save.c
src/lib-storage/index/cydir/cydir-storage.c
src/lib-storage/index/cydir/cydir-sync.c
src/lib-storage/index/cydir/cydir-transaction.c
src/lib-storage/index/dbox/dbox-file-maildir.c
src/lib-storage/index/dbox/dbox-file.c
src/lib-storage/index/dbox/dbox-index.c
src/lib-storage/index/dbox/dbox-mail.c
src/lib-storage/index/dbox/dbox-save.c
src/lib-storage/index/dbox/dbox-storage.c
src/lib-storage/index/dbox/dbox-sync-file.c
src/lib-storage/index/dbox/dbox-sync-rebuild.c
src/lib-storage/index/dbox/dbox-sync.c
src/lib-storage/index/dbox/dbox-transaction.c
src/lib-storage/index/index-fetch.c
src/lib-storage/index/index-mail-headers.c
src/lib-storage/index/index-mail.c
src/lib-storage/index/index-mailbox-check.c
src/lib-storage/index/index-search-result.c
src/lib-storage/index/index-search.c
src/lib-storage/index/index-sort-string.c
src/lib-storage/index/index-sort.c
src/lib-storage/index/index-status.c
src/lib-storage/index/index-storage.c
src/lib-storage/index/index-sync-changes.c
src/lib-storage/index/index-sync-search.c
src/lib-storage/index/index-sync.c
src/lib-storage/index/index-thread-finish.c
src/lib-storage/index/index-thread-links.c
src/lib-storage/index/index-thread-list.c
src/lib-storage/index/index-thread.c
src/lib-storage/index/index-transaction.c
src/lib-storage/index/maildir/maildir-copy.c
src/lib-storage/index/maildir/maildir-filename.c
src/lib-storage/index/maildir/maildir-keywords.c
src/lib-storage/index/maildir/maildir-mail.c
src/lib-storage/index/maildir/maildir-save.c
src/lib-storage/index/maildir/maildir-storage.c
src/lib-storage/index/maildir/maildir-sync-index.c
src/lib-storage/index/maildir/maildir-sync.c
src/lib-storage/index/maildir/maildir-transaction.c
src/lib-storage/index/maildir/maildir-uidlist.c
src/lib-storage/index/maildir/maildir-util.c
src/lib-storage/index/mbox/istream-raw-mbox.c
src/lib-storage/index/mbox/mbox-file.c
src/lib-storage/index/mbox/mbox-lock.c
src/lib-storage/index/mbox/mbox-mail.c
src/lib-storage/index/mbox/mbox-md5.c
src/lib-storage/index/mbox/mbox-save.c
src/lib-storage/index/mbox/mbox-storage.c
src/lib-storage/index/mbox/mbox-sync-parse.c
src/lib-storage/index/mbox/mbox-sync-rewrite.c
src/lib-storage/index/mbox/mbox-sync-update.c
src/lib-storage/index/mbox/mbox-sync.c
src/lib-storage/index/mbox/mbox-transaction.c
src/lib-storage/index/raw/raw-mail.c
src/lib-storage/index/raw/raw-storage.c
src/lib-storage/index/raw/raw-sync.c
src/lib-storage/index/raw/raw-transaction.c
src/lib-storage/index/shared/shared-list.c
src/lib-storage/index/shared/shared-storage.c
src/lib-storage/list/index-mailbox-list-sync.c
src/lib-storage/list/index-mailbox-list.c
src/lib-storage/list/mailbox-list-fs-iter.c
src/lib-storage/list/mailbox-list-fs.c
src/lib-storage/list/mailbox-list-maildir-iter.c
src/lib-storage/list/mailbox-list-maildir.c
src/lib-storage/list/mailbox-list-subscriptions.c
src/lib-storage/list/subscription-file.c
src/lib-storage/mail-copy.c
src/lib-storage/mail-error.c
src/lib-storage/mail-namespace.c
src/lib-storage/mail-search-build.c
src/lib-storage/mail-search.c
src/lib-storage/mail-storage.c
src/lib-storage/mail-user.c
src/lib-storage/mail.c
src/lib-storage/mailbox-list.c
src/lib-storage/mailbox-search-result.c
src/lib-storage/mailbox-tree.c
src/lib-storage/mailbox-uidvalidity.c
src/lib/aqueue.c
src/lib/array.c
src/lib/backtrace-string.c
src/lib/base64.c
src/lib/bsearch-insert-pos.c
src/lib/buffer.c
src/lib/child-wait.c
src/lib/close-keep-errno.c
src/lib/compat.c
src/lib/crc32.c
src/lib/data-stack.c
src/lib/env-util.c
src/lib/failures.c
src/lib/fd-close-on-exec.c
src/lib/fd-set-nonblock.c
src/lib/fdatasync-path.c
src/lib/fdpass.c
src/lib/file-cache.c
src/lib/file-copy.c
src/lib/file-dotlock.c
src/lib/file-lock.c
src/lib/file-set-size.c
src/lib/hash.c
src/lib/hash2.c
src/lib/hex-binary.c
src/lib/hex-dec.c
src/lib/home-expand.c
src/lib/hostpid.c
src/lib/imem.c
src/lib/ioloop-notify-dn.c
src/lib/ioloop-notify-fd.c
src/lib/ioloop-notify-inotify.c
src/lib/ioloop-notify-none.c
src/lib/ioloop-poll.c
src/lib/ioloop-select.c
src/lib/ioloop.c
src/lib/iostream.c
src/lib/istream-concat.c
src/lib/istream-crlf.c
src/lib/istream-data.c
src/lib/istream-file.c
src/lib/istream-limit.c
src/lib/istream-mmap.c
src/lib/istream-seekable.c
src/lib/istream-tee.c
src/lib/istream.c
src/lib/lib-signals.c
src/lib/lib.c
src/lib/mempool-alloconly.c
src/lib/mempool-datastack.c
src/lib/mempool-system-clean.c
src/lib/mempool-system.c
src/lib/mempool-unsafe-datastack.c
src/lib/mempool.c
src/lib/mkdir-parents.c
src/lib/mmap-anon.c
src/lib/mmap-util.c
src/lib/module-dir.c
src/lib/mountpoint.c
src/lib/network.c
src/lib/nfs-workarounds.c
src/lib/ostream-file.c
src/lib/ostream.c
src/lib/printf-format-fix.c
src/lib/priorityq.c
src/lib/process-title.c
src/lib/randgen.c
src/lib/read-full.c
src/lib/restrict-access.c
src/lib/restrict-process-size.c
src/lib/safe-memset.c
src/lib/safe-mkdir.c
src/lib/safe-mkstemp.c
src/lib/sendfile-util.c
src/lib/seq-range-array.c
src/lib/str-find.c
src/lib/str-sanitize.c
src/lib/str.c
src/lib/strescape.c
src/lib/strfuncs.c
src/lib/unichar.c
src/lib/unix-socket-create.c
src/lib/unlink-directory.c
src/lib/unlink-old-files.c
src/lib/utc-mktime.c
src/lib/utc-offset.c
src/lib/var-expand.c
src/lib/write-full.c
src/login-common/client-common.c
src/login-common/login-proxy.c
src/login-common/main.c
src/login-common/master.c
src/login-common/sasl-server.c
src/login-common/ssl-proxy-gnutls.c
src/login-common/ssl-proxy-openssl.c
src/login-common/ssl-proxy.c
src/master/askpass.c
src/master/auth-process.c
src/master/child-process.c
src/master/dict-process.c
src/master/dup2-array.c
src/master/listener.c
src/master/log.c
src/master/login-process.c
src/master/mail-process.c
src/master/main.c
src/master/master-settings.c
src/master/ssl-init-gnutls.c
src/master/ssl-init-main.c
src/master/ssl-init-openssl.c
src/master/ssl-init.c
src/master/sysinfo-get.c
src/master/syslog-util.c
src/plugins/acl/acl-api.c
src/plugins/acl/acl-backend-vfile-acllist.c
src/plugins/acl/acl-backend-vfile.c
src/plugins/acl/acl-backend.c
src/plugins/acl/acl-cache.c
src/plugins/acl/acl-lookup-dict.c
src/plugins/acl/acl-mailbox-list.c
src/plugins/acl/acl-mailbox.c
src/plugins/acl/acl-plugin.c
src/plugins/acl/acl-shared-storage.c
src/plugins/acl/acl-storage.c
src/plugins/convert/convert-plugin.c
src/plugins/convert/convert-storage.c
src/plugins/convert/convert-tool.c
src/plugins/expire/auth-client.c
src/plugins/expire/expire-env.c
src/plugins/expire/expire-plugin.c
src/plugins/expire/expire-tool.c
src/plugins/fts-lucene/fts-backend-lucene.c
src/plugins/fts-lucene/fts-lucene-plugin.c
src/plugins/fts-solr/fts-backend-solr.c
src/plugins/fts-solr/fts-solr-plugin.c
src/plugins/fts-solr/solr-connection.c
src/plugins/fts-squat/fts-backend-squat.c
src/plugins/fts-squat/fts-squat-plugin.c
src/plugins/fts-squat/squat-test.c
src/plugins/fts-squat/squat-trie.c
src/plugins/fts-squat/squat-uidlist.c
src/plugins/fts/fts-api.c
src/plugins/fts/fts-plugin.c
src/plugins/fts/fts-search.c
src/plugins/fts/fts-storage.c
src/plugins/imap-acl/imap-acl-plugin.c
src/plugins/imap-quota/imap-quota-plugin.c
src/plugins/lazy-expunge/lazy-expunge-plugin.c
src/plugins/mail-log/mail-log-plugin.c
src/plugins/mbox-snarf/mbox-snarf-plugin.c
src/plugins/quota/quota-count.c
src/plugins/quota/quota-dict.c
src/plugins/quota/quota-dirsize.c
src/plugins/quota/quota-fs.c
src/plugins/quota/quota-maildir.c
src/plugins/quota/quota-plugin.c
src/plugins/quota/quota-storage.c
src/plugins/quota/quota.c
src/plugins/trash/trash-plugin.c
src/plugins/virtual/virtual-config.c
src/plugins/virtual/virtual-mail.c
src/plugins/virtual/virtual-plugin.c
src/plugins/virtual/virtual-search.c
src/plugins/virtual/virtual-storage.c
src/plugins/virtual/virtual-sync.c
src/plugins/virtual/virtual-transaction.c
src/plugins/zlib/istream-bzlib.c
src/plugins/zlib/istream-zlib.c
src/plugins/zlib/zlib-plugin.c
src/pop3-login/client-authenticate.c
src/pop3-login/client.c
src/pop3-login/pop3-proxy.c
src/pop3/client.c
src/pop3/commands.c
src/pop3/main.c
src/tests/test-common.c
src/tests/test-imap.c
src/tests/test-istream.c
src/tests/test-lib.c
src/tests/test-mail.c
src/util/gdbhelper.c
src/util/idxview.c
src/util/imap-utf7.c
src/util/listview.c
src/util/logview.c
src/util/maildirlock.c
src/util/rawlog.c
src/util/threadview.c

index 9862d7f6d8c9e393a5c8e335a76c408d1f023769..4e9b4e44fb425c4d1d370e712e014c4c6f6dfda5 100644 (file)
@@ -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"
index ed8fabbfe5d3e1e31a7329ac652579e6861a5f82..f6f53b9a02f0ce103806ee6073354bf4fb9005d2 100644 (file)
@@ -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"
index 2601dc5a55088142aa704d02299311c0591b7d00..0cee5fb746fa5836bf55dabc1a20e9489e093a12 100644 (file)
@@ -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"
index 0d6b82c947210a12aaa7a1528781469dc97d8186..abb90493185e0847149a76109ee535957a485717 100644 (file)
@@ -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"
index 2f1aa7a54c85d418f7a5f82182b15d2ac07faf7c..37d7724d5b37bb88079f56973e3a8f9259061013 100644 (file)
@@ -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"
index b32a0db02d113f17a2bd7a17a74b96310dd00fd8..a87e52159c01c91fdc38029f46466ccda5f9a1f5 100644 (file)
@@ -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"
index 93bb9f745f0a12eb50419fe0c1d885db89abe150..d9f64b0f63286b97658f2690bd4ebaa409e96863 100644 (file)
@@ -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"
index 26f54eaa6654e27b01a5462e83379ae544c3525a..fdff0fc4bf216b782ef86dc4197616ed169d40db 100644 (file)
@@ -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"
index f52fffaa36af8dbbdf01a139568c28f3027151da..ef0cbd2af218fda5f68bf61a07e3484be6cccc25 100644 (file)
@@ -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"
index 288889d7d5f788aad069c94ae389a4da87771c0b..d437b2aa7e24f4d15b3b8623f4932f80a88e2e99 100644 (file)
@@ -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"
index 7256d0585fb10ded6aa7d398026235c4529f9366..37531a5e68471dc0f778029f62c036d1e100c48b 100644 (file)
@@ -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"
 
index 95e97a0d1412c55526e0b47ce55e4cf5cdf6d587..8d5c61f42375b24b9032c6958b8d86aa44279366 100644 (file)
@@ -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"
 
index 5ca6bc69e6c41f8511411c8b96ca086e3320d39b..370bc1c5f16eda62496baecadcd2778b48e32013 100644 (file)
@@ -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"
 
index b1b5f6bb0c52526bc198527d3edab2cee5afd02a..9a378794fb008bf684c0d93eeac35d5395aec49c 100644 (file)
@@ -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"
 
index 5bb6b88d27dfaa47dd60d29b27abda8c6b8dc04f..ea49f05f05efff8f82296aec000407bd2bcedb85 100644 (file)
@@ -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"
index 97c26f49d761e41aac787ed3d9713674f532ccf6..ea643e6a590a4091f6f62e08a2bdc81454624681 100644 (file)
@@ -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"
index 6bf9a27ab7bf9efeda402822e9bd8f60e0268dc6..165e86f08b929071c54e92f1fe383cd8f7c40c0b 100644 (file)
@@ -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 <joshua@roughtrade.net> */
index fded60bd851df7943ec73372cbdbb8efc9c9c5ac..58ae8431e3cc4a4b83c19532876bb721f6798844 100644 (file)
@@ -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 */
 
index 2f817b4733c73c1d128bcee67e5264c514b8be27..e49b86794d181dc450f42da09fe5382b0f498d39 100644 (file)
@@ -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"
index f1dc784751b57b2cad2e1e59268b62d44e2fc50f..16fbee419a73131ce9c9a90c40fd5e779a615ce9 100644 (file)
@@ -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"
index b23209ea5a8b4e2999a0ec75bf400599f6bc1cf8..ac5681b36a79924d160cad63711998ed5e7ae069 100644 (file)
@@ -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"
index 9661944820ba5dcca347d1b6578b7bd691a94282..cd35dac906488fb72cd28901041bf463cbb98140 100644 (file)
@@ -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"
index efb404335c99802fa0f01d1e7ba863bc132fc815..5b3bbb307c1724366b066bdf5765d77710d7ba54 100644 (file)
@@ -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"
index 946a54675a400b2a89b6961999703de8ead379f9..d5eec548b9f5849eb6dfd7a38067cee81a76112d 100644 (file)
@@ -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"
index e980ac15beb1d140c1f88842cec733fc10cccf43..08a6c9d4286ab8ad0f7875fbaa1ce2abe54b8649 100644 (file)
@@ -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"
index 4d591e429526573c2f5888b11b3431cd690f627c..8c789c861fafde716dcb4775b316e5528c2b7100 100644 (file)
@@ -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"
index 61ebe7c8991480425e3c35e24c7764b62bdcf6bf..fee8e56861acbc7e4e511a75a03b4297abfa73cc 100644 (file)
@@ -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"
index 399fb9d8b785fb5f3e9833a880bbd5f4bd5d4bab..96d1b54a3d1841b1e3735551a3857414499e0581 100644 (file)
@@ -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"
index c40f0937ca4cc162443c30bc61c9e30fcf18c7ff..4ee00d064e3ae979350927b5b8bcbbde9839ff29 100644 (file)
@@ -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"
index d8e9b265eca0844f6f17119d66e3b904ea9fa4c6..86d38ade278e8ddd867190d083dea137ca6fbda0 100644 (file)
@@ -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 */
 
index edf9de062406cde67a35afdbee0c105f7c6549f1..898c8b38aaa1252486b4a7366703c30796167d53 100644 (file)
@@ -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"
index 2a0dca42c3584456384e3ac139527d03e58f7e2f..2dbb5dba847244d2154e32e00d3df3d5d8c1f2e7 100644 (file)
@@ -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"
index c746fb4fdc33cf07e66564e9bc7db35557dbb9e6..951168fde63cc1dbf6265a97f58c380556e41a16 100644 (file)
@@ -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"
index 5f65213109c990ea0ba7d7ef3d2d603aa5ab5e51..6a07a1ea0687a15abb119950a22c5462de21107a 100644 (file)
@@ -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"
index 7c8d6cab412448e29b3583339a01c3c85fcd0411..02dc4eea95845084ebd1ef44aaa88df11aab33aa 100644 (file)
@@ -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"
index 114406385389f9f3ceb648ad419279d29fe3a176..16e84abadf2d6e074767e27997128f8420ad9da5 100644 (file)
@@ -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 */
 
index 5e2635a9d395bc8c6b86ebac4262098f515a2eb5..501eae0da922dfcb01b558543310efec306c69e1 100644 (file)
@@ -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"
index 3720c7006b8eb4f456fc1a74c1bec2563e835707..e801daf94d979de11ec9c8f8c001ea0eafba2c02 100644 (file)
@@ -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"
index fb122ee79629edfafd956842a5476ad95cb7510b..61bda31cdc1eda34f81fbc73e887926c0b2ef314 100644 (file)
@@ -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"
index 59401b9025c8288b8feed9dadb59e0dbea83bee3..1e2f15aef5a9c8e41b7d17167a6f36bcd79aeb86 100644 (file)
@@ -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"
index 90d650701562ba53ef821b2da9faab4e5f29e04b..0f3e8d23cad24c9ead1f3ca4982aab0a84192660 100644 (file)
@@ -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"
 
index 282ee1cb4ce2f66edbb418b4fac7f7bc79fb0083..5da4f3434143f9ce53027730610f84636b7288ed 100644 (file)
@@ -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 */
 
index 382a10a91a6d377af656bd9967d46f986b43f50c..dffcfdaed1e26fb4e59404db37e120cf9c3e9ed1 100644 (file)
@@ -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"
index eec24d46e7c9c65c3cf147df8df4dd6ce2a2ff47..d5425e3fabc8c2e395b8056b3e32d2c418b56c60 100644 (file)
@@ -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"
index d2f65d20c76fbd725974274fbf89ee886dd2f349..d96417945b7f36b6f36c412e8d4c1f45d532bdbd 100644 (file)
@@ -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
index 3a46469f8a0f2bd40af88de48be91a7f24568572..f05e7fc6169be1c7f0155d0563f3b6037f1d05bd 100644 (file)
@@ -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"
index e767c7b9783a0aeee1cbfb8f33243698fb757d40..bd32cd0409236a11379537fcdc1b33a126e17c43 100644 (file)
@@ -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"
index f2a217a2901a10229b23eca0f10d88ff970c5364..4cb89f6fe83ef2a8e9ec8c3e0c13375a441104ee 100644 (file)
@@ -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"
index 81391564e7fabbde29bb2c24d9b45d643ffe9e1f..975c6ff3b2584ecc9cc711d66c06c187f79b922b 100644 (file)
@@ -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"
index e2b78145c4344de720ca9d754c27d4e8673ca2df..55429a79eb31438fe894e237581cefb549c698f2 100644 (file)
@@ -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"
index fc22a8e7f42a88684c02e53834790e4808bd84c6..c4b079a1ea116a5c09a05f11059c80d889239978 100644 (file)
@@ -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"
index 46d6f622eb720f67acef43aafe5b2d1c6550b484..3e8a1e8adc38d1b173e8c82d5e06a599cafcfcd6 100644 (file)
@@ -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"
index 8b7395697cc03d7da15561a8dadbcccf957343dc..eda3fa65d38ebdfea4f95d71f7a52d48d175426a 100644 (file)
@@ -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"
index e8b67231e593c74e3a611cd9b6515faab4e7345c..d579c7c546fa063cc2f9d73acf2811bc78db88e9 100644 (file)
@@ -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"
index 88ccf1194d62b6535b660fc710968036c3b5b837..8eb245a990fa4a596802e68bde992fff219936f8 100644 (file)
@@ -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"
index 8b69bdca8fa9e72e80864ca90a7de3d34659ca80..aadbeb7ba0aebaaf77e219b09e935259a53c6278 100644 (file)
@@ -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"
index f4b772440446541ebadbca750c2340659a365093..3351399f3cc25384586144b01bd986c5e47bc894 100644 (file)
@@ -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"
index b7ad1af44245559b218df6b92316c601c3a96575..8da52593f097671c8052a49702a2d559d4437e76 100644 (file)
@@ -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"
index 6815799c1b1a8f9ef5a46e3969fede005422cb5c..8b73f3b51adc338b4352eef5a4354bccf6e8641b 100644 (file)
@@ -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"
index 22c366e56d7b4782cb2ec0ae047013eccdf143bc..d48586e13130e473b314570cce186643acc6c28a 100644 (file)
@@ -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"
index 357f34c2759618c224cdb627cd7570afed335486..16ec4b0c2219c6efdd3d2119d2fca637515418c6 100644 (file)
@@ -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"
index b961c9e609368b819d93088e8af06802cf5ee03e..cd6746c9bb0704eab2feef7d685fb5ec49523db6 100644 (file)
@@ -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"
index 78bdec186e33867620dbafdd6d8f9b15d28c96b4..acdc7504e57c5b9dcc5e0fa9929be1e9e856ca51 100644 (file)
@@ -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"
index 089d805570edface0ceebb2868631a9fbda70f2d..ab3953662480f86c6077bcec6fcdc7c301bff70c 100644 (file)
@@ -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"
index 16ede93f68f289995e330929bd978933ae4b9a82..6b9a9cd1962313acadfbc67495b78369008218d7 100644 (file)
@@ -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"
index eeb02f870a16369e5c200308b1b80f5d2e7fe147..22f649af48671c5fa0655007859439113a313822 100644 (file)
@@ -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"
index fe205643b44cd267bfa1c735dcd83855fc040d28..b7150490cbf38eb8305fc4e3459a66de1acc2a4c 100644 (file)
@@ -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"
index 594ccac3d8be41f6e1e15af36c36af857e44b898..ce08764e2ad5d34326a91402a0bbf7ad3a7d9253 100644 (file)
@@ -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"
index 7555d75296a4bbdec109037cc0845ba4e84696a9..a978d83fb6d1e1fc81e6fc84ab4d9aca5d271855 100644 (file)
@@ -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"
index 4ecd8df3e68ecfccb492d5d9d6b1370d080c6ae5..0eea53ff8b7437b05bfcc1eea9aed87dbad63a31 100644 (file)
@@ -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"
index 4fb496988f7f664ef9596e1d6a2b2d7f8d3e1eea..c410b1dc5130385f6659827b7714e99b374f0670 100644 (file)
@@ -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"
index 62f86ce233e0c5278d353577fe272be0acd418f1..5a4ebc9daaccd3ca0a4c83257c61baa50ec63251 100644 (file)
@@ -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"
index a17b3e50f2986c1c80e69f2249a30c65ce3172b7..b9429f9fa14b424aba961eb20f5db8429737b720 100644 (file)
@@ -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"
index d19ecb4fc5d7c59ad68b32b86771b3701801a6d9..dcd4ace03532194cc4507e90630ac6d92e2e8555 100644 (file)
@@ -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"
index e77d521df0ea0508b1d5553f716d5a9e2ae2b8ec..14c78498aeb1bcad772fa576055e1d972300340a 100644 (file)
@@ -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"
index d3f2759813e510105f7690b57c58e7bbe43949c9..5e9f1638c8665ac11037d725d04e2c1b6960f61b 100644 (file)
@@ -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"
index 6b98ace024b74d061dcd9c6f9ec5e294c6c7f64b..da30fc87aeb0efc3682ac0d95e1b7aa29a0f26b4 100644 (file)
@@ -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"
index d0ac319a12831f46c2cb561f8c58596a312d4aba..7542bfd37409acc0cca8674eaf32d27a37c6b828 100644 (file)
@@ -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"
index 778dbd8b9cbe56f170774958754db44f86d4e891..0f5979d925fd7d5703bf26ffa5fc3f7c6c158e54 100644 (file)
@@ -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"
index 12af3b149686d468d1332995d464961373d6454a..ad565295867e17c1b13803939d81c5a29f97a834 100644 (file)
@@ -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"
index c48bb283781ffe1ace15c9cb54264597692ecc3f..ce206c4b0e28fb95efd5550c4bb0ebb87d4a1b41 100644 (file)
@@ -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"
index ad1488dbd9143546402f93bf012cbccacc51abc1..4d6c004bcbc1ccec1fac6c7099304fd6580b6b1e 100644 (file)
@@ -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"
index 3b4b18ad0ded529085f64fd701e2f54c8fcd3d40..f8fc2e7cfc655918cfbe59fbc045d2c983fd8709 100644 (file)
@@ -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"
index 7c3880fdce0016720c9f5039967f9a2bb94e93fb..ef95c4be32d45968535f72df86dc36a26e947721 100644 (file)
@@ -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"
index 7f9ee15747acb3604ffd396a9405f3f9bb0a1d57..5354d3c93fc99ae2de24ba7c518f759a31524fe8 100644 (file)
@@ -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"
index 84ff5169ab2a2662726c64008e0e07f61f0b7291..c4a9ace5febb4b4718bd486f369c6b30d13c6cc4 100644 (file)
@@ -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"
index 2ed3e336ec293a2ac5a120ca8b3dfdde5fbe6e85..82e04a32dea3ec00041ed345b34642e1081a18c8 100644 (file)
@@ -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"
index 40619f16a0b5a657aae8c526904cc8cc84c9ca89..884c0509682088e196609df7b693f7b1acfd7464 100644 (file)
@@ -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"
index bfc3402e0c10955fe0eccf7ac56fd5693d59333e..44004d91b4ccccae60f2de19a3fe97f36a1e51bd 100644 (file)
@@ -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"
index d6c04e5f55f79a6435ea439c13f91adc23fde7c7..13be734a16d50dab07f2b8b5844a0c308ed1b2ec 100644 (file)
@@ -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"
index 0b93aff48500c05097d2bac0a5c0d5aaff25fd7d..9ad202b572a2939563b523b6b90b40412aae8002 100644 (file)
@@ -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"
index 45b0c39a68ce20dbf4838bca8c227efa7572a8a3..085e5c0c3133e12fb9544e75d2e6b7a97c5fe33f 100644 (file)
@@ -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.
index e0636523840cb856b88ea8362acdb1e9d1700672..d901167b64c641de31a5fdcac0ae3863a15f1adb 100644 (file)
@@ -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"
index 5de70ebd55b50ed9b1a8daa4a021a55f29de1f25..e78ecf453e4a736edcafb218a0ecee93eea1976f 100644 (file)
@@ -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"
index 1c01b31191bb8c6aeea0e95d84a00bc7088e3ad2..427ef8228f4b0db26a63aee6ed6a83e5c0f39a93 100644 (file)
@@ -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"
index 8984be8799acf174e893bf2919690875c2eebde5..13420dd27ed3799c9179cb292974e3d2d3768218 100644 (file)
@@ -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"
index d25fd143491732741f9350e381362991a93df8db..912c1c25c4992037cb225fbda771a42cfcb33d53 100644 (file)
@@ -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"
index 9cc7bb3ce300124a0c81a91a9d5035c3b9df0baa..8035dd927a054ddc07f78b691355ed8efef32d4e 100644 (file)
@@ -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"
index b994e45da18e8c5126dd025bd696428c6ebae11b..7648a535f90a5d2b405c99ea3297c27f839b55a8 100644 (file)
@@ -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"
index d229d6e9b21ee5c549e6a4c77a5bf8b39f7bd4f3..6d077097a9b6d228f166149c05dbdafed6d4d686 100644 (file)
@@ -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"
index 1c21f0dbb35b126ce70c157d980262b2df77371b..9d3b8af89d998127a9314cb8ad3e65187b5302ec 100644 (file)
@@ -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"
index 013d83f45b5c43a3d16dd35256e98c5d59f8c268..4706aa18c2e1eb9aa094a528a36eb5766b90e95d 100644 (file)
@@ -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"
index 69a8d561fead0f6fa5f09f80c149123f3e5ccd0e..fb5fd0099e36c74738e01dfcf1fbc2013e3ca305 100644 (file)
@@ -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"
index 650000ff410230e704c55047f6e2ec8a1a7140e5..2b7bb4664fd1bcf84bb8b3df17bde7009c97c6f3 100644 (file)
@@ -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"
index 5c729a3ef1a003a4830fc161164f134f91f37778..01d345c2a4c55120926e4801592ed9f2c8d99e1e 100644 (file)
@@ -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"
index 0abe92263390f9e11e0f07ced76e24beb090a561..f3f8c91f8994d1a63aa101485b9212dddd99db16 100644 (file)
@@ -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"
index a5ae9511082e20e67c36eb837fb0f74ce797c0f5..221fe217af03ffd15db3ea472fad9a5cd4e83f56 100644 (file)
@@ -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"
index 3edd40448398441a0b86fb8b58054ee91343a392..1ca692c41b202dfdcf02cc24e1b59bfe3a9db91d 100644 (file)
@@ -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"
index d96247c75e759110373beae2fa790af48babc255..871d9ccb8972af244429c5c1e29d5044e0127d98 100644 (file)
@@ -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 */
index 3ce764f3667aa698316d633a6c78b9e91e6ba480..41475d1f17197854822727d834a68a6106a39c51 100644 (file)
@@ -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"
index b4d2e4bd619d87c3cd37caa8692c451113c6544e..fa4601bb06189ea9351053be71695c9213642e09 100644 (file)
@@ -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"
index ba8494e49610825611c5bd410e0791783be80e56..81ae7d996f05fdc1c88c94d9c2d48830f1bf09f7 100644 (file)
@@ -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"
index fd21125260080781e3a14dc05d2f695821470afa..0d5b2533f15aad6c77d4d6cd84d89cff9ce85f6a 100644 (file)
@@ -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"
index 2d5cd7ba3540ef1e82845cdb0e251e00b842da83..e1e75f4a25813985c416b109f853b0bb366d4eec 100644 (file)
@@ -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. */
index 051c1ec4b9090b67d6a9422876776a8e9e006d31..a05897ad8cd899425ab5bfaf36e36f85f367c776 100644 (file)
@@ -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"
index d25b8bc3553a592765a9a6f22a8381175a22db0f..3fe9451037b50314b7986e0898733de1cae38f06 100644 (file)
@@ -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"
index a53389421f2d3fc2592f2b736ac4bfec7205a632..02921b0a6655a2ec85c560249665e743a5ad5ce9 100644 (file)
@@ -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"
index 202e8be162cb9544aa01e6e7a50384dd401aaee4..c79d28a8869a9f72aed30a1261d0bcd8108167bb 100644 (file)
@@ -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"
index bb675374e2c6ee334c1fb96959447823ee6b90fd..6025f4a9e6aa15a0e242c79294a2c72283bc02a3 100644 (file)
@@ -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"
index 03f4f5ebb43447205c5a7c22a3a5337bb7055fbf..e8933bed68dd3c6f17a1d11a11dc9f0955f819de 100644 (file)
@@ -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"
index 44b6736ebfe20d4ee4f23bf9ab25211b4ea06e6e..e251bb56fb7d6cbc5ea3286777202ad497d3deab 100644 (file)
@@ -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:
index 0d274157883391efd2de013d477be9edc74690e2..0687eb4e3b4047794db35a5072e9dbab5b27dee2 100644 (file)
@@ -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"
index c5e91fd3afccf56fb1cbc5729b9ed516a192335c..29a4e169e8775ce420a77b5dee539fee80666573 100644 (file)
@@ -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"
index 62e7d5f111d142f80ff7f8f23e3f689e7b740c2c..01af677ce06bc256fa3efeeaa0c7c828ae870040 100644 (file)
@@ -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"
index 12881aaeaa35b1c4e7ad28a0264578dba7642c2e..23a0a1c4bfa2905403ab65530fb4248d09db58bd 100644 (file)
@@ -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"
index 39d7a61866cf637cb895c8fc0c3775f64db9e1ce..e6545afb90ac7e1ed25cc53e534839af2356c854 100644 (file)
@@ -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"
index c625a4ae58967445d520b93c025f109580488c62..979fe411e17d4797cd78337eb19ca52956d4613f 100644 (file)
@@ -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"
index a3598af39e3adcad25baf146a340f5a113263d39..051f3015a19b0774e98addbc471ff39f20ca403c 100644 (file)
@@ -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"
index 6076937f9157dde083df0dafd212bb96f003be8d..97b4cb61cbcf89f6af5d54708298eec5a061cd59 100644 (file)
@@ -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
index b6c176fd553394896cd9b7d7a02c2d51afec42fe..20cd2b6e43d90ac014149d679971f8aae2853d1a 100644 (file)
@@ -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"
index ecf66da76616011e03e0f1d52a8e0214cda1f4a1..841d379428f6a8ad98fda80e970154d113797d74 100644 (file)
@@ -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"
index f111142e606ab573bd239c6841ed53d3b3287353..8023a6561c2df32e72bd5649d27ac5737cbaf6af 100644 (file)
@@ -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"
index cb7b8e0881d24c41ad8a1f79025e128291fb7c35..bdb873b006bc07bfcdbd05748049efa6c9488e05 100644 (file)
@@ -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"
index 46dd7a4d9efe6007aa5d30a506f1df8d534a2cc3..a768b91e358a7ec621f8a2f369f53438961e56f8 100644 (file)
@@ -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"
index f18a8f7f511fbae44773301cc99182b9f7fe6123..d82613d3523e3262cd80e9540f45d1e19aa1ce21 100644 (file)
@@ -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"
index 7a05f21ff8c9f52d23f48dabf6b4750173ec880b..7c4f5d26f3dcce3dd3c0cdee36f59cb29e3fb10e 100644 (file)
@@ -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"
index 3c16ad7a0b9e51203feae4aa29da502fbcd1c44b..1d501b11bc4065aefe40545b2bce37f56ae688cc 100644 (file)
@@ -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"
index f3593c5eb064a86a4ecdc15a06b49b99a818883b..8e9b8134fdc8753e86f8b743e560eff097ffed92 100644 (file)
@@ -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
index e8c87824f8b7de6de56940e04882a76787178cd1..ebba0963b062cf72e4fcfc1399f9a45f630f231d 100644 (file)
@@ -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"
index 58e4aed767107c0bfd292a3e7fbf1bef662e1f4f..d6a95677f982a1de5d6adcda607f28d3c32124f7 100644 (file)
@@ -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"
index 92e566dc2e04c9c3018c1d2c10a5c038df641a8c..b1584294d0a37742fe600578d30e084ce4f3d7c7 100644 (file)
@@ -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"
index 8d3569a87d979c520131b5ef56a4a72c3a3fee56..514901c1c72f8acf946d00ad61fb1a0c60857d0b 100644 (file)
@@ -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"
index 2758e2072b4fbd3fd4491603a40cec0d60d2a316..d4a000727a7769e2d0f35dec47963edc4d45b130 100644 (file)
@@ -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"
index 4b4a70b27944050824703a7073b0f8e764b174c5..6c52229902b07019faa221d3491fec583f16eef1 100644 (file)
@@ -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"
index 0adc31a027f84a619f75378abc5613035a69b667..65f890389d15dd8c8b76c2706307c09d248f551e 100644 (file)
@@ -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"
index d75a4485776af4349cce946046f7f874ea8f574a..8eb60501cc6246c40aeab53e965c643a369c3bf0 100644 (file)
@@ -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"
index e3507169a1e916e8dcb30f2862f8df654129138c..74474ee0a2dacfadc1779b924579b9158311fc03 100644 (file)
@@ -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"
index 050db47f872bfb7536e96693c7ab9bb11913e961..52ca1ab9989dcbe832f52a05b647152bf2a0c5f2 100644 (file)
@@ -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"
index 156f3ca0d71930cd26b2744d21451ff59cfa54ed..8be3851f0a9893c0d34784ca8c9bc0837aeaccb4 100644 (file)
@@ -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"
index 3b6f268e056efff4e0fc450749511686bc9b9b01..9004c546b8f32c41e2a9393e2908ec2f7ecf8205 100644 (file)
@@ -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"
index 77d31f2a7d0eeed3cd6912fe485d7720ef996877..9bd943ce701e55fc60e538d05767f8f17cc4ea53 100644 (file)
@@ -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"
index 490c0e32099c64e983abaf91d6d5b5601fad2e2e..ef47d040742ca52808725089d511c7723383db82 100644 (file)
@@ -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"
index 3c28111c8656fbd043115f870b5058a97ca279fe..409b19bdff49e4b5eaef48b778937220e33959c9 100644 (file)
@@ -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"
index 15abc261c56f80218907d74f7c5c4fea508e3e04..f263deb2b8d92237977d4e431058def95f33656a 100644 (file)
@@ -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"
index 055598dba8f4a012a459cbc1eef7da105f224c8a..54c6d71e44d63dbd015e19911a5f21e261adbf1b 100644 (file)
@@ -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"
index 8f0f893b7d4fd12dff2d6a08e4f91b7dddaa64e0..90e10c79551374fe29bce230a9e023ca7c3cbc9f 100644 (file)
@@ -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"
index a8d1213ecc0ed1462f2413aa88a08b482f6822a2..d4f5d049da8f3b193edec293506503d4dc06f294 100644 (file)
@@ -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"
index c413c29dd86a36a1fc12e61451cc9cb9bdc50bd9..6a97e8ef106bef66996c63adb781750797f4ee0d 100644 (file)
@@ -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"
index 712cf4054bdcdf5c275e7b90ba4d4cdcb9e2292f..af5ae022cac350771f5c91778751154d1182ccea 100644 (file)
@@ -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"
index c4995ccdf038067dd3bd2b364def548270234994..7d8a352de4c7ae8accac49f730ef6667c9ad76c3 100644 (file)
@@ -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"
index f96b4830ab5c465d96dd4d068f832be74b7a24c6..d559d609ad26e955fef40db2cd7073961929abb3 100644 (file)
@@ -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"
index 42e9f7fa8837e4126981af5ebd0264f66db66e76..61299f45769cae5839d2f1a2d1821d5709544ac0 100644 (file)
@@ -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"
index aacd0582db9c91f6b8d990a5fb507b6a27bb024e..8d74a985cd735fcee8c282a81fdd7c620ef2974c 100644 (file)
@@ -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"
index 255ed8a406f3b4c358c47919b2cf636932bb41d8..f1f86c44c0ff819942175cbae223239afa041d15 100644 (file)
@@ -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"
index 2c77ac3513a84945418727b002c83f03a5024b8f..795c186e2ac7d874f004ae33f4b4085f57076b2f 100644 (file)
@@ -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"
index 74874f104318b491f45252da8e417ce0e122147f..b0ee4adfdf2d3d6334900c67914d7d35380e3b7e 100644 (file)
@@ -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"
index ec22ae3a042b41d0a00b013e6e5dd1f0fee66634..d0c08254531f3609ab92c9646c8d5feb50548c4d 100644 (file)
@@ -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"
index 6d45b9646d5770a804fb65ddde1212ba418ebbd8..2456b04acdc00494879f804d288fc5044edf1c21 100644 (file)
@@ -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"
index f5a0a64723cde0e40ed4622bd479d7e791b68c1e..397d20ae231395d6195c3d870a61cbef90b7300b 100644 (file)
@@ -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"
index 22b5487158aa5e03a3dff7f429d2aa4bb1f49d70..dc86eecd5068e7e1efa2a8e4cb04bc4cbc791df4 100644 (file)
@@ -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"
index b74b9168b16ea5b36aef9ac2f8bd1d5ed680ee88..bb1e8f1a790bd9f9818647fd4d881c3a16455ec2 100644 (file)
@@ -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"
index 651480fda9334f3325a8916402b923d420eda6b0..e4e77afb8dee410ea094742f588db4ac0588505b 100644 (file)
@@ -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"
index b25cf96445364041d87caabc230aa4cb89ff2c7d..c4f069ef97764ce7a15a411abd0955142ea2977c 100644 (file)
@@ -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"
index 1835cedfaea3ebab62d80d5561fb0d0d5d5d41a7..7e73284dbab6958d5f610298ef421999ecae7e25 100644 (file)
@@ -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"
index f2ceb6832badf07614189ac85ca00c865d2d87e6..898d4e6c684251afb2cf9925e07cf81d7ad9c75c 100644 (file)
@@ -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"
index fdadea3e10f0492d8ff5ccae62dc96a85ae5370e..0ff0ee6aa91c2d3871f7ead9139c23ed4f87a18e 100644 (file)
@@ -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"
index b45ef9ad71dc5ff5f6978dc83c7c8f52685e2347..9a8594763c878d71ea11f3f82343d3095530617e 100644 (file)
@@ -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"
index 7daa838316762a11ed2d9f1f8b8a40faeb2d5dac..fef7a1378c50e69f095b0cb8ac3e6d16c8b80dd4 100644 (file)
@@ -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"
index d6d2ac77ea0808c5ba753425ec4d47cb9dbd5836..738f80f72c2d0523841ac184de085dfd69325b0b 100644 (file)
@@ -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"
index 7fc4585cfc619751b5e8fdf4292e6f020069ba91..77a2e2f9033aba09630a6f5e1c9a05222f38262b 100644 (file)
@@ -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"
index 96fee5ac191f5aa38102c47348cf5feb642b8121..4b513d64b2ddcebea09047b972153710b0bcb29c 100644 (file)
@@ -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"
index 9abf35fe0cc78a2d062e744bbd590d8db46f1633..5e7aa67f31851467b219ca3e7c6d734d9a6079ba 100644 (file)
@@ -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"
index 06f53a9d2e4e8df61271025dee0f971676c2a3bb..ed7dd6cbde8d9b05ccd0981b324689a99d973da5 100644 (file)
@@ -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"
index 836c8e406e0e40a8d713e2e64e41a2de7e0037fe..ff06866b3cc1359adbfbef5074ef9918959face4 100644 (file)
@@ -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"
index 347e2dacfd0da3950c7808040f6bd5c9051a9ab6..4ea4739be37fc93a135cd26451238f3d00fe6cc7 100644 (file)
@@ -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"
index 848c0b2c11825bd8c6d7bf5d2b2192f2f0616c36..d362df271c820817f9a5305adb711fd9bed9e88b 100644 (file)
@@ -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"
index 17fccbe31f5e5b802d42bd6d2a2ac8bf57399abf..1c0487ffd71f827f3bca7afaf5ab79d5cf635412 100644 (file)
@@ -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"
index 733cb224f9b0029dab953bc3edba40c8605ed231..4b4fa65d9e8adf847278463fd908defa890dfa4e 100644 (file)
@@ -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"
index 951a1fcd47e0a4e4188e8961248f08888ed051c6..407db39826149a18ed6cddb437d3ecba49649590 100644 (file)
@@ -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"
index 55b71b76d8431e5ca8bac398e37adfbd4654a895..aee4ca9728c89a119a53b770641f8886946b530c 100644 (file)
@@ -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"
index 1ab8e09cecfd39ff27a8cf5b8bbc030852454c52..7f45986a95a5d1f456f81c6808bdc98780a89fda 100644 (file)
@@ -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
index def10eeebd64d2d4d54d84cdf8982982cd3b8986..3f0641683446c4ec43a8e67edc2037d5cf3f2b2c 100644 (file)
@@ -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"
index 57db9bf1ac419e4cc789f1f0188f006a56461e77..52190696dce8ebddc75e1bfba0cdd4ec008f7ef8 100644 (file)
@@ -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"
index e9a6c2e5b13891b0851c51879efddf982371aa52..cabca38be5c2baf58f276bd39c4c6e1092b7410f 100644 (file)
@@ -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"
index 9ac2d93b9eb3c22ff7919a63f857fa37018b4d54..3ba8623fe78162bd81287a3d2cc918f0a8d95108 100644 (file)
@@ -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"
index 4ba8e8a4caf98130c843eae4542672d08618f357..68515c22f70f9e55b69ea5356ddc2a57fdc0b972 100644 (file)
@@ -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"
index 2620b56efb91451710b77863d5c0632f013821b4..1555afd5ead571a9d34bf3ee3e78935ea66698be 100644 (file)
@@ -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"
index 8ac222c6b5dd7e8fc82f450b0e166c0de63d5ec3..217f04a9efa4caa428d7dd304b8528390a18527c 100644 (file)
@@ -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"
index 58eeca8786a85632ccf4c94c1c79b01002440bb6..380773fb3ef4d58dcf496fa25c2edbb6a1ce309f 100644 (file)
@@ -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"
index 367109b9f75db7416467d5cc376a6e4e9c4aad56..c115653e3a78c30dccfa6af65f56b6416f94bde2 100644 (file)
@@ -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"
index b2b84804aa0de535dd34514589618676de4a1dfe..c14aaa4b98a50d5b772c83340e6137c68756b333 100644 (file)
@@ -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. */
 
index d4c8328fcebb37ab72e27288cc34a08c0f10879a..8bcd60fc6cca15bff24068618f985a888e5bccab 100644 (file)
@@ -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"
index 66312d16dfd408d51ce69693e2a3d3e4334edce6..b3bc7a8d4c0089ba5d387ecc4435b006e835c149 100644 (file)
@@ -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"
index 077ae858cc0eea0e495e6f50c714db506602a75c..9313ad79525d229fcdd232549baa07220e608b51 100644 (file)
@@ -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"
index 4cbd7425e59de57a2b55690f5567b52b91ab44d2..50d20d431569cecc2fd2a02395a92911c22c5cc2 100644 (file)
@@ -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
index 0143a79f0a90958a1d198e675cb3ff30de794fc9..cbd41c200f0a51deb9fdcdd65b45aee7e830c4cc 100644 (file)
@@ -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"
index 24a083c544c959c21bf8a17cc10adeaf6334d2de..8414ca6f8697d488e2f13a4cadf10b8148caffb5 100644 (file)
@@ -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"
index aeb500f90625cdf554bf8923fde2d7d276756f44..6bfdb818f406b38acd3e041c9145aea4d2534f44 100644 (file)
@@ -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"
index b9cad06c7cb38c69cf7bd465e0d34ff14c65c0e0..d29f2029d1fb801e4e5648ae42511d8f0488f825 100644 (file)
@@ -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"
index d2868223a7fdbc202546b3ecdc91acc548ded57b..2999619a38fea913692e6c03577411885796add7 100644 (file)
@@ -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
index d6b0f1b2ed4dd404eebe37d65b42818e37d22104..25930b87e92eadcf530898beb2ed747fe2563346 100644 (file)
@@ -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"
index 39839de5954acfcddd8086a1610a6a553764189e..0fe4911e73a784a27bb4bf81121d1587a54b5b6b 100644 (file)
@@ -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.
index 1c3416b45945b86c4eb924dc27442ac8dd7c29f9..92f21613d95174276dfb48547658ec888b7fccee 100644 (file)
@@ -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"
index 241a5e39e1398c7d51acf05d0ec956e7d0e19223..d3457bc405b56120ed1eaaf0947e5e5221ec7532 100644 (file)
@@ -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"
index 4f12f05f6fb807b432e658ebc94ec906e1c8f136..0c7d02b3dc8e8f04013530d814a99b64f3647733 100644 (file)
@@ -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"
index 905b504b4a3ae0cf2421f8086d9d532a7135c7a4..030144f35b98c965c990bf7817e79fefb667c280 100644 (file)
@@ -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"
index 9336390a089b54f797c37ef9961db26387e1fccd..8487a60dcb8001a02731d653d9f3c464927ade28 100644 (file)
@@ -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"
index 1790b0e284ce77647475e8733edc739689d6d7fb..8260684d7d1d9444c6840c3a869ae074f9bb4004 100644 (file)
@@ -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"
index 35bc8864f2c027d1000a5110ea5127d193746323..5c7678ccccd9d5a95202837cee2ede33cf20b18d 100644 (file)
@@ -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"
index 7dd18c21d0949375c50fbe1aa79ed75d2219cca7..1f5d34c33723f46a029e6d69e84796f02ca6bf89 100644 (file)
@@ -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"
index fd05b45c399dc9b8c80c85fda4424af86185ef76..f0b1dc5ef0ee0c217fab58e4f63041a808e10ac0 100644 (file)
@@ -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 */
index de1d154a0bfe47249de55d476168e7d9e345d2f8..8e5d7f55725559161f2b1d9a9affdd471c649466 100644 (file)
@@ -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"
index d8a86ce58a6a9eb76cf1ea8bbfed59cc57cefd33..a45ee2bd28ff90b1d1b7962806c59b7934a2d857 100644 (file)
@@ -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"
index f234fcb1d902264e476ba03770e3d09d4fe7c0bd..e2901045f13c248bcfec607102f4d4a68526fadf 100644 (file)
@@ -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
index 38abe8404b836a55264ae6474743991dc00336f7..815d2656ed48bb6e4dd22be5922f129ea1d1cdd4 100644 (file)
@@ -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"
index f9f5bf188497252d2d1ed4c585e15753b2ee6f8b..18a4690bd38c3bf6f868b92c1cc5988c62290dcc 100644 (file)
@@ -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"
index d0c48fb15e8bfd13e59f55f98f1c9012b3121b7b..a727e402b07045cef228295b710b1468482bc569 100644 (file)
@@ -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"
index a60095d59d433aece848088ac94abf9306c5a75f..770f8b69e73871be18b6325af7ae9a359369b61f 100644 (file)
@@ -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"
index f63388b5929d37cabbdf9076d69188a1734462ce..5ae42c0ac53542221f56ca37a03b701f8a6ff050 100644 (file)
@@ -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"
index d8ae59991840181d911e51b1f17bd8c65f0c2cec..c4eee0854991c0e50c21b67c0cee051343b52528 100644 (file)
@@ -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"
index ec115e29945ca7a13bef9cda5a784572087375fb..927c49bcfd5f8784b8c422ee8aa01ba7d3ddd617 100644 (file)
@@ -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"
index 667a35d89bed2b92d3316d6dc11ad34355024c70..8bf05eb9f9158d1302fe85705401d67522c5deac 100644 (file)
@@ -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"
index fc48fe044864040f1ccb3cdcf1d148e998e92375..483c5790fbf6a511757ef342c2ea332c4d72a011 100644 (file)
@@ -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"
index 4a5da3d13b1e178e1ba67c00e58cee7040d4e4c9..5aa484a28c87151c57282450d4bdfbc4605e6f07 100644 (file)
@@ -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"
index 0ef86142e103e472a70127ad937d0e1d16309746..d4ae5015dbe95018e88fde62a767253343c67bd2 100644 (file)
@@ -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"
index c76e2a9a2c2c580038e42c5a45c26e4eb9c688d4..97b04d4bbce3c192cf08e860f40461b782512a8b 100644 (file)
@@ -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"
index c310e1f7136662e308b90ade02fc009444d8e146..51694206d74c4b26cecadee7d12b224a06dacc20 100644 (file)
@@ -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"
index cca9e49b637062106664caf870040d3cc7c80681..27c69f837a32b7d5854dcdb9e2f6a45a8c7eb1a1 100644 (file)
@@ -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"
index 7712781967d9cd8a714020a01a94b47c42d19a15..c1589071b5e1b42b1ae2949116b58a238e8e5253 100644 (file)
@@ -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"
index 5a3f55f0dd09bd3c03d36036375ada724007001a..8e5d7e92477644b16aa928fdb5f858f308de4e1c 100644 (file)
@@ -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"
index 13df51981621189263847b984d85fc1952fe43e3..ef39e8ca4c96737778f94f1d0df73ca83b2ed9e5 100644 (file)
@@ -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"
index d8582bd1560fd31e55dd65c4d08c43438af932c9..6c8392687d96d19d134e51ba3f166688e6c5d0f2 100644 (file)
@@ -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"
index 204325b5984cda910b5c169a937d99c396609b6d..874ef54e293115e3ac36c617acdd41bdd14ed59b 100644 (file)
@@ -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"
index 24fc3fd5561ebc2595dd900cbf8fd83b0fe761c8..04644c5f4481437c2d4059a381aff3688a94e01e 100644 (file)
@@ -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"
index 9b4f2f2905bbec1aa3cc9f7351e758b636149633..647e520276297a853fe71385edeb6c28d750f174 100644 (file)
@@ -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"
index 3047f3b6710b14a243f094700c847a26ec451f83..150e47380c7a6a4c6928c5adb3359908b59dcad8 100644 (file)
@@ -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"
index c6f9b80f244215476d0a6376ed0f4a985cda0c42..df97355a8b884aa0dadedb8cc13d42d76adfa802 100644 (file)
@@ -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"
index 2f84bdb2a6ec67fa8de98a44a989c014e8edcbd9..6bd7a2fdc2df4238c6c760bff7686b9e5d238a3a 100644 (file)
@@ -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"
index 27b72882dc7b3dee4e6a53b35de46f32800e4f4b..a10562b74d78a8b3e12fc4aa5794383d7f8e9fc1 100644 (file)
@@ -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"
index a43382d5e1ba2cd0df1c117a8c057115b9542554..303ae3987c6016bce99fa3b11f64e41b452a24e3 100644 (file)
@@ -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"
index de31df357d3317f38e45ffac15119fadd17ada00..70843c754b92e3703165375872175875143112ff 100644 (file)
@@ -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"
index 6eeed838067c79c930fd681a9078032e39c107d8..bfd9a86ae2e23e41dcc61827677f78bd24abb195 100644 (file)
@@ -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"
index c0196568229d1eddf4abd192c4527be605fa221b..afa73b0d34c11dd3cb8a6eca327e660f18ea03d5 100644 (file)
@@ -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"
index 116109d6b8e4f39ba40aaa0c1455321650b84032..252c4463b2beea3e0519cfe447a056fa13457cde 100644 (file)
@@ -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"
index 877621209d2098ccaf03e0e2b421b6d82ea74117..02140f733b02ab52d64fd659e286f2d294b310cd 100644 (file)
@@ -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"
index af76f4ef3b69f82f4125ffa4c9d614b15834a03d..6b002e267847792a7f6ff0e74175fe5eba3f9a59 100644 (file)
@@ -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"
index 5aaa3158ff3b9a9f4e8419dfa8e8a99e696798f3..afca22847f66d842e4066ed7e6a86c9da0ebe061 100644 (file)
@@ -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 */
 
index 6d33f5db601d0a0bdc994a0e7d1261523e48b183..d931d8713fe3c09c1e96bd34fd4f0beaea50cc1c 100644 (file)
@@ -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"
index afbb62b79a77d7ef28ff2dd384cc398346d18618..a5e89fcfc97dd3509cad05264879471c4212e607 100644 (file)
@@ -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"
index c9384e98e811fbf1610beb92ba45c6678a53e131..1f72cd4d9871b1597051c91695c3824cc4298ef8 100644 (file)
@@ -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
index 29a5bb02ca6ab271abf6960f2e63d4367377bae2..d0f26a1ad10a9671da4d38fade2ec4f7e64eb47b 100644 (file)
@@ -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"
index 57dc8604f28664783dedab55df23b4de7061d42c..b3e00dd16ed0f0c62bd3eae962e9fffe04fce7a4 100644 (file)
@@ -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 */
 
index 33f4bb83777e155b3f5acd1b4b958cae1475c65c..60e70f5ddbb2efe0c916d7bbb1e53db04cf6455a 100644 (file)
@@ -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"
index b8999b912264aa1b263e4d18048954a8d9a86115..c76b800b0438f8c5169ba0145b90b3a6c2ec6f3c 100644 (file)
@@ -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"
index 856829265355706acc341e0e0a8929daca8c2b11..8fe63eca5c97c4ff01d617f18621537d1e871495 100644 (file)
@@ -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"
index 52f8f21285e8e0500c7849be1800ee8ee5dfe657..2098e73a89a6b9f035ceb37dc8c0b2a983391171 100644 (file)
@@ -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"
index 45593b9cf86fdca860502a9808f9ab47cd52cbf3..51460a747999e80094b88c86413c3cc92f631b90 100644 (file)
@@ -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"
index 5a995cbdae63651731f920a22ecfaaed93b4d6e2..b6257c22265ad517ff5cf597bf88b6b1bd9ec4a8 100644 (file)
@@ -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
index 34fa81d197e9706728527de023b3816135039861..170c0d0c7a7800469fd9a93e7251f3faa6c4f2f8 100644 (file)
@@ -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"
index 5bb3e9a49c0524838afd6aee4b24d48d7d3c65f6..e73ba8e53013969375a3f864f7d9c02af54a5ac1 100644 (file)
@@ -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"
index 057b3336f6a4ac57fe99f41ff9679486217ee6c1..91f50e5231c451d734a6887341e838b6b359505f 100644 (file)
@@ -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"
index 0cf95caebba86ca92c0caca03d0e11ffedf0b628..7588251e9040aa4ae67b06b94f56bc45df6b1836 100644 (file)
@@ -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"
index 67c8779afc7c5270d463679ed4dcd1fdb791d827..d2088991d808011561837f82b2fe815597503569 100644 (file)
@@ -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"
index c32059fb85ee43dfd38f32d6b6517256538fc7f6..595e55a42b4c8e754ec152c2bad9d42d0d0e6d91 100644 (file)
@@ -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 */
 
index 295e1c25648df0860c9d4ffcebcba62689dedb16..c0c0dfea5528cdcd28c7e50a5528f0cf716c1d5c 100644 (file)
@@ -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"
index b7bd32c662b89592b8466e9a778a116dbc7567d8..2631405a8fabaeee0e9433871dbe0ede51d03647 100644 (file)
@@ -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"
index d1145c4fd413a2486bd1fda319fdb1724b3e023c..96c695eabfe1dc36b239c90c6299c1c577a148c8 100644 (file)
@@ -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"
index 8d2830d1427c3046232b7b66ce7d003dffcae4aa..bb3f0be75560616f41f2a12b9012d5cc561b1eb4 100644 (file)
@@ -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"
index a86386a26cd185caf556082e8cba8da74cff1864..1845d7d315360fd1e05796bb28ca73f4a8c49a07 100644 (file)
@@ -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"
index 75336bc6395f7d48ee8bf5736cdb8811de71e4a2..11205a75cf1f3e5093d8bd404eaaa3bae337e9cf 100644 (file)
@@ -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"
 
index c2a269ab2f9d753ad4197403182eba15ff8d1524..bb04be1837b877143959a02970fae7a9442203c1 100644 (file)
@@ -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. */
 
index 5a8705f748f97ec666395f0458fbe9e818f66319..6f6c70ea9036f76fe43aec6f4b1466b19b5f9ca4 100644 (file)
@@ -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"
index 6026feb2c64e6f492e296bdd2891e419ce263395..565fba757e20359079d8e7db31c0204e01eabe62 100644 (file)
@@ -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"
index 7dcde9f307ae7defce820a47699ee093948c99f9..faf83cac7e89c9b91a0dd5af2e9954f273d02849 100644 (file)
@@ -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"
index fc425e52c18e940ed7f21f75a417129f2ca3c8d5..f89ffbe91969ac10346711e80ea384830e07f16a 100644 (file)
@@ -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 */
 
index 0a396526643d08cd3cea17ec3fecba93a9e40272..78ec24c9ca1027e539aa990351c8839da55017ae 100644 (file)
@@ -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"
index 7c505c986bf147a7b206c9d1b042ec50eeb9f14b..3da02a0ab3bc9c484a69eec064dca7976f7ae3b6 100644 (file)
@@ -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"
index 2dba868ab153fbae94947c2bee5706f548baf8e5..b2c329801fa9e6aa8664cd16a6a7203a172f2580 100644 (file)
@@ -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"
index eb922efd099a2f5bb35f753d6937b8a869497ef6..d18a455d3da4bc87eb0bae9c3cb1ffe7c7b8d3ae 100644 (file)
@@ -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"
index 683f3431552c187218b30491b0ab78985e3ed161..ec60ef2951f728f01927063d26b3ac5161ddf0c8 100644 (file)
@@ -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"
index f30d51c3b5eb49886cca1d919d0d9675c48d3dc3..f7b1114443122104e652fdc6498abcc3aaf4242e 100644 (file)
@@ -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"
index 2ad03a6baece0902da3aa3658fcd37693b7bb87d..6887965c4c9ad9b36f60ce230bdd2f8d91f71f24 100644 (file)
@@ -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 */
 
index 91ab6b4bbddc88a0656235fc2095abd0d09c1deb..454446726740a335fa8234f5ccc45c9e72f09c6a 100644 (file)
@@ -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"
index 062b7b1fb2c0f298c430116a8e9315d9deca2f20..7a0e259c120f550d89590b5c45c0f4c335ba7520 100644 (file)
@@ -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"
index 903ae62274c0282da307a2ddce8c03776dab3867..53af7929a01e3b2b5a03eb7198ed37cc2bb93358 100644 (file)
@@ -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"
index 414b3c677a332c27ba0357455c5a8f597de12b96..a5ed2b4bf509281b9bb3d7ae38a55f2f22f8e48e 100644 (file)
@@ -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"
index 88f18161734ec5d5b31ec91b04808ad56bfc78b0..345ceb03e606ba002c24b70cce272b5b34d346e2 100644 (file)
@@ -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"
index b254b84f332a16a65faec831daf95ed14ddaeb5c..be271cb607b31ea8e6ec22baf0fc4e2dbbd5b301 100644 (file)
@@ -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"
index baaf0f702df5fbdf8154f473b9cc3fa68fd427dc..0380a42ade8adf730bbb3fd0797417b4af1b1c39 100644 (file)
@@ -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"
index a0e4c7560f913de9fdf0b62f1b6b77dd0f9a5fae..99fbde24a50f13d748d9e1ea6f69ca1831b64565 100644 (file)
@@ -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"
index f1af96679e55a509a3731a321adb5dd9db952756..c7a1c29e905559162ae6614ac909d7e9aafbedc5 100644 (file)
@@ -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"
index bd6640733d2008a70f0a027a50c4c69e9a53faf8..11dd472e5041ede246252ca12464e924334ffa41 100644 (file)
@@ -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 */
 
index f39ce403f39bdf5dce6744193602782c804879d7..d59dc9a183b32321041af7e9a22f0952d5335c70 100644 (file)
@@ -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 */
 
index f442757f7c791340d5053b200320098aae7dd8e6..976faa31d133782aadec99283d1248fe81d9e575 100644 (file)
@@ -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"
index 51ffb84d04351f9841935c1a88f83e954befe449..2b71c54e326c4094d9b693cc7869d4466e1aad38 100644 (file)
@@ -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"
 
index d4978ccdbee3935ff0f75b4b0c8f53599d8a0de3..d8c8e6c0a06594e4a7535e698eeab4dd2d2f9577 100644 (file)
@@ -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"
index d94f5a0065789862f5604b302d8b9c63e0e6ee0d..8e7105a5305745ab2cc2a85c6d56163714b45c9d 100644 (file)
@@ -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 */
 
index c049e1a3c07532a869bb032ea8a759895d5e31cc..dcae22ca10667ea96354cb20c2b65ff834924ad9 100644 (file)
@@ -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"
index 57a1edbecde5f7c4abe5312c20944907d557d28e..fc512463e1f142fe7204c33d3f620f6f05b025e9 100644 (file)
@@ -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"
index 0696c30249f4f3f4af200b7c47688a06a40b23cf..192415f990e02dde2f801a85e62c6bcf02837568 100644 (file)
@@ -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"
index 577ab0114c62e31de93ba72bf7fdb4b3537b656b..7c621c17076e39c90b892647d7c967ed63fa3182 100644 (file)
@@ -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"
index 93fc048bb5649d134c93529346f6a135042bc45c..17e897031362f913a2a1fbc2e7784acb38811f13 100644 (file)
@@ -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
index 11a78a7d181c3eb85f487ef0f0494d4661257a9f..0e421f84cefa7a7759f57e71673e2cb1dedc92c8 100644 (file)
@@ -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 */
 
index 28fb06bacf5928d05934a4304f2bf2368ab9a707..552f3fe8ca22a69abd9385f825f77cac622b1fcd 100644 (file)
@@ -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"
index de76fc58f6990f243fa062589f9dd876095d6e15..8b6795e248d09d0524aef95b7aff7df72ea542ea 100644 (file)
@@ -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"
index f760c49cec348b8c8f6e0148f6af012537414b5e..79e862129be6d9040d0cb1e30fcbda4607f8d447 100644 (file)
@@ -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"
index ca0a58fdb3e0fb193fc20b477936910dfef17ce6..944bfe9a29a3a209af1afd5998712271e0057f0c 100644 (file)
@@ -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:
index 3521f872413b33301858efaedb1e37a72374c45d..29936c9204cb4432080422c355a31c4fed72d848 100644 (file)
@@ -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"
index 6ff09d699fcb438aba7b9aa8d0f12d75eee768b3..c147829c0dd962ab09461df5125c6954661200c3 100644 (file)
@@ -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"
index 1b4aca8678ee3ed9ae400abe18dab4f525443ef8..0c411998475b240e9b390fb05cf7a25f38fbe5b0 100644 (file)
@@ -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 <stdio.h> /* for AIX */
index 23fc784c27054cf6a66a7dd283e72c8f2e0f2e81..5c7ae23f866d9605cc5203504011b1b196395af2 100644 (file)
@@ -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"
index fe3658e773a13bde56f3203bec918a9a3d1e9774..d8f9357eb800d0a4d41b6e96bfa4ee87f086b29a 100644 (file)
@@ -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"
index 3a30f4ad56cf86f2b36d06b96132e869ff224160..6cf321d793d9d409cef80d39c301790dd501b6cc 100644 (file)
@@ -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"
index 44b5f0cce821f48e4c2bd4e740a095586b39ae60..9891e154950b2df5fdccea6cb76f498aa33d089e 100644 (file)
@@ -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"
index 9f98457f2863b03752d57be94386ac3b086cb172..e40efd6121425b67abf2234383f8210396846cf7 100644 (file)
@@ -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. */
index 17892d129636711c2def32274ada8cf54654eedf..d25d514a4b462cf7f46325dcb45331b71f649d15 100644 (file)
@@ -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"
index d0c045a0b34d15a4b1d002e4f70dbc215d4b460b..effd88ecc688011eb27e1f1aa8b107bbbc99d39b 100644 (file)
@@ -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 */
 
index f84f55b0f897fcc3680035be0c4ebdde33434562..67e888ef72cd74302592746628e04dd3a96445cf 100644 (file)
@@ -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"
index e12757947b2f11c6aee36829ba2eba645ad5b71b..312a0a5032921856024f387a3757604a9637fa2a 100644 (file)
@@ -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"
index 4281ca93a8b44df6ffc21b2f559fba056bb2d70a..6d9b049f8e4585fc9409787191dd13f38ac19100 100644 (file)
@@ -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"
index 1015524347d6912c67463cdfe8b3315c4f8cc6b0..f072646fd7c6b50c67d35cc1fa3bc36522c3e569 100644 (file)
@@ -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 */
 
index b772fffaa931296f35294b8f07504f9944daea82..856614bde4025bb4cdd806108a81838c0c4bf1ed 100644 (file)
@@ -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"
index 2d9e0ade09523122bc84d3be453a45cf0a649c44..2a992390349ad7725dafd4fa8253f1e9bbf666e8 100644 (file)
@@ -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"
index 36978ef8e70c6e199c31577e8bf8e7ac324f83ac..a85061495d6fa36e3fc0e22ab961a502caf0a561 100644 (file)
@@ -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.
index b7f5ddf5eb424728e7a12e004c8e3ee314f1f178..d7c608543164a1b3518b1356d58b5424159f2362 100644 (file)
@@ -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"
index 5fe5c46aad4e503a52fed44527626a5fbb3c210e..70a4b21a822f88c40dc80d65eb980b231c6070de 100644 (file)
@@ -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"
index 7a2f3d20eda58e92bdd5a47830b1e2e9310f22cc..53362dcbcff7a1f80c60ad4a1cd8195ef6185b85 100644 (file)
@@ -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"
index 255dca29e0e5849e00b2e7f068d4b11efccf5fb3..87c723d2c051d1872cb5997b48d9f96c23accf9d 100644 (file)
@@ -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"
index e0bebc93b897c9557ebe92ca54c775d4a1b634db..132acecfb20a8131159cbd8995eed2dcc88f0776 100644 (file)
@@ -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"
index 752073f4f384611e20121cd29897c7145572f34b..c1609cf90fef3e7d65fa97ff4a2b91c1c3877900 100644 (file)
@@ -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"
index 7a2aabccbc4dccbdd300be1b36027549e181fbdf..56cf98f5a1ed4f7d82bdcfa758da487ac5036d65 100644 (file)
@@ -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"
index 43331ec8b1260c676331982c1d650d305024fd01..7ef360567ccc6095cd33aff1a83fb3c33b86696b 100644 (file)
@@ -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"
index 3bc7c516f35f8ed92b43dedf40cad128b20a4245..43ead630ec37a6d1153f6489a183fd1800b80882 100644 (file)
@@ -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"
index 914a3bccf2ee1b00fcbc7c6f760e32cce137bfb4..52b476125605392b84a9a7fe94e1d49e7bf35102 100644 (file)
@@ -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"
index 1e1c5fb0945f118ab4fcb3e9712260af10ddf8a9..98b193cbba5c5d33b16fcaa4e99e78687169003b 100644 (file)
@@ -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"
index 91b29814512039642c4801f85430ff1daaa3c527..a5ac0ec37eee9aa42298656bc0246595f1a8682c 100644 (file)
@@ -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"
index c02fcb577e0405dec84f2435504123a9d6403e43..00c2ef0ca819521577b1aa142fce9370b178d124 100644 (file)
@@ -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"
index f443216cc39ab927986ed90c4881f3ecc4189706..22e675572bcb5093c6fe038cb4a43ea1d5b5e1fb 100644 (file)
@@ -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"
index c66aef540b12c2263ba6c67525d5226bf5719d06..7e34426fd6a39d2b81ec64d43bf0e5b2959b2cb1 100644 (file)
@@ -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"
index c1cb032bbefdd63eef6c4a082c14a543bae64fc9..8979699046968ad23d80605f6e72ba298c8d2106 100644 (file)
@@ -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"
index b85050b17f024b9d26b528dca203d860584549a2..43a9e9e77cf65357714db5957b24d7bb5ac11aa2 100644 (file)
@@ -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"
index 96a761b3bdb73f40bcab06eb29c401b1155b522b..ee370224f6c16808fd66a47f5eb001364d25c1f3 100644 (file)
@@ -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"
index 38dc5ca3562e9c5da072d6538bfa74b5fc822742..a564082079214f4d445ec4918ac96a3c28b82c24 100644 (file)
@@ -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"
index 61c7baf101ad907d3b33437caab62086d72000dd..6c15d8702b0ccbc4f9ddbf86ce066b06c3128004 100644 (file)
@@ -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"
index dc61b79b318d6c18948d129b0f0d4eb6e13ad08f..b8751a1025f354897e6d5fcaaeec1abb9b5fc935 100644 (file)
@@ -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"
index 5acde2773943a2553f371c7c23fc59e8dca08f23..117b9de67189ce2536af9fc1fd9a30479d15c457 100644 (file)
@@ -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"
index bcb4e1e51007b866cd1d0c40a06c002c4a7abfce..9bf6d5bb7d30de44a33bb6e752ae199e9cf82562 100644 (file)
@@ -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"
index 4b258e65053c9e4a750c0582512f960d1cd95d26..ef43623093a04a22f77c6a724f6dc1cc722d56b8 100644 (file)
@@ -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"
index 9efab2fc6aaa846d52498443de63f270ba7e60e1..f027fc60c664a866d86b9e2b426f380e5a9f4e03 100644 (file)
@@ -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"
index 02efc00872926f2a3fa4e846cf565a32c9aa9325..5f359195528eaf83795be0e4d60440fd6c5ce7bb 100644 (file)
@@ -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"
index 2dd3cb0218fdf9caf639a9312f506f44c730f219..2f483822d02c8816323a274aca96a60c789b0b1d 100644 (file)
@@ -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"
index 0ec7d645c9c3b264d6c0a3ea30895e64b6a520fe..67305fe3e3f2670226688bebfc640946b611d3fc 100644 (file)
@@ -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"
index 11424536f262b50f1ce3686b5225ec014e48d464..49091e242bdcd80ff25885720a3b9fe4ce5190f0 100644 (file)
@@ -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"
index e044a3127cdad6e22ee3df961c801b1d2b6069e2..3d9a075e044238ac62bda22b61de8465b46854de 100644 (file)
@@ -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"
index 558c529d777842fffc81bd2ab5b8b76c6e2857d1..ac750dda556459cae74e66923d4f662b97ccf90c 100644 (file)
@@ -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"
index fc3cd5470169a018f1e33361ea693dda0155d844..3acee29feb46b9b0924aade0cfccb3837b35d5ca 100644 (file)
@@ -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"
index 6af9c0077fcb03b696001939979e890469fce3e7..cc570a17a9976d9b3e35502a5f828ca8a678e020 100644 (file)
@@ -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"
index 9bdd49335b858551dd0bc79b6a29a90016d49716..dbd12c021587dc7269f87af6afff1250d74c1452 100644 (file)
@@ -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"
index 46d6d652f0a1233bd5641bbe41681073634014c7..bf7bdbf09d29c71949ad3a18681c5179e7da8740 100644 (file)
@@ -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"
index fb3212188523ffb210f67cea4a7364fefb7682f0..5454244c64854f619efb4b3a0ca24acfca83e265 100644 (file)
@@ -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"
index a1c84bb89526f1559de79f10f45148556c53399d..80b53bdd543a84cc4ce856c0ca246a7d264bff72 100644 (file)
@@ -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"
index 1fb293759fea4d4ab2af1ed23c2706d6fd184539..9dbd166810e2fdf6b753aa30fb68b472e63c712a 100644 (file)
@@ -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
index 117e9a31289cf2bebb56c2b64e749d765d8967b4..c9027708ecb641f355a3e3aa3a455a32c5b37b64 100644 (file)
@@ -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"
index 90530c8ead70ddb77e67496b43bca538a5b21f1c..4ee633873331de767e7daa58ab4a36d92a8e2b7f 100644 (file)
@@ -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"
index efb160ddbb4709b25cc9754b97d6ce2374023a59..8c27dc727f718923b91fbb217aa94c2f9ac9118f 100644 (file)
@@ -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"
index 558c1fd3add9c79a3ddf5bd97f3987bd2730e26a..5e4639bce89acfbe8f9c929ab475054f89a13d5a 100644 (file)
@@ -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"
index f44587bcecdb3e72953e7f60062dd23320b74338..9471b2a5ce891106a37f23c4a49b359d6fd1428b 100644 (file)
@@ -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"
index 0df96467d0579b76bcbefd6af4d7def79c6d25ca..59114a89ea6044e48bcc94ac09c465b736e3541f 100644 (file)
@@ -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"
index 8d8d856cbe5d0d11edfae565cf10f517a39f3cc1..18b293aa554a9e04cf1787daa91c1aa2691794c8 100644 (file)
@@ -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"
index 3288012af68af35080a8779773437e839756dbdc..86706e30b7f062d2d1a3d3dbc7f96cbe7bf62689 100644 (file)
@@ -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"
index 2ae978d68e4983c04599c60d7bbd0d3cf4315b9e..74fe2ba2a60a4011decc27a4524c68c295bf80aa 100644 (file)
@@ -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"
index 98963e0b6f40ec25b18d6ef2022c0ef4462d2818..9b94907ab37137d5f613813de88e369fc2857413 100644 (file)
@@ -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"
index 178f3e6beadd4b40bd641650a43fbce66b09ec1f..e5111228df421f55094121dfe1bd3fe0261d0192 100644 (file)
@@ -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"
index 93d7b5fe55ca2bcad76bb45df89aa90831f97365..7dd9420c5f0f92247528c5e2498a142c30da330a 100644 (file)
@@ -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"
index a913e3850cc249ea67ac864838f5c0aee79e38a4..28481049c1704b87acf25abbe9948aabc6dd8039 100644 (file)
@@ -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"
index f09b396200aa7c8b2bd206417281b346f5b9e874..09548f5a3c90faed33be676284cd3684f5204aca 100644 (file)
@@ -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"
index 29ceef0d8fb57ecfae4bb7862b99fabb6f72d8d3..092f6e5a49039f245710a3a038fa69d281074483 100644 (file)
@@ -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 */
 
index be7cf41081a0da8f8e4b7ca2dc96272577206d35..af9b513b38b08b29032f69720b44adf70ef8e7f9 100644 (file)
@@ -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"
index 5ca28b300cab0b4182614fa87e5ff843cda92ac9..ee93ce84aafaf1207057ec4ca5635b20a72d0cfc 100644 (file)
@@ -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"
index 05697391de0de9b55184644add5f1c997723cce7..4dec5d3060ebe3d32e1a8af1bcc7690c16dac4f4 100644 (file)
@@ -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"
index 55a00640e2524cd326659c40d2f87db4e71a4a8a..5702c72f73daf8897ccb2b3ac83e9de61cee8a7a 100644 (file)
@@ -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"
index 93f49b819f7f1822572babf47f6b3399b9f2e43f..d3cc1de7552645670f669aef9de13b458e798a56 100644 (file)
@@ -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"
index 450a9160cab0c645d0fd91651028387114f0db2f..c415ffe69ee4dfe426e5ab933e823e5427a97b44 100644 (file)
@@ -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"
index 88071d5c2cdae381b214834e55dc105062935a76..9c47bdc8b1fd6e4fbb6c5650f610f5f894232536 100644 (file)
@@ -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"
index a1948b8850c68ec25c19f13c8e604ce2f66c160e..c1934205504bb8b136cb91aee4c7109bdb3a542d 100644 (file)
@@ -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"
index 5a832dc65054cfdc5ef158d9e25c1800301a701f..9dad700cb225ee9fb0f585baf5a37775a9e344a2 100644 (file)
@@ -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"
index 2680953935326eb3f16e8a98d251e934cfb09b0f..53e78b31f5375a6c9a050c0a1f780e5b712ad989 100644 (file)
@@ -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"
index 29fe3793c78ad19887badc26807b38261dc2eb5b..f28222bed0807eb55f1853ee9e0f415bb52cb34c 100644 (file)
@@ -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"
index 8096c13bbd7af09642b5a0438dd7d1810cb86711..ada7cf4b2b58c5ce180a2b29e6744edb4f8e6ab8 100644 (file)
@@ -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"
index 385a2ae3ef1fb8842b7c2ce80b088712fbc50751..bde0b277f62bf06a5dfec6b02232ba9776d6e1aa 100644 (file)
@@ -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"
index 1d1f370673f1b82b194b3e5ae3a8e7e62e18b11f..1e2901da067cf161ed9b671448ef0ec7838ca99f 100644 (file)
@@ -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"
index e84254aaa497dad85a38a22c5b23ae271692faa3..1c607daeb17bc74e876c824f2fab0fe24c3defa2 100644 (file)
@@ -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"
index d78c6a1521c4eb5c897996fe39be60de9b5d1f18..1b095982acf8a54becabe51b3f11ad2e4051023f 100644 (file)
@@ -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"
index b05ab1298d097ec518076f11bcc0c5a0e485f663..1aaa54b83ea8f9afe1f74fe1d7c4798db4d2e60d 100644 (file)
@@ -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. */
index 7907a2a7e65d1d636abdab670922674f9023ce95..2d4df8a78788061eda6dbf03a5c607783cdd7d2e 100644 (file)
@@ -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 */
 
index 90529c826beef771a7969185c5371001ff7ca3b6..719348c68e54df0da21bd40d8782f2c363171abe 100644 (file)
@@ -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"
index 0a867b45932ac20bf9291f0aec3754574c6f38a4..7a78936ab6c4b7a5f7a1d2990baabdbdb1659f1d 100644 (file)
@@ -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"
index 382a5bb362fd9a16035f0ff9bbf7fe04c8305861..413eb1c53c156f58e077b29d84fcfb5958c487c8 100644 (file)
@@ -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"
index 42a360e49444c8d83d360d21a8eaaec27e22b9d1..6c754baa7dd7c6d40f2b02ea0a5147051f9e49ec 100644 (file)
@@ -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"
index 3381aa7cb21951672c95561568ce41a3815c01c5..f575c71ac522f23a295a2b507beaf6dd464e70e4 100644 (file)
@@ -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"
index f57050df81bf597f3b39d4b818b947c15a514fc4..7a877fc488b52ddf787dd7ed18cab55a64d28129 100644 (file)
@@ -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"
index 234bdf5d49c4948ea91c40cd9ac92773d6c06cb5..3e27eb4e5c69533651cebc64812984fa3174dbb1 100644 (file)
@@ -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"
index 40d02834147b6f3b9182fbe9d197d4b9cb1b65d7..c5ed5f40d2690b8b43740d5601f895e9a265d890 100644 (file)
@@ -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"
index a481c655df735343079a42d3d5c5ea053695e53d..61a4b2351b96047c7c94ef29b04f6f47ef11788c 100644 (file)
@@ -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"
index 0a15d71dcc3f8dedd4e1115fafb78a56dd409fbc..c0f75df7c0fcd2d09d07632244f6868525b47d7c 100644 (file)
@@ -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"
index e6fa171335f507e2c8c1e1332ea1b7c1c6c2f82e..25391951c952a23ae32a7593a71bbec6efb3a154 100644 (file)
@@ -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"
index d3b1ef3bf6f86215fb8fab6fc059bcfe48cfc4e7..2f59b64d5b1e6a53c24f160f46993aa487f65e0f 100644 (file)
@@ -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"
index 08fac30b20743ecfb7870f520437095aa90eefb7..49a7b32614d590754a1d03aeb785f59aa4daa81e 100644 (file)
@@ -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"
index d1b94b82cb52838ae7ce9cb5e6a94c6b032ca326..d738cc886da3008e0c2c85ed5ed7cc2dcec237b2 100644 (file)
@@ -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
index 980f5d6055f2574c88fa8f9b8331fb799c826548..da020517c1ed4f7905ef59fcfb34dfe859d31525 100644 (file)
@@ -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"
index a09d3042c8724482d443968b9572fb2d2ecb9cac..da5efac2fc16b2f03338898ced014ea58e616517 100644 (file)
@@ -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"
index 7215b731e05bd0abe8bc6d48157ff3b37d35f3b3..076e9bc465d6807a12115f2cf29e8c8c40b5ff93 100644 (file)
@@ -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"
index 551cec69ef453b32c64d58ab00f75106a701d65c..d65710c2d28c97c041239eec18f9ca134a68f4e5 100644 (file)
@@ -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"
index 503b69d659b7159e188996064f901cbc459cfcd7..0da0be855f902a361e416d95b975c5757534b55b 100644 (file)
@@ -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"
index 44c4bad0d61ba04ccfc22676241de5af547e5d6e..ac8efc0459e12171a44f1f2fc1fa22a225f79941 100644 (file)
@@ -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"
index aa75fa530ace9c0c38c206b632648a3d900a0c10..55873501a4094370723b098d95e28664c0cb14e6 100644 (file)
@@ -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"
index 663db7e0a2ee747973261a05ecfbfe91fc72bcd7..630cc7124fb7d5bfd43db96eef481a3533551976 100644 (file)
@@ -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"
index 71c21965cb75130faaa775dacd029bb84640b18e..cf08b37add037ffdc790768fb870e5a7f5fac138 100644 (file)
@@ -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"
index c0624ceef5e601d4a78fc95c033c0f8adaf9ec26..838e062ebb1b21fbf832b8ea77224a18d7fc3396 100644 (file)
@@ -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"
index 52cf9e61194668ba6dbbec2ce980dfe0cba42373..ad35496f6872f572c611227b23a83f15715d6a92 100644 (file)
@@ -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"
index 662d18d0b5163744bd705b2b2cb5047bca4f53d8..ab2b135c6b4a4d01eda4eaebd298cc442088d2bd 100644 (file)
@@ -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"
index 4be86b420e368a7bcc3bb7fd0e0cb3d818e3e686..5c62f4ee481109c35b663030287592ff957357aa 100644 (file)
@@ -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"
 
index 02f019f7710d916540e5c1641555a8f29dd6c86b..e0e4ee1085b831223bfff81146458e41e4d85fc1 100644 (file)
@@ -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"
index cbf7dfb0acae4d7426d05c678c6681780c920066..68389bb2e58839740c9d860db6abfe24d3873320 100644 (file)
@@ -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"
index 1f009cc215efcd578c036e840879ab600584a920..f406c25da9a1d4aa6e47a0aa92b88c882d207d4c 100644 (file)
@@ -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"
index 731bed5468da09da9523aff0900a601b085b7c7f..be9165c8f3e01e53345885f63fe1fb622e0a290a 100644 (file)
@@ -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"
index a52a9245674bac7d89b65f32b14e9db9709d577f..98fa747682659b1dffc584f5d3342d150f842dac 100644 (file)
@@ -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"
index 2060bd2babf408f4253e17142311091766359771..77c39bcc9fdf876e7adccb71437c8683b4ba21c5 100644 (file)
@@ -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"
 
index 1be01df2bc646837ccc8c4fbef61d956614e89e2..b0c55a9441fc1b3192c30fdc33b383d269afe33e 100644 (file)
@@ -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"