From: Timo Sirainen Date: Wed, 8 Apr 2009 20:45:42 +0000 (-0400) Subject: Updated missing copyright years to 2009. X-Git-Tag: 2.0.alpha1~1005 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9f30617c2c96d54acbc4f85ed17b939c4f28916;p=thirdparty%2Fdovecot%2Fcore.git Updated missing copyright years to 2009. --HG-- branch : HEAD --- diff --git a/src/auth/auth-settings.c b/src/auth/auth-settings.c index fe9fd62f93..519fbe01d6 100644 --- a/src/auth/auth-settings.c +++ b/src/auth/auth-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/deliver/deliver-settings.c b/src/deliver/deliver-settings.c index c19783077c..ea74a3e968 100644 --- a/src/deliver/deliver-settings.c +++ b/src/deliver/deliver-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "deliver.h" #include "array.h" diff --git a/src/imap/imap-settings.c b/src/imap/imap-settings.c index d2dfb5cd3e..cb8582f9ca 100644 --- a/src/imap/imap-settings.c +++ b/src/imap/imap-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-settings/settings-parser.c b/src/lib-settings/settings-parser.c index 3b43e0365a..2f012aec94 100644 --- a/src/lib-settings/settings-parser.c +++ b/src/lib-settings/settings-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/lib-storage/index/dbox/dbox-settings.c b/src/lib-storage/index/dbox/dbox-settings.c index f66fe0ec8c..64e8bedc87 100644 --- a/src/lib-storage/index/dbox/dbox-settings.c +++ b/src/lib-storage/index/dbox/dbox-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2006-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2006-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-storage/index/maildir/maildir-settings.c b/src/lib-storage/index/maildir/maildir-settings.c index b08db7db12..3d388d2e80 100644 --- a/src/lib-storage/index/maildir/maildir-settings.c +++ b/src/lib-storage/index/maildir/maildir-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-storage/index/mbox/mbox-settings.c b/src/lib-storage/index/mbox/mbox-settings.c index 801cb7fddd..6b6b54b5f5 100644 --- a/src/lib-storage/index/mbox/mbox-settings.c +++ b/src/lib-storage/index/mbox/mbox-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/lib-storage/mail-storage-settings.c b/src/lib-storage/mail-storage-settings.c index e72b866940..42ed2c13fa 100644 --- a/src/lib-storage/mail-storage-settings.c +++ b/src/lib-storage/mail-storage-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "array.h" diff --git a/src/login-common/login-settings.c b/src/login-common/login-settings.c index 3ec2cd8262..1fdcd442d8 100644 --- a/src/login-common/login-settings.c +++ b/src/login-common/login-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/plugins/convert/convert-settings.c b/src/plugins/convert/convert-settings.c index e5e8a806fd..16eafce499 100644 --- a/src/plugins/convert/convert-settings.c +++ b/src/plugins/convert/convert-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/plugins/expire/expire-settings.c b/src/plugins/expire/expire-settings.c index 4786bfae44..818085b06f 100644 --- a/src/plugins/expire/expire-settings.c +++ b/src/plugins/expire/expire-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2008-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h" diff --git a/src/pop3/pop3-settings.c b/src/pop3/pop3-settings.c index 5e6017bcae..f4c948bde9 100644 --- a/src/pop3/pop3-settings.c +++ b/src/pop3/pop3-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2005-2008 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2005-2009 Dovecot authors, see the included COPYING file */ #include "lib.h" #include "settings-parser.h"