diff --git a/doc/man/pigeonhole.7.in b/doc/man/pigeonhole.7.in
index fe92c18691f03780e735469a3e3c7a6c4b4dc09a..787c29f0a8642eaa468d967faa3fe7f93c2841f5 100644
--- a/doc/man/pigeonhole.7.in
+++ b/doc/man/pigeonhole.7.in
@@ -1,5 +1,5 @@
-.\" Copyright (c) 2010 Pigeonhole authors, see the included COPYING file
-.TH "PIGEONHOLE" 7 "2010-08-23" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
+.\" Copyright (c) 2010-2011 Pigeonhole authors, see the included COPYING file
+.TH "PIGEONHOLE" 7 "2010-03-05" "Pigeonhole for Dovecot v2.0" "Pigeonhole"
 .\"------------------------------------------------------------------------
 .SH NAME
 pigeonhole \- Overview of the Pigeonhole project\(aqs Sieve support for the
diff --git a/src/lib-managesieve/managesieve-parser.c b/src/lib-managesieve/managesieve-parser.c
index 0d3a41709a456dcd4794cdf15367edd5a15dd1f0..2566a8a48cb85b4bbb1f6a89457d7bc85818259d 100644
--- a/src/lib-managesieve/managesieve-parser.c
+++ b/src/lib-managesieve/managesieve-parser.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-managesieve/managesieve-parser.h b/src/lib-managesieve/managesieve-parser.h
index fa783bd28505cb086407255c4aaacefc178c0c6f..a0cede842fb12c5d676a6389156c78ddeaa12c36 100644
--- a/src/lib-managesieve/managesieve-parser.h
+++ b/src/lib-managesieve/managesieve-parser.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_PARSER_H
diff --git a/src/lib-managesieve/managesieve-quote.c b/src/lib-managesieve/managesieve-quote.c
index 1e01446e80d80d7b43c07817678fb7d698c44a93..5a3e4ea5a20914d1a8d25c04e0240b7d048a1a89 100644
--- a/src/lib-managesieve/managesieve-quote.c
+++ b/src/lib-managesieve/managesieve-quote.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-managesieve/managesieve-quote.h b/src/lib-managesieve/managesieve-quote.h
index 1c5c15bbf0b8dae8cbf1e2cd146171876aaacc0f..2a55e1731de0966c785606e502cd6191ac94f8d5 100644
--- a/src/lib-managesieve/managesieve-quote.h
+++ b/src/lib-managesieve/managesieve-quote.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __IMAP_QUOTE_H
diff --git a/src/lib-sieve-tool/mail-raw.c b/src/lib-sieve-tool/mail-raw.c
index da2d8eba0a9df5fc25caca2f97ce2265576da0c6..8b6c395c5fe6e662cd7325d4f6da778f817922c6 100644
--- a/src/lib-sieve-tool/mail-raw.c
+++ b/src/lib-sieve-tool/mail-raw.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve-tool/mail-raw.h b/src/lib-sieve-tool/mail-raw.h
index 8e672ad3058c57b6788e08883653a80a3f475680..94dc28ae6447b8331863d4dc37222763c0151aa0 100644
--- a/src/lib-sieve-tool/mail-raw.h
+++ b/src/lib-sieve-tool/mail-raw.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MAIL_RAW_H
diff --git a/src/lib-sieve-tool/sieve-tool.c b/src/lib-sieve-tool/sieve-tool.c
index 9bc93c6dcd71371dc378510ffc85c70a260760d1..4b20982e5b5edb94be0e1325befa387f9bee13d9 100644
--- a/src/lib-sieve-tool/sieve-tool.c
+++ b/src/lib-sieve-tool/sieve-tool.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve-tool/sieve-tool.h b/src/lib-sieve-tool/sieve-tool.h
index ec0365049ee91f625e6594441f2d1d83679090ca..1197b4d0cc6e8db04e834109d0e2992cf0044867 100644
--- a/src/lib-sieve-tool/sieve-tool.h
+++ b/src/lib-sieve-tool/sieve-tool.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_TOOL_H
diff --git a/src/lib-sieve/cmd-discard.c b/src/lib-sieve/cmd-discard.c
index 108efe4d31f658e5acbeeec71383f0ea815145d5..96147e26e803d88805e701c6dccff8e7b8acbdfc 100644
--- a/src/lib-sieve/cmd-discard.c
+++ b/src/lib-sieve/cmd-discard.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/cmd-if.c b/src/lib-sieve/cmd-if.c
index 0c471bd362c655c8c6783cfbfd9af054866a430d..841614dd079830386f9177f0c90830de5f5d7dc6 100644
--- a/src/lib-sieve/cmd-if.c
+++ b/src/lib-sieve/cmd-if.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/cmd-keep.c b/src/lib-sieve/cmd-keep.c
index 2187f5a11c1fcab36c85c2aa3ab96be2e3042fa1..bba0373313e6ee87353381501d4129e1c4ffbf8a 100644
--- a/src/lib-sieve/cmd-keep.c
+++ b/src/lib-sieve/cmd-keep.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/cmd-redirect.c b/src/lib-sieve/cmd-redirect.c
index 705f9f6dfe6e7e6d6c13b300393f194c3267281e..a20854926bd855531b0fe8f338afff398e65c90e 100644
--- a/src/lib-sieve/cmd-redirect.c
+++ b/src/lib-sieve/cmd-redirect.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/cmd-require.c b/src/lib-sieve/cmd-require.c
index 38afd431823e91acd83e61ae064f02e5e1158076..178124e00f99927a8390c034bee255cc09abc3ff 100644
--- a/src/lib-sieve/cmd-require.c
+++ b/src/lib-sieve/cmd-require.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/cmd-stop.c b/src/lib-sieve/cmd-stop.c
index b28469ed1cc5e6092aff93b69f2a06b4dfc333e5..33b312385db73566f6a29b83b637ebf2394ee53c 100644
--- a/src/lib-sieve/cmd-stop.c
+++ b/src/lib-sieve/cmd-stop.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/cmp-i-ascii-casemap.c b/src/lib-sieve/cmp-i-ascii-casemap.c
index 35dcaf1df4d037bb1d113bc79872c83e58be695a..316cf15da48766e64f119387bacee9e811b5283c 100644
--- a/src/lib-sieve/cmp-i-ascii-casemap.c
+++ b/src/lib-sieve/cmp-i-ascii-casemap.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 /* Comparator 'i;ascii-casemap': 
diff --git a/src/lib-sieve/cmp-i-octet.c b/src/lib-sieve/cmp-i-octet.c
index 7ca123dab00f216f76b30a5951ef1ff8067e7d79..16a3b3acfaacdcb45591a90a69ad38f5de6e3c69 100644
--- a/src/lib-sieve/cmp-i-octet.c
+++ b/src/lib-sieve/cmp-i-octet.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 /* Comparator 'i;octet': 
diff --git a/src/lib-sieve/ext-encoded-character.c b/src/lib-sieve/ext-encoded-character.c
index 29e7ba35716a5c38da9ef0c56836cf24a5999069..afbb54588f6716be977d46422ebe2ab63c1aa15e 100644
--- a/src/lib-sieve/ext-encoded-character.c
+++ b/src/lib-sieve/ext-encoded-character.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension encoded-character
diff --git a/src/lib-sieve/ext-envelope.c b/src/lib-sieve/ext-envelope.c
index 0d2a3d7699dbc0c2f3874439e85a8b84ee4e2922..f7dbf61bd9cd76a25a73bebbf88f70d25713ad02 100644
--- a/src/lib-sieve/ext-envelope.c
+++ b/src/lib-sieve/ext-envelope.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension envelope
diff --git a/src/lib-sieve/ext-fileinto.c b/src/lib-sieve/ext-fileinto.c
index e4b0191627440f2855add80b71cf58e4c02256b9..957a6645a24197d72393c2deb21e79950c942a18 100644
--- a/src/lib-sieve/ext-fileinto.c
+++ b/src/lib-sieve/ext-fileinto.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension fileinto
diff --git a/src/lib-sieve/ext-reject.c b/src/lib-sieve/ext-reject.c
index c45725d7c3a24cfe9d67894cff6db50ec03aca26..845aaa950732748112306c6886491fe011851986 100644
--- a/src/lib-sieve/ext-reject.c
+++ b/src/lib-sieve/ext-reject.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension reject
diff --git a/src/lib-sieve/mcht-contains.c b/src/lib-sieve/mcht-contains.c
index ac99c7f582419bb424c086746c01145dd8d61750..27835561a62185d21f357871462ce2e5f8665fc4 100644
--- a/src/lib-sieve/mcht-contains.c
+++ b/src/lib-sieve/mcht-contains.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 /* Match-type ':contains' 
diff --git a/src/lib-sieve/mcht-is.c b/src/lib-sieve/mcht-is.c
index eaf7885d8f823adf7445b8b6805baead1fe4a408..e999637e81535e1c96b2653cb1fb595bbfcc5d77 100644
--- a/src/lib-sieve/mcht-is.c
+++ b/src/lib-sieve/mcht-is.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 /* Match-type ':is': 
diff --git a/src/lib-sieve/mcht-matches.c b/src/lib-sieve/mcht-matches.c
index 72a18b03992ca2d729e6b54e8e9c1c8c33527fbc..6f996390707c0d185b3e385c8a12ad6c26160054 100644
--- a/src/lib-sieve/mcht-matches.c
+++ b/src/lib-sieve/mcht-matches.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 /* Match-type ':matches' 
diff --git a/src/lib-sieve/plugins/body/ext-body-common.c b/src/lib-sieve/plugins/body/ext-body-common.c
index 6fe883e245028e6b37364a81878991ed55f575f0..9dc991fb0b44a129b6bd496d82b92a856e3b6476 100644
--- a/src/lib-sieve/plugins/body/ext-body-common.c
+++ b/src/lib-sieve/plugins/body/ext-body-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/body/ext-body-common.h b/src/lib-sieve/plugins/body/ext-body-common.h
index 50cf09096b4c426d9aa1b61c75e3616bdcba7b14..4f8ad3204cfe515a5928dfef367442db3c7c2a61 100644
--- a/src/lib-sieve/plugins/body/ext-body-common.h
+++ b/src/lib-sieve/plugins/body/ext-body-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __EXT_BODY_COMMON_H
diff --git a/src/lib-sieve/plugins/body/ext-body.c b/src/lib-sieve/plugins/body/ext-body.c
index 1055d809fcf0152116ad1b27e012ee033ad0abac..12381b990b3ca0f759dd413a3b9524a643135cc1 100644
--- a/src/lib-sieve/plugins/body/ext-body.c
+++ b/src/lib-sieve/plugins/body/ext-body.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension body
diff --git a/src/lib-sieve/plugins/body/tst-body.c b/src/lib-sieve/plugins/body/tst-body.c
index 0793baaf28a9e9893ae1449516d96b30eae5fb57..2ce0451ee67cd68c12a0b205a74e75dd74c1162c 100644
--- a/src/lib-sieve/plugins/body/tst-body.c
+++ b/src/lib-sieve/plugins/body/tst-body.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #include "sieve-extensions.h"
diff --git a/src/lib-sieve/plugins/comparator-i-ascii-numeric/ext-cmp-i-ascii-numeric.c b/src/lib-sieve/plugins/comparator-i-ascii-numeric/ext-cmp-i-ascii-numeric.c
index 6c1c161673fecfff5b6474fc961a7b96910a0ba4..7ed3724de0a129936536bbcbbaa3b88f6cc5a416 100644
--- a/src/lib-sieve/plugins/comparator-i-ascii-numeric/ext-cmp-i-ascii-numeric.c
+++ b/src/lib-sieve/plugins/comparator-i-ascii-numeric/ext-cmp-i-ascii-numeric.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension comparator-i;ascii-numeric
diff --git a/src/lib-sieve/plugins/copy/ext-copy.c b/src/lib-sieve/plugins/copy/ext-copy.c
index 08f86c1d3dc84e303c470008ec446cfce239ae0c..ba4b4cf45129c9edc7f5ad8152d34bd8a911492d 100644
--- a/src/lib-sieve/plugins/copy/ext-copy.c
+++ b/src/lib-sieve/plugins/copy/ext-copy.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension copy
diff --git a/src/lib-sieve/plugins/copy/sieve-ext-copy.h b/src/lib-sieve/plugins/copy/sieve-ext-copy.h
index 7b239572d98577391cb8b4a184f9d90e7b3d8dbc..9452d4287c96a8bf3243dc1018bedcacc1770080 100644
--- a/src/lib-sieve/plugins/copy/sieve-ext-copy.h
+++ b/src/lib-sieve/plugins/copy/sieve-ext-copy.h
@@ -1,3 +1,6 @@
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
+ */
+
 #ifndef __SIEVE_EXT_COPY_H
 #define __SIEVE_EXT_COPY_H
 
diff --git a/src/lib-sieve/plugins/date/ext-date-common.c b/src/lib-sieve/plugins/date/ext-date-common.c
index 5edaff616e92f28c55b87bf8ae8bfde2674436d1..aea39b84f4c60b2e5f0a6691852873c775e76956 100644
--- a/src/lib-sieve/plugins/date/ext-date-common.c
+++ b/src/lib-sieve/plugins/date/ext-date-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/date/ext-date-common.h b/src/lib-sieve/plugins/date/ext-date-common.h
index 7cbe9c2f348bd815aaf862c809ffd5d3a8f5c1b3..ad5d10acc4d264267f2be8eaa35c66a447274648 100644
--- a/src/lib-sieve/plugins/date/ext-date-common.h
+++ b/src/lib-sieve/plugins/date/ext-date-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __EXT_DATE_COMMON_H
diff --git a/src/lib-sieve/plugins/date/ext-date.c b/src/lib-sieve/plugins/date/ext-date.c
index aa56fda3b4f882e702138ee33276a180d04fb024..a7edaa795a391f3680dff615f5c5626cbb0c5d3c 100644
--- a/src/lib-sieve/plugins/date/ext-date.c
+++ b/src/lib-sieve/plugins/date/ext-date.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension date
diff --git a/src/lib-sieve/plugins/date/tst-date.c b/src/lib-sieve/plugins/date/tst-date.c
index d984073d07c1a008f692726fc15e6bc1b89abae6..27f875a53cf57bd6ecdc9e5cd3036e136d7265ff 100644
--- a/src/lib-sieve/plugins/date/tst-date.c
+++ b/src/lib-sieve/plugins/date/tst-date.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/enotify/cmd-notify.c b/src/lib-sieve/plugins/enotify/cmd-notify.c
index ccba652303c00d426a1cb85289656f8d047df009..b764277266641464a81c1a6413c2a66ba12a83f9 100644
--- a/src/lib-sieve/plugins/enotify/cmd-notify.c
+++ b/src/lib-sieve/plugins/enotify/cmd-notify.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/enotify/ext-enotify-common.c b/src/lib-sieve/plugins/enotify/ext-enotify-common.c
index 1a53f6ce0112cf74694588a5400eafa3b7b25e3b..8c3f5d54ecb840d6372336063a3e0b63f4bffd1c 100644
--- a/src/lib-sieve/plugins/enotify/ext-enotify-common.c
+++ b/src/lib-sieve/plugins/enotify/ext-enotify-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/enotify/ext-enotify-common.h b/src/lib-sieve/plugins/enotify/ext-enotify-common.h
index 3a67da5413363bb5fbad73abd8baf79e85cdfe6e..25ebe9e235f864dfa58ab2086c626364a36fcb53 100644
--- a/src/lib-sieve/plugins/enotify/ext-enotify-common.h
+++ b/src/lib-sieve/plugins/enotify/ext-enotify-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_ENOTIFY_COMMON_H
diff --git a/src/lib-sieve/plugins/enotify/ext-enotify-limits.h b/src/lib-sieve/plugins/enotify/ext-enotify-limits.h
index 76b60787dc0fa9d086e618dc2434636eb17dcce8..3877d13b3c6acf4e5873b63bd1e4868e5c96edc0 100644
--- a/src/lib-sieve/plugins/enotify/ext-enotify-limits.h
+++ b/src/lib-sieve/plugins/enotify/ext-enotify-limits.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __EXT_ENOTIFY_LIMITS_H
diff --git a/src/lib-sieve/plugins/enotify/ext-enotify.c b/src/lib-sieve/plugins/enotify/ext-enotify.c
index 4caad0e9ab2de68fd9c2ef400e12e780fd8b770b..0306bdf4c05b8456f423354ad1a2dd2f0cfab9c9 100644
--- a/src/lib-sieve/plugins/enotify/ext-enotify.c
+++ b/src/lib-sieve/plugins/enotify/ext-enotify.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension enotify
diff --git a/src/lib-sieve/plugins/enotify/mailto/ntfy-mailto.c b/src/lib-sieve/plugins/enotify/mailto/ntfy-mailto.c
index e4470b6ab8bd8da9e90c34bc73136454f8e60dff..2cee294d0400482ebd7e49733c201ae001099c4d 100644
--- a/src/lib-sieve/plugins/enotify/mailto/ntfy-mailto.c
+++ b/src/lib-sieve/plugins/enotify/mailto/ntfy-mailto.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 /* Notify method mailto
diff --git a/src/lib-sieve/plugins/enotify/mailto/uri-mailto.c b/src/lib-sieve/plugins/enotify/mailto/uri-mailto.c
index 8512274aca5c30cb731845f6092b6ffe55b81a90..c5317553f68c5068d183cf341293464c5e620d11 100644
--- a/src/lib-sieve/plugins/enotify/mailto/uri-mailto.c
+++ b/src/lib-sieve/plugins/enotify/mailto/uri-mailto.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
   
 /* FIXME: URI syntax conforms to something somewhere in between RFC 2368 and
diff --git a/src/lib-sieve/plugins/enotify/mailto/uri-mailto.h b/src/lib-sieve/plugins/enotify/mailto/uri-mailto.h
index 2d960819bd94ce6de911906d9f1b81c3f2c61ff1..baea3654d04f2db8415a1397be7d846156169716 100644
--- a/src/lib-sieve/plugins/enotify/mailto/uri-mailto.h
+++ b/src/lib-sieve/plugins/enotify/mailto/uri-mailto.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #ifndef __URI_MAILTO_H
diff --git a/src/lib-sieve/plugins/enotify/sieve-ext-enotify.h b/src/lib-sieve/plugins/enotify/sieve-ext-enotify.h
index 28bf9e2d593f02446471d2a555f1d12c6de19bfd..7810f51031ab2e313d22fd099686643950c6a48e 100644
--- a/src/lib-sieve/plugins/enotify/sieve-ext-enotify.h
+++ b/src/lib-sieve/plugins/enotify/sieve-ext-enotify.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_EXT_ENOTIFY_H
diff --git a/src/lib-sieve/plugins/enotify/tst-notify-method-capability.c b/src/lib-sieve/plugins/enotify/tst-notify-method-capability.c
index 644d40febb7a4574f2eed955a408255593a1b366..c37330f601c0a91bd96bccbef44e3d670458972b 100644
--- a/src/lib-sieve/plugins/enotify/tst-notify-method-capability.c
+++ b/src/lib-sieve/plugins/enotify/tst-notify-method-capability.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/plugins/enotify/tst-valid-notify-method.c b/src/lib-sieve/plugins/enotify/tst-valid-notify-method.c
index 1d6c8149d194d032a96503e21fe5156d0b378e07..102b6bfc205da4cff18d6216d7aba324e2cff6fe 100644
--- a/src/lib-sieve/plugins/enotify/tst-valid-notify-method.c
+++ b/src/lib-sieve/plugins/enotify/tst-valid-notify-method.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/plugins/enotify/vmodf-encodeurl.c b/src/lib-sieve/plugins/enotify/vmodf-encodeurl.c
index 3952860a4a1e07ebfc5420123e1e15aca093d69e..7d63de1c8210d0beb9679acd4bfe978246e46e09 100644
--- a/src/lib-sieve/plugins/enotify/vmodf-encodeurl.c
+++ b/src/lib-sieve/plugins/enotify/vmodf-encodeurl.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/environment/ext-environment-common.c b/src/lib-sieve/plugins/environment/ext-environment-common.c
index 58fc2919fabfa3a96c36775d4fae2f4c57442ea8..2bda275e85d062424ad84feef58fa4be06dae9e2 100644
--- a/src/lib-sieve/plugins/environment/ext-environment-common.c
+++ b/src/lib-sieve/plugins/environment/ext-environment-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/environment/ext-environment-common.h b/src/lib-sieve/plugins/environment/ext-environment-common.h
index f644f4dc25f3a8844bd8cfd69fb8a70edb52c7c8..97e2578142dcfc5ca2acab3f0dc68c4d5b302469 100644
--- a/src/lib-sieve/plugins/environment/ext-environment-common.h
+++ b/src/lib-sieve/plugins/environment/ext-environment-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_ENVIRONMENT_COMMON_H
diff --git a/src/lib-sieve/plugins/environment/ext-environment.c b/src/lib-sieve/plugins/environment/ext-environment.c
index 70ce76ffe5ace9221667733cbd54adec158e6ec8..b54f7dd0e4fc7308e388237a251c4a5788603356 100644
--- a/src/lib-sieve/plugins/environment/ext-environment.c
+++ b/src/lib-sieve/plugins/environment/ext-environment.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension variables
diff --git a/src/lib-sieve/plugins/environment/sieve-ext-environment.h b/src/lib-sieve/plugins/environment/sieve-ext-environment.h
index a7bd1ad7184a739d0589af5151ebe6478062bbfc..408d523e049d0cfa860f4ec46619146f3f876762 100644
--- a/src/lib-sieve/plugins/environment/sieve-ext-environment.h
+++ b/src/lib-sieve/plugins/environment/sieve-ext-environment.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_EXT_ENVIRONMENT_H
diff --git a/src/lib-sieve/plugins/environment/tst-environment.c b/src/lib-sieve/plugins/environment/tst-environment.c
index cd84fe0bb1a1b9af61823331c595a0dc7108f4fc..65384859cac748358bc65a444f63e15fea3e35b5 100644
--- a/src/lib-sieve/plugins/environment/tst-environment.c
+++ b/src/lib-sieve/plugins/environment/tst-environment.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/plugins/imap4flags/cmd-flag.c b/src/lib-sieve/plugins/imap4flags/cmd-flag.c
index 7c7e9246a15ddcf4f34d1d4f150c7cf775d2ae0b..42b00781ed33d910a732563fb5a680e497e65916 100644
--- a/src/lib-sieve/plugins/imap4flags/cmd-flag.c
+++ b/src/lib-sieve/plugins/imap4flags/cmd-flag.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.c b/src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.c
index fbd5f7c17dc70d0f584b15e6fee15c6bda45d140..5189d1c8c8ac2c43773b9939baa4431a16423d78 100644
--- a/src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.c
+++ b/src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.h b/src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.h
index f381f914569d142fccbe9d266fee5151c2288775..9cbe2fd527dee72db2060b3c9568c67fd5b99eac 100644
--- a/src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.h
+++ b/src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_IMAP4FLAGS_COMMON_H
diff --git a/src/lib-sieve/plugins/imap4flags/ext-imap4flags.c b/src/lib-sieve/plugins/imap4flags/ext-imap4flags.c
index 36c7494dc07fdc8bb704b976e12fa28f559ca537..d0a4c4841362295cc568507cfb24c33b0502f9de 100644
--- a/src/lib-sieve/plugins/imap4flags/ext-imap4flags.c
+++ b/src/lib-sieve/plugins/imap4flags/ext-imap4flags.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension imap4flags
diff --git a/src/lib-sieve/plugins/imap4flags/ext-imapflags.c b/src/lib-sieve/plugins/imap4flags/ext-imapflags.c
index 030fb1916e5165b24dc18a2b1e0ce846595508b9..1054b78df1fb230a64fc6c8b08f1c24e8ce9e4fb 100644
--- a/src/lib-sieve/plugins/imap4flags/ext-imapflags.c
+++ b/src/lib-sieve/plugins/imap4flags/ext-imapflags.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension imapflags
diff --git a/src/lib-sieve/plugins/imap4flags/tag-flags.c b/src/lib-sieve/plugins/imap4flags/tag-flags.c
index d794875998236af42aee4ed71db1d6238f6de8d7..7d53d9aa24183eab8e64bcf4634bfcef1160e8b1 100644
--- a/src/lib-sieve/plugins/imap4flags/tag-flags.c
+++ b/src/lib-sieve/plugins/imap4flags/tag-flags.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/imap4flags/tst-hasflag.c b/src/lib-sieve/plugins/imap4flags/tst-hasflag.c
index cbfd7eb9e3c714dae45594619d19b40713d09f78..e038e890f966a3c24a8b1cf3acb3008c96f4944c 100644
--- a/src/lib-sieve/plugins/imap4flags/tst-hasflag.c
+++ b/src/lib-sieve/plugins/imap4flags/tst-hasflag.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/include/cmd-global.c b/src/lib-sieve/plugins/include/cmd-global.c
index 1b8cd32fbad38feefcd6dfe7a4d010423ed74e63..93443036315cc579954f5ac3816cfc27fe79bb54 100644
--- a/src/lib-sieve/plugins/include/cmd-global.c
+++ b/src/lib-sieve/plugins/include/cmd-global.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/include/cmd-include.c b/src/lib-sieve/plugins/include/cmd-include.c
index 0edf44556646ce5127fe8ffe49bcfc6003752c0a..9d3f46cc56206d64daff6243b21e20449f7531dc 100644
--- a/src/lib-sieve/plugins/include/cmd-include.c
+++ b/src/lib-sieve/plugins/include/cmd-include.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/include/cmd-return.c b/src/lib-sieve/plugins/include/cmd-return.c
index 92d59a56bf4bc32b9aed64f3bb17ccfb2e23196a..060805ce8c49d942368ed5ca8d393badd27106fe 100644
--- a/src/lib-sieve/plugins/include/cmd-return.c
+++ b/src/lib-sieve/plugins/include/cmd-return.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/include/ext-include-binary.c b/src/lib-sieve/plugins/include/ext-include-binary.c
index 7373f8b5bfc25c4131025998e9fd40e6bbeb35fe..d01db42552f3b2cc5aa7ed631c1a261ab2ac3524 100644
--- a/src/lib-sieve/plugins/include/ext-include-binary.c
+++ b/src/lib-sieve/plugins/include/ext-include-binary.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/include/ext-include-binary.h b/src/lib-sieve/plugins/include/ext-include-binary.h
index 0a76931f62309d19edc12805fd22d19cb0688f57..7eb979ccd0dff296c6f3f3a0634adf1c9a95c020 100644
--- a/src/lib-sieve/plugins/include/ext-include-binary.h
+++ b/src/lib-sieve/plugins/include/ext-include-binary.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_INCLUDE_BINARY_H
diff --git a/src/lib-sieve/plugins/include/ext-include-common.c b/src/lib-sieve/plugins/include/ext-include-common.c
index 5d4fb6579901dd093dfbbfd6475212f30217637a..2b027e59260aa5de9b1654dbab73b8292ec60d96 100644
--- a/src/lib-sieve/plugins/include/ext-include-common.c
+++ b/src/lib-sieve/plugins/include/ext-include-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/include/ext-include-common.h b/src/lib-sieve/plugins/include/ext-include-common.h
index 2cdeb4955702c95ea82cf3d4c74917e6d3bd13f6..6e7659d22728448c3bf18d6467b2eebd31705b88 100644
--- a/src/lib-sieve/plugins/include/ext-include-common.h
+++ b/src/lib-sieve/plugins/include/ext-include-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_INCLUDE_COMMON_H
diff --git a/src/lib-sieve/plugins/include/ext-include-limits.h b/src/lib-sieve/plugins/include/ext-include-limits.h
index 723a18ce157352fc37aa3a1904aeb003db54151d..4a69b30f162b5d5471dec80e885af0df6e139a61 100644
--- a/src/lib-sieve/plugins/include/ext-include-limits.h
+++ b/src/lib-sieve/plugins/include/ext-include-limits.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_INCLUDE_LIMITS_H
diff --git a/src/lib-sieve/plugins/include/ext-include-variables.c b/src/lib-sieve/plugins/include/ext-include-variables.c
index 85eb93818813bb8b9a85412c1b3dc896249504a6..43672319032a04fac10ad9fb75c75d37948cbc20 100644
--- a/src/lib-sieve/plugins/include/ext-include-variables.c
+++ b/src/lib-sieve/plugins/include/ext-include-variables.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/plugins/include/ext-include-variables.h b/src/lib-sieve/plugins/include/ext-include-variables.h
index 23c0aae78af81b355b5e4e7a09298bb7e2d141c5..4d3432eef0ca29c51c8ea5bbc5f2bdf0f450caf7 100644
--- a/src/lib-sieve/plugins/include/ext-include-variables.h
+++ b/src/lib-sieve/plugins/include/ext-include-variables.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_INCLUDE_VARIABLES_H
diff --git a/src/lib-sieve/plugins/include/ext-include.c b/src/lib-sieve/plugins/include/ext-include.c
index 738db2fdd759d2bdf9f2b801f77ddb0f46157fe7..2aeefa5c66ced9e14f2896f42b90c4b1c82a79e2 100644
--- a/src/lib-sieve/plugins/include/ext-include.c
+++ b/src/lib-sieve/plugins/include/ext-include.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension include
diff --git a/src/lib-sieve/plugins/mailbox/ext-mailbox-common.h b/src/lib-sieve/plugins/mailbox/ext-mailbox-common.h
index f6d518f6dcb75770806af57fa781c1036201b018..3f76b39bc3bc0f3dfa1910e7aaa3b1a3d2643667 100644
--- a/src/lib-sieve/plugins/mailbox/ext-mailbox-common.h
+++ b/src/lib-sieve/plugins/mailbox/ext-mailbox-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_MAILBOX_COMMON_H
diff --git a/src/lib-sieve/plugins/mailbox/ext-mailbox.c b/src/lib-sieve/plugins/mailbox/ext-mailbox.c
index 8ed35f1fee3d0ce79181e28b854b80e7912376a8..2f39924839268ed9a0f17f440cf318ed67e3a343 100644
--- a/src/lib-sieve/plugins/mailbox/ext-mailbox.c
+++ b/src/lib-sieve/plugins/mailbox/ext-mailbox.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension mailbox
diff --git a/src/lib-sieve/plugins/mailbox/tag-mailbox-create.c b/src/lib-sieve/plugins/mailbox/tag-mailbox-create.c
index 2cf438b6ad5f827ea83ac20f8af53a37b379e8c5..69ac00bbf836c613f1fec439cec82323bdefac22 100644
--- a/src/lib-sieve/plugins/mailbox/tag-mailbox-create.c
+++ b/src/lib-sieve/plugins/mailbox/tag-mailbox-create.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/mailbox/tst-mailboxexists.c b/src/lib-sieve/plugins/mailbox/tst-mailboxexists.c
index 21ecf67e0319e34894539fafc53ee7a683980ca8..302c5f12cb6b9ee1a3b7ca180cf2838ef3e2b8f8 100644
--- a/src/lib-sieve/plugins/mailbox/tst-mailboxexists.c
+++ b/src/lib-sieve/plugins/mailbox/tst-mailboxexists.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/notify/cmd-denotify.c b/src/lib-sieve/plugins/notify/cmd-denotify.c
index 0f332fd62e5eaca218dcebc21eec81795283c185..f8bb5e7692e6f458d9c7dec102536bad7689c70b 100644
--- a/src/lib-sieve/plugins/notify/cmd-denotify.c
+++ b/src/lib-sieve/plugins/notify/cmd-denotify.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/notify/cmd-notify.c b/src/lib-sieve/plugins/notify/cmd-notify.c
index 49d4a41b53d2ef3f4fc90fa0c474ba399ca9cd1a..b7c58ab9820aad697094727ab62a8021ceac5f8e 100644
--- a/src/lib-sieve/plugins/notify/cmd-notify.c
+++ b/src/lib-sieve/plugins/notify/cmd-notify.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/notify/ext-notify-common.c b/src/lib-sieve/plugins/notify/ext-notify-common.c
index c61e8f73ae3f293da62984b69b24dcde206e10b2..917d6e8398ed4491ee870452f5e96b3a9d2f0ae5 100644
--- a/src/lib-sieve/plugins/notify/ext-notify-common.c
+++ b/src/lib-sieve/plugins/notify/ext-notify-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/notify/ext-notify-common.h b/src/lib-sieve/plugins/notify/ext-notify-common.h
index 5da1a7dc51acd3be3a90f5f1909dc0bc25a1078c..baa438f24e25dd1e1d7fbed9a7e6015597bdc867 100644
--- a/src/lib-sieve/plugins/notify/ext-notify-common.h
+++ b/src/lib-sieve/plugins/notify/ext-notify-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_NOTIFY_COMMON_H
diff --git a/src/lib-sieve/plugins/notify/ext-notify-limits.h b/src/lib-sieve/plugins/notify/ext-notify-limits.h
index 0c10e1a656e90fa95f11b4708c9fd7faa4258e7a..7d86d92634e8d3f38c56b501e2ae780d3ec1cb2b 100644
--- a/src/lib-sieve/plugins/notify/ext-notify-limits.h
+++ b/src/lib-sieve/plugins/notify/ext-notify-limits.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __EXT_NOTIFY_LIMITS_H
diff --git a/src/lib-sieve/plugins/notify/ext-notify.c b/src/lib-sieve/plugins/notify/ext-notify.c
index f3500dac8bc15d84cac8008b1200ab256535fd56..ebdd9cd77dfa2f138b5380b3fe4081da811639a6 100644
--- a/src/lib-sieve/plugins/notify/ext-notify.c
+++ b/src/lib-sieve/plugins/notify/ext-notify.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension notify
diff --git a/src/lib-sieve/plugins/regex/ext-regex-common.c b/src/lib-sieve/plugins/regex/ext-regex-common.c
index 14f5d5648dbf36c369ab58df9441f6b46d6d8d7d..8bac5fdd4b160ec6ec97a30dfee046d2b5754d45 100644
--- a/src/lib-sieve/plugins/regex/ext-regex-common.c
+++ b/src/lib-sieve/plugins/regex/ext-regex-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/plugins/regex/ext-regex-common.h b/src/lib-sieve/plugins/regex/ext-regex-common.h
index a10f36f2efdf311786fee7b3455349337599cd99..ff22aaf3c55a7d0c9e84a584cea196588cbce0cf 100644
--- a/src/lib-sieve/plugins/regex/ext-regex-common.h
+++ b/src/lib-sieve/plugins/regex/ext-regex-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_REGEX_COMMON_H
diff --git a/src/lib-sieve/plugins/regex/ext-regex.c b/src/lib-sieve/plugins/regex/ext-regex.c
index ed293be944ba3934dea02629c950bbaaf6b21b4d..11c368ca23a70b601ac4764385010a91b0576b9e 100644
--- a/src/lib-sieve/plugins/regex/ext-regex.c
+++ b/src/lib-sieve/plugins/regex/ext-regex.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension regex
diff --git a/src/lib-sieve/plugins/regex/mcht-regex.c b/src/lib-sieve/plugins/regex/mcht-regex.c
index ed06114deae7bccad0cef467687b5f7fe630d509..5d917f99face200bd9f5c9b7aec3204f7d01b45c 100644
--- a/src/lib-sieve/plugins/regex/mcht-regex.c
+++ b/src/lib-sieve/plugins/regex/mcht-regex.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Match-type ':regex'
diff --git a/src/lib-sieve/plugins/relational/ext-relational-common.c b/src/lib-sieve/plugins/relational/ext-relational-common.c
index 98c6bb8979d6fc94d7fb9df328aea49d0f122995..005c30bde85ae2804429325deaf3e85b1b227067 100644
--- a/src/lib-sieve/plugins/relational/ext-relational-common.c
+++ b/src/lib-sieve/plugins/relational/ext-relational-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Syntax:
diff --git a/src/lib-sieve/plugins/relational/ext-relational-common.h b/src/lib-sieve/plugins/relational/ext-relational-common.h
index 3106c1bf01a872597ebd7ac2c02ecf780a6415c4..12ba03e16811a71acafdcb4f49e5f9a6483b47b4 100644
--- a/src/lib-sieve/plugins/relational/ext-relational-common.h
+++ b/src/lib-sieve/plugins/relational/ext-relational-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __EXT_RELATIONAL_COMMON_H
diff --git a/src/lib-sieve/plugins/relational/ext-relational.c b/src/lib-sieve/plugins/relational/ext-relational.c
index ebf13e11a2e4f0b9d569ada78991612779150ed1..7e505bca5cddb47d8e26e5c45c4136179ca23341 100644
--- a/src/lib-sieve/plugins/relational/ext-relational.c
+++ b/src/lib-sieve/plugins/relational/ext-relational.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension relational
diff --git a/src/lib-sieve/plugins/relational/mcht-count.c b/src/lib-sieve/plugins/relational/mcht-count.c
index 2ea848df4fe7ddf3eb0d0027295e96df2c46821b..d9026d03f273284154a9a5679d5efe13b748c19b 100644
--- a/src/lib-sieve/plugins/relational/mcht-count.c
+++ b/src/lib-sieve/plugins/relational/mcht-count.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 /* Match-type ':count' 
diff --git a/src/lib-sieve/plugins/relational/mcht-value.c b/src/lib-sieve/plugins/relational/mcht-value.c
index 728cb5973c59dc3ac9e779b6507b4395e9db1976..792d06c45d872cdc7295adfc56fdfff9c396e8f8 100644
--- a/src/lib-sieve/plugins/relational/mcht-value.c
+++ b/src/lib-sieve/plugins/relational/mcht-value.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.c b/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.c
index 5ac75d316688312655f46e34e7ddacad41bc81f1..b6555bd2cb98d31874ec64561bbb84265763f875 100644
--- a/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.c
+++ b/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.h b/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.h
index 53637ec459a61dd2f9353530f1eeaa1ad8ff3f74..dbc615d594bbcb709f8c1ed4a13ab2cb2da46b1c 100644
--- a/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.h
+++ b/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __EXT_SPAMVIRUSTEST_COMMON_H
diff --git a/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest.c b/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest.c
index 1da356c6210ba835f3c21ae398c80b75ebd7b3e4..b608d71b5b5ab130b64f4beeb96b0170158f3228 100644
--- a/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest.c
+++ b/src/lib-sieve/plugins/spamvirustest/ext-spamvirustest.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extensions spamtest, spamtestplus and virustest
diff --git a/src/lib-sieve/plugins/spamvirustest/tst-spamvirustest.c b/src/lib-sieve/plugins/spamvirustest/tst-spamvirustest.c
index 3845e62a1e77360778fd4783fb56b943ffb4da5f..6e0ddd99ba9517228ad6b9bac69719ddbfa1bdd8 100644
--- a/src/lib-sieve/plugins/spamvirustest/tst-spamvirustest.c
+++ b/src/lib-sieve/plugins/spamvirustest/tst-spamvirustest.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/subaddress/ext-subaddress.c b/src/lib-sieve/plugins/subaddress/ext-subaddress.c
index 87266c9ad713383252dcbf7a45ca5d2c59343fc5..3373eb43a912f86be991eb99618e7908630f0d39 100644
--- a/src/lib-sieve/plugins/subaddress/ext-subaddress.c
+++ b/src/lib-sieve/plugins/subaddress/ext-subaddress.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension subaddress
diff --git a/src/lib-sieve/plugins/vacation/cmd-vacation.c b/src/lib-sieve/plugins/vacation/cmd-vacation.c
index 8e03c1ca13086f2cfb167d06c0f6a5f48ec5a40d..18d50d38de885c4a8dee2cc1b5edd3ca37cf65c8 100644
--- a/src/lib-sieve/plugins/vacation/cmd-vacation.c
+++ b/src/lib-sieve/plugins/vacation/cmd-vacation.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/vacation/ext-vacation-common.c b/src/lib-sieve/plugins/vacation/ext-vacation-common.c
index 52e8377261705c5b319d641fb50976fc9c735cd1..e3590ac763f642d70cc2b1fbef55ff3cb4bdce6a 100644
--- a/src/lib-sieve/plugins/vacation/ext-vacation-common.c
+++ b/src/lib-sieve/plugins/vacation/ext-vacation-common.c
@@ -1,3 +1,8 @@
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
+ */
+
+#include "lib.h"
+
 #include "sieve-common.h"
 #include "sieve-error.h"
 #include "sieve-settings.h"
diff --git a/src/lib-sieve/plugins/vacation/ext-vacation-common.h b/src/lib-sieve/plugins/vacation/ext-vacation-common.h
index 4e1360aa0b3fa92cb111dea9ff23ff8e805fda31..368cd72c0c3c1661862d1deb297cc228a01ca6d9 100644
--- a/src/lib-sieve/plugins/vacation/ext-vacation-common.h
+++ b/src/lib-sieve/plugins/vacation/ext-vacation-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_VACATION_COMMON_H
diff --git a/src/lib-sieve/plugins/vacation/ext-vacation-seconds.c b/src/lib-sieve/plugins/vacation/ext-vacation-seconds.c
index 1d73688a9b6229d4060d521bcad9b727641ec614..a5b8d9164fea0e8569fb8476b1d4075cd8f31b44 100644
--- a/src/lib-sieve/plugins/vacation/ext-vacation-seconds.c
+++ b/src/lib-sieve/plugins/vacation/ext-vacation-seconds.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension vacation-seconds
diff --git a/src/lib-sieve/plugins/vacation/ext-vacation.c b/src/lib-sieve/plugins/vacation/ext-vacation.c
index c4552d3b509977dfee33057194f50e99633418db..3f8efb0e2d23e22175b2a6a3293d5f297e7f6853 100644
--- a/src/lib-sieve/plugins/vacation/ext-vacation.c
+++ b/src/lib-sieve/plugins/vacation/ext-vacation.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension vacation
diff --git a/src/lib-sieve/plugins/variables/cmd-set.c b/src/lib-sieve/plugins/variables/cmd-set.c
index 8002710dfd788dc1ebda030d23e68ab22888fb2c..b17f0aa882efb0f0249dd15c7c786c5f5ee24d06 100644
--- a/src/lib-sieve/plugins/variables/cmd-set.c
+++ b/src/lib-sieve/plugins/variables/cmd-set.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/variables/ext-variables-arguments.c b/src/lib-sieve/plugins/variables/ext-variables-arguments.c
index 0f9179526e200971394bd3a3422284bf3fd04413..e2402a5fb92d9a70b597e48d9c9cd1ebafb82c8d 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-arguments.c
+++ b/src/lib-sieve/plugins/variables/ext-variables-arguments.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/variables/ext-variables-arguments.h b/src/lib-sieve/plugins/variables/ext-variables-arguments.h
index 260fc3ede1612994bc3e0c871d70cfd0ff7fecfc..be3d2b9db9e9c877a15d537db74a4c1d4b415a6d 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-arguments.h
+++ b/src/lib-sieve/plugins/variables/ext-variables-arguments.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_VARIABLES_ARGUMENTS_H
diff --git a/src/lib-sieve/plugins/variables/ext-variables-common.c b/src/lib-sieve/plugins/variables/ext-variables-common.c
index 1bfab81ceecdc8cc128413ec4bb6ec5a904fcd77..0d42fde321c2fa96cc5f33bb36e5eed904376585 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-common.c
+++ b/src/lib-sieve/plugins/variables/ext-variables-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/variables/ext-variables-common.h b/src/lib-sieve/plugins/variables/ext-variables-common.h
index 85db0725060a8506d14463fdd2807f602fd988ea..21f8ceb5799e2d403055273544d6cdf6cb1d35a4 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-common.h
+++ b/src/lib-sieve/plugins/variables/ext-variables-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_VARIABLES_COMMON_H
diff --git a/src/lib-sieve/plugins/variables/ext-variables-dump.c b/src/lib-sieve/plugins/variables/ext-variables-dump.c
index b0d322b1295f3261e7bc07cc48285c6330c64ea8..a102dd3e9456ec24933a5e141f3b815583624506 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-dump.c
+++ b/src/lib-sieve/plugins/variables/ext-variables-dump.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/variables/ext-variables-dump.h b/src/lib-sieve/plugins/variables/ext-variables-dump.h
index 7b09d68184956f0a461db0d147a87b314e4e84c8..575290ed195069d4f3118b96513dda405ed71b8e 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-dump.h
+++ b/src/lib-sieve/plugins/variables/ext-variables-dump.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_VARIABLES_DUMP_H
diff --git a/src/lib-sieve/plugins/variables/ext-variables-limits.h b/src/lib-sieve/plugins/variables/ext-variables-limits.h
index e2a62aeea53ac63d65cd815d5fa74344fe23adfe..ae76e2c22cbecbb6d49c7bbbcee231088151b087 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-limits.h
+++ b/src/lib-sieve/plugins/variables/ext-variables-limits.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_VARIABLES_LIMITS_H
diff --git a/src/lib-sieve/plugins/variables/ext-variables-modifiers.c b/src/lib-sieve/plugins/variables/ext-variables-modifiers.c
index 5549572ec605711888943f8978fdea422ac30d28..e3eabf05e5ba8b9599664db5b73d01b7c99ab7b1 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-modifiers.c
+++ b/src/lib-sieve/plugins/variables/ext-variables-modifiers.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/variables/ext-variables-modifiers.h b/src/lib-sieve/plugins/variables/ext-variables-modifiers.h
index 2449cffaeeb482bdf6ff67089dc99f300cdb90a7..4bba8dd0c0b9413b51a71bb024563e6bd6d1b696 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-modifiers.h
+++ b/src/lib-sieve/plugins/variables/ext-variables-modifiers.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_VARIABLES_MODIFIERS_H
diff --git a/src/lib-sieve/plugins/variables/ext-variables-name.c b/src/lib-sieve/plugins/variables/ext-variables-name.c
index fc15d209b405e15cf25d82f949b2a41b383f536f..b0e72dec79e77a542acf07de099d63ed1c76c1fc 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-name.c
+++ b/src/lib-sieve/plugins/variables/ext-variables-name.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/variables/ext-variables-name.h b/src/lib-sieve/plugins/variables/ext-variables-name.h
index 7204a2f0699a8d98ddef60ccdb1591d40b4c89d0..3031f1305f6cc2cd8b95f550403f66c0488e1328 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-name.h
+++ b/src/lib-sieve/plugins/variables/ext-variables-name.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_VARIABLES_NAME
diff --git a/src/lib-sieve/plugins/variables/ext-variables-namespaces.c b/src/lib-sieve/plugins/variables/ext-variables-namespaces.c
index 8e378bb658ba2b8209dc8217afbf0ba84247e9b8..6fbddadacebbe3ea4ac12d2dca04fa0870cfba19 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-namespaces.c
+++ b/src/lib-sieve/plugins/variables/ext-variables-namespaces.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/plugins/variables/ext-variables-namespaces.h b/src/lib-sieve/plugins/variables/ext-variables-namespaces.h
index 0fab43f72f342aac61923fb8ffb2c1d871e2568e..8d7e83c671932201e14872e3065ffa81ea6d6da7 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-namespaces.h
+++ b/src/lib-sieve/plugins/variables/ext-variables-namespaces.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_VARIABLES_NAMESPACES_H
diff --git a/src/lib-sieve/plugins/variables/ext-variables-operands.c b/src/lib-sieve/plugins/variables/ext-variables-operands.c
index 35c6e19bff2359632b86bfeb5fb51615442b1026..6a05f4128ad4d55dd283323011b14bddd0fe61af 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-operands.c
+++ b/src/lib-sieve/plugins/variables/ext-variables-operands.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/plugins/variables/ext-variables-operands.h b/src/lib-sieve/plugins/variables/ext-variables-operands.h
index 53549539b10637fcf9f57f1dbdb398f22ab71415..036026e2873166dcf419cf47c05cf4585c2bdaef 100644
--- a/src/lib-sieve/plugins/variables/ext-variables-operands.h
+++ b/src/lib-sieve/plugins/variables/ext-variables-operands.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __EXT_VARIABLES_OPERANDS_H
diff --git a/src/lib-sieve/plugins/variables/ext-variables.c b/src/lib-sieve/plugins/variables/ext-variables.c
index e8e47937cf193b2a204300b5a2e6b56db54b9d1d..b17d73d7d5369eef5f08651d8e30e3b7193d6b70 100644
--- a/src/lib-sieve/plugins/variables/ext-variables.c
+++ b/src/lib-sieve/plugins/variables/ext-variables.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension variables
diff --git a/src/lib-sieve/plugins/variables/sieve-ext-variables.h b/src/lib-sieve/plugins/variables/sieve-ext-variables.h
index 40ba9e5f09862aea44773d55c549e582e1fb2692..9eba962e10c2b01b649205f83c61df43d481f126 100644
--- a/src/lib-sieve/plugins/variables/sieve-ext-variables.h
+++ b/src/lib-sieve/plugins/variables/sieve-ext-variables.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* 
diff --git a/src/lib-sieve/plugins/variables/tst-string.c b/src/lib-sieve/plugins/variables/tst-string.c
index c1de29fb4b90de27a0176053580f9c73e08b157a..77335ee27ee2c1911527ce16add78ecb4e8671e4 100644
--- a/src/lib-sieve/plugins/variables/tst-string.c
+++ b/src/lib-sieve/plugins/variables/tst-string.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/rfc2822.c b/src/lib-sieve/rfc2822.c
index 77135fe19d781c308b084d7e3f68be2b0648f893..a07c9902d4550412b1ea1a666b65344ff9f7d40d 100644
--- a/src/lib-sieve/rfc2822.c
+++ b/src/lib-sieve/rfc2822.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 /* NOTE: much of the functionality implemented here should eventually appear
diff --git a/src/lib-sieve/rfc2822.h b/src/lib-sieve/rfc2822.h
index c75d14087fd02b5980fbb7d975a50af3fdbe57b9..fc73af8bca822bd2ed89a909049ec780723043fa 100644
--- a/src/lib-sieve/rfc2822.h
+++ b/src/lib-sieve/rfc2822.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #ifndef __RFC2822_H
diff --git a/src/lib-sieve/sieve-actions.c b/src/lib-sieve/sieve-actions.c
index 43153a772f49dddba724b0b8bcaea474d1dda9ae..830d874fab6fcd392654557a8fac566c3d4993c9 100644
--- a/src/lib-sieve/sieve-actions.c
+++ b/src/lib-sieve/sieve-actions.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-actions.h b/src/lib-sieve/sieve-actions.h
index eb354236c8813de69899c88fdaa340b95d225ecd..aaa8ebb9cce0a81aab90151cf7b575f4994d5b12 100644
--- a/src/lib-sieve/sieve-actions.h
+++ b/src/lib-sieve/sieve-actions.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #ifndef __SIEVE_ACTIONS_H
diff --git a/src/lib-sieve/sieve-address-parts.c b/src/lib-sieve/sieve-address-parts.c
index 05731b03c012ea17b7d18e2803190c7f7f59c240..998b58f26fffd08f977b6a1321e9e653febfb6d5 100644
--- a/src/lib-sieve/sieve-address-parts.c
+++ b/src/lib-sieve/sieve-address-parts.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-address-parts.h b/src/lib-sieve/sieve-address-parts.h
index 077d46e4ae73a1321c8168839995894935842edd..b4fa3b3b2e5320231a500fb90969c3844fdaa300 100644
--- a/src/lib-sieve/sieve-address-parts.h
+++ b/src/lib-sieve/sieve-address-parts.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 #ifndef __SIEVE_ADDRESS_PARTS_H
diff --git a/src/lib-sieve/sieve-address.c b/src/lib-sieve/sieve-address.c
index 2433e3b0e44735589ea9e878310cd43ac6d597a3..2fdf5776a8a46c3b530cfb4ac0a680e1ffa54168 100644
--- a/src/lib-sieve/sieve-address.c
+++ b/src/lib-sieve/sieve-address.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-address.h b/src/lib-sieve/sieve-address.h
index 841bf8bbf72aa48bbf830c708eca5fe9bdf4104b..73b591b50c6a9a51aad517153369e662a86ad2ba 100644
--- a/src/lib-sieve/sieve-address.h
+++ b/src/lib-sieve/sieve-address.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 #ifndef __SIEVE_ADDRESS_H
diff --git a/src/lib-sieve/sieve-ast.c b/src/lib-sieve/sieve-ast.c
index 8313e6505e59abc00521664d8f5aa235c84029d6..ecd27029ee164450fb5628a7f0226fb9a9b6f459 100644
--- a/src/lib-sieve/sieve-ast.c
+++ b/src/lib-sieve/sieve-ast.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-ast.h b/src/lib-sieve/sieve-ast.h
index 36150bf1c8a28a86cf055518dddd2837d8400037..c6a40ffc54cda3cd0aadcf35aad6f170f96e7f44 100644
--- a/src/lib-sieve/sieve-ast.h
+++ b/src/lib-sieve/sieve-ast.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_AST_H
diff --git a/src/lib-sieve/sieve-binary-code.c b/src/lib-sieve/sieve-binary-code.c
index fd48fc7b07a6530d34bd213f8fe12e0c8f7d2380..2ec1379774b5e1cd7cec56f805d7be5acd60a99e 100644
--- a/src/lib-sieve/sieve-binary-code.c
+++ b/src/lib-sieve/sieve-binary-code.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-binary-debug.c b/src/lib-sieve/sieve-binary-debug.c
index b38040a57b1e2f20974a26ef7b04a129dd476835..273540d2fc35cd2673fad54911394ca84a2d7065 100644
--- a/src/lib-sieve/sieve-binary-debug.c
+++ b/src/lib-sieve/sieve-binary-debug.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-binary-dumper.c b/src/lib-sieve/sieve-binary-dumper.c
index d1812e5b4b325cb3d2052cf35de357adb3c9fc05..30f5b086808cb1c11ebe95eb7dfdeeae9ea832a8 100644
--- a/src/lib-sieve/sieve-binary-dumper.c
+++ b/src/lib-sieve/sieve-binary-dumper.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-binary-dumper.h b/src/lib-sieve/sieve-binary-dumper.h
index dda7bfa0b0166812fbcd00e7f2962384294aefd6..82aafac1b2d870a5a4ba527bb79b2e1a6489e76f 100644
--- a/src/lib-sieve/sieve-binary-dumper.h
+++ b/src/lib-sieve/sieve-binary-dumper.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_BINARY_DUMPER_H
diff --git a/src/lib-sieve/sieve-binary-file.c b/src/lib-sieve/sieve-binary-file.c
index 01013aa3c54764d1a5c52be2d7b27dd95f479803..052fbe1a33a701e95007d55e4fcf1f601a851124 100644
--- a/src/lib-sieve/sieve-binary-file.c
+++ b/src/lib-sieve/sieve-binary-file.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-binary-private.h b/src/lib-sieve/sieve-binary-private.h
index 4c38265bee0419342523a05f0dc547db08a43721..5bd8c163b2eb9b33d6f2a755af98fd7beaead53e 100644
--- a/src/lib-sieve/sieve-binary-private.h
+++ b/src/lib-sieve/sieve-binary-private.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_BINARY_PRIVATE_H
diff --git a/src/lib-sieve/sieve-binary.c b/src/lib-sieve/sieve-binary.c
index 6e9b70daf79ff679665a570e2479bdd687a16861..6709c8734ee3cb50ad7914981a32bc349a9e2dce 100644
--- a/src/lib-sieve/sieve-binary.c
+++ b/src/lib-sieve/sieve-binary.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-binary.h b/src/lib-sieve/sieve-binary.h
index 1433f582a2af58bb0231d546007e1cabaa8c4555..28b8349ffa855ae5cfd2cbf523e8045040bb3a8c 100644
--- a/src/lib-sieve/sieve-binary.h
+++ b/src/lib-sieve/sieve-binary.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_BINARY_H
diff --git a/src/lib-sieve/sieve-code-dumper.c b/src/lib-sieve/sieve-code-dumper.c
index c38b148c3b89c5cb46e1cba90ef2b531d341b3db..255b928936b30e39201258ef2ebb6f4dfc90264f 100644
--- a/src/lib-sieve/sieve-code-dumper.c
+++ b/src/lib-sieve/sieve-code-dumper.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include <stdio.h>
diff --git a/src/lib-sieve/sieve-code-dumper.h b/src/lib-sieve/sieve-code-dumper.h
index d8e403e0cfe88be621fa1ccfbdc8ceb87b48c242..5226eeca3486feb54ee680ec40a616023f5295b7 100644
--- a/src/lib-sieve/sieve-code-dumper.h
+++ b/src/lib-sieve/sieve-code-dumper.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_CODE_DUMPER_H
diff --git a/src/lib-sieve/sieve-code.c b/src/lib-sieve/sieve-code.c
index 4f3b206fabc58e83ffb631afe12ca2925c6c46b6..5269702dfc9288cc0bf8bdd31c562bea8619c595 100644
--- a/src/lib-sieve/sieve-code.c
+++ b/src/lib-sieve/sieve-code.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-code.h b/src/lib-sieve/sieve-code.h
index 30c7b8880f04003c30086770ed6b922b447a096e..04cdbfbbca73f0f26579d03d6e2a4add494b5137 100644
--- a/src/lib-sieve/sieve-code.h
+++ b/src/lib-sieve/sieve-code.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __SIEVE_CODE_H
diff --git a/src/lib-sieve/sieve-commands.c b/src/lib-sieve/sieve-commands.c
index 5f84767210f9f2d9cda76fa208da0397758c23f0..2d094a89f2d187883a8784970b50b5edcd1aec2e 100644
--- a/src/lib-sieve/sieve-commands.c
+++ b/src/lib-sieve/sieve-commands.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-commands.h b/src/lib-sieve/sieve-commands.h
index dabd041827678cc67507e84d045101f31eef18cd..e8e07f8cfaff119a01f78d5c1d087786c1d62fa5 100644
--- a/src/lib-sieve/sieve-commands.h
+++ b/src/lib-sieve/sieve-commands.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_COMMANDS_H
diff --git a/src/lib-sieve/sieve-common.h b/src/lib-sieve/sieve-common.h
index 086c082bb81ad870b9679b637e32ce9a3f119fc0..e3c135f6b648ecccbcf9fc6f0e3ae65b2ab8a591 100644
--- a/src/lib-sieve/sieve-common.h
+++ b/src/lib-sieve/sieve-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_COMMON_H
diff --git a/src/lib-sieve/sieve-comparators.c b/src/lib-sieve/sieve-comparators.c
index eb82ffb7cb1e0b9f5aeaab0afd7cd16724804c82..cd2e33aae7ead913d41240ff82a1737fad235940 100644
--- a/src/lib-sieve/sieve-comparators.c
+++ b/src/lib-sieve/sieve-comparators.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-comparators.h b/src/lib-sieve/sieve-comparators.h
index d31ba401d35a8ef480971d971fa3da153e58db50..716e5733d79da8bbfc1ac433a2a2dc758feeb584 100644
--- a/src/lib-sieve/sieve-comparators.h
+++ b/src/lib-sieve/sieve-comparators.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 #ifndef __SIEVE_COMPARATORS_H
diff --git a/src/lib-sieve/sieve-config.h b/src/lib-sieve/sieve-config.h
index a7e5f30b37400758cdac4c00c9aab4fff1ff95a7..d3f26f4e1502f6e3a768e3a2600f07f2a34ac4da 100644
--- a/src/lib-sieve/sieve-config.h
+++ b/src/lib-sieve/sieve-config.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #ifndef __SIEVE_CONFIG_H
diff --git a/src/lib-sieve/sieve-dump.h b/src/lib-sieve/sieve-dump.h
index 474e33620b64f483a76647672e3a344deaa423aa..c3c5e8b11b69f61c6bf4d5c56917b488ed899eec 100644
--- a/src/lib-sieve/sieve-dump.h
+++ b/src/lib-sieve/sieve-dump.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_DUMP_H
diff --git a/src/lib-sieve/sieve-error-private.h b/src/lib-sieve/sieve-error-private.h
index 1ecf2b7e7f75ce7da24eeed781daf99b77341da3..aa757af6a7e0e634e67df4f888c1326bceafac3b 100644
--- a/src/lib-sieve/sieve-error-private.h
+++ b/src/lib-sieve/sieve-error-private.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_ERROR_PRIVATE_H
diff --git a/src/lib-sieve/sieve-error.c b/src/lib-sieve/sieve-error.c
index d7785e7174b4e76d502d4fdf87f780c0cecc1072..8ad118d2b001612d56b21f8c8fef64785ecb38e9 100644
--- a/src/lib-sieve/sieve-error.c
+++ b/src/lib-sieve/sieve-error.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-error.h b/src/lib-sieve/sieve-error.h
index 9bdb5e3ecdd3939a3b222ee497b6715308e9e9d1..dd1d1e63e382a2e2726d71b29ee3812f317313ed 100644
--- a/src/lib-sieve/sieve-error.h
+++ b/src/lib-sieve/sieve-error.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_ERROR_H
diff --git a/src/lib-sieve/sieve-extensions.c b/src/lib-sieve/sieve-extensions.c
index 3b8f3fc13ba1f7eccb36a7b17361bd258ef9b914..77615caf07596b5ac850bbb01240948511a0afe2 100644
--- a/src/lib-sieve/sieve-extensions.c
+++ b/src/lib-sieve/sieve-extensions.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-extensions.h b/src/lib-sieve/sieve-extensions.h
index db14514b51776b1dc7ea51f6b907f04f08a3a4e3..2de31e7d276e9eef51883611f946a088701207cd 100644
--- a/src/lib-sieve/sieve-extensions.h
+++ b/src/lib-sieve/sieve-extensions.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_EXTENSIONS_H
diff --git a/src/lib-sieve/sieve-generator.c b/src/lib-sieve/sieve-generator.c
index c51dc450ea2c1467465a42bb108e0904580750a6..637a75c843564a0c42def5a817b779a05f4e7eba 100644
--- a/src/lib-sieve/sieve-generator.c
+++ b/src/lib-sieve/sieve-generator.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-generator.h b/src/lib-sieve/sieve-generator.h
index 90d7fdf1e8f4525fedac7dc10e42a47166bd848c..34a2c2aa3b9c3dce1c33f4701a16a5616801bace 100644
--- a/src/lib-sieve/sieve-generator.h
+++ b/src/lib-sieve/sieve-generator.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_GENERATOR_H
diff --git a/src/lib-sieve/sieve-interpreter.c b/src/lib-sieve/sieve-interpreter.c
index 52e7ade1f7deedd9dcc9324d128f95d62bded770..8d8dbf5124a8975bd80d29fa6ac8d36d61b0acdf 100644
--- a/src/lib-sieve/sieve-interpreter.c
+++ b/src/lib-sieve/sieve-interpreter.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-interpreter.h b/src/lib-sieve/sieve-interpreter.h
index 5eaa66dd1f557aabea34a2934bd0c6f6b58eb0eb..a2a1f41d9b11ad15148809cf5523dc375a7919b5 100644
--- a/src/lib-sieve/sieve-interpreter.h
+++ b/src/lib-sieve/sieve-interpreter.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_INTERPRETER_H
diff --git a/src/lib-sieve/sieve-lexer.c b/src/lib-sieve/sieve-lexer.c
index 6aa443f65a6de3ff07cc1d197693ba55638801c6..998ef7e7712610d1b6d960a9ac58161117ae9a2a 100644
--- a/src/lib-sieve/sieve-lexer.c
+++ b/src/lib-sieve/sieve-lexer.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-lexer.h b/src/lib-sieve/sieve-lexer.h
index 9b3fbec1a66e5941e787735382d0e28362f0cfc6..53c1d44d6cdf8c73a2fde6998482eae97bcbe784 100644
--- a/src/lib-sieve/sieve-lexer.h
+++ b/src/lib-sieve/sieve-lexer.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #ifndef __SIEVE_LEXER_H
diff --git a/src/lib-sieve/sieve-limits.h b/src/lib-sieve/sieve-limits.h
index 1b206870282664320e0c019cf7ed5ba3e1a08cb5..ccfcd7364ff227e4316f12233dff52e71244e534 100644
--- a/src/lib-sieve/sieve-limits.h
+++ b/src/lib-sieve/sieve-limits.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_LIMITS_H
diff --git a/src/lib-sieve/sieve-match-types.c b/src/lib-sieve/sieve-match-types.c
index 7e1734479ecd907ca4823610307a42ba85939427..acd55e7a053864084cc7e353a8fe74c2eea8cc11 100644
--- a/src/lib-sieve/sieve-match-types.c
+++ b/src/lib-sieve/sieve-match-types.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-match-types.h b/src/lib-sieve/sieve-match-types.h
index a2b1606b1c324758953c6ff1aadd17330926a503..fdbffcc4115ed5e024552b1ab2184bb84423b082 100644
--- a/src/lib-sieve/sieve-match-types.h
+++ b/src/lib-sieve/sieve-match-types.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __SIEVE_MATCH_TYPES_H
diff --git a/src/lib-sieve/sieve-match.c b/src/lib-sieve/sieve-match.c
index 79e799a388511eb6f6c1ab4b8ec70115488d3804..9850c714c65cbb965c450f6430ecef30ddfc1055 100644
--- a/src/lib-sieve/sieve-match.c
+++ b/src/lib-sieve/sieve-match.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-match.h b/src/lib-sieve/sieve-match.h
index 731e4563eb12b8eb038ff2cd022e9f7fcc9f806b..b3a2df93c1223131cfbd9ac2a02f83e4f12438f0 100644
--- a/src/lib-sieve/sieve-match.h
+++ b/src/lib-sieve/sieve-match.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __SIEVE_MATCH_H
diff --git a/src/lib-sieve/sieve-message.c b/src/lib-sieve/sieve-message.c
index dbc9e6781d3f3b9c4061a4fdda2abab67afc9f1e..0c2500e4d5c3ec5fe9ae3890e059aaf340d90fc1 100644
--- a/src/lib-sieve/sieve-message.c
+++ b/src/lib-sieve/sieve-message.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-message.h b/src/lib-sieve/sieve-message.h
index df095e02f5b0c375cdab67712a0f685286d4fa6e..330bbee546b01cda96e14817491e5bcd19a58e48 100644
--- a/src/lib-sieve/sieve-message.h
+++ b/src/lib-sieve/sieve-message.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_MESSAGE_H
diff --git a/src/lib-sieve/sieve-objects.c b/src/lib-sieve/sieve-objects.c
index 5e9f815aa3b33bf2fd90d1b892af70424d2ef963..ccf4f1cb371e8931be4b949c0866914f185120a8 100644
--- a/src/lib-sieve/sieve-objects.c
+++ b/src/lib-sieve/sieve-objects.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/sieve-objects.h b/src/lib-sieve/sieve-objects.h
index 74dcedee2bcef8207ae88932fa06ca5468b8defa..c2aedf629e312a4f9e52920d92ec74189a799f9a 100644
--- a/src/lib-sieve/sieve-objects.h
+++ b/src/lib-sieve/sieve-objects.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_OBJECTS_H
diff --git a/src/lib-sieve/sieve-parser.c b/src/lib-sieve/sieve-parser.c
index 675472cebb2dcef7099945e1b2265f7c552e6408..263258e6cccfa23837b42b2cab7857b5c6e0567c 100644
--- a/src/lib-sieve/sieve-parser.c
+++ b/src/lib-sieve/sieve-parser.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-parser.h b/src/lib-sieve/sieve-parser.h
index ac5ebdadeb2312a3864c9f923d085d75899160a2..969009345da290edfe20c92d37cac51b2b69bd28 100644
--- a/src/lib-sieve/sieve-parser.h
+++ b/src/lib-sieve/sieve-parser.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 #ifndef __SIEVE_PARSER_H
diff --git a/src/lib-sieve/sieve-plugins.c b/src/lib-sieve/sieve-plugins.c
index c1abcc07c783529c6537ee7a47d4e94a104d0034..2cb15b4976b60452c018e59538c5d95bc209bc7e 100644
--- a/src/lib-sieve/sieve-plugins.c
+++ b/src/lib-sieve/sieve-plugins.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-plugins.h b/src/lib-sieve/sieve-plugins.h
index e45ba76559bfa04fd4cba146fb0b6ce1d6fac4dc..558a60dc5e64bccfb83296cf3fa3f4b577398655 100644
--- a/src/lib-sieve/sieve-plugins.h
+++ b/src/lib-sieve/sieve-plugins.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #ifndef __SIEVE_PLUGINS_H
diff --git a/src/lib-sieve/sieve-result.c b/src/lib-sieve/sieve-result.c
index 349a8ecaf6e2978d6e25c53c5d452de3854b07c2..41a15a8dfd0548dac9cccad120f830a0a6c3e2b0 100644
--- a/src/lib-sieve/sieve-result.c
+++ b/src/lib-sieve/sieve-result.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-result.h b/src/lib-sieve/sieve-result.h
index 9ee90a534057c48c27b84c719dd0ff3ae709b9c2..7715c3cb49b3a514fe73c4f4d0bcc8cd69077727 100644
--- a/src/lib-sieve/sieve-result.h
+++ b/src/lib-sieve/sieve-result.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_RESULT_H
diff --git a/src/lib-sieve/sieve-runtime-trace.c b/src/lib-sieve/sieve-runtime-trace.c
index aca8359706010a332ca0237913933dbca1d2f06e..ff5c49a856cfd465b520733a04c3520d77e9990b 100644
--- a/src/lib-sieve/sieve-runtime-trace.c
+++ b/src/lib-sieve/sieve-runtime-trace.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-runtime-trace.h b/src/lib-sieve/sieve-runtime-trace.h
index 1bee312347da83fc0022eee12d9a2b06014456b4..c67b8a5ac14efdd0b0747338b27649d6a7030e44 100644
--- a/src/lib-sieve/sieve-runtime-trace.h
+++ b/src/lib-sieve/sieve-runtime-trace.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_RUNTIME_TRACE_H
diff --git a/src/lib-sieve/sieve-runtime.h b/src/lib-sieve/sieve-runtime.h
index e39c5affaf1e8183d6a8a6150f3d1323b58e163f..bd3114e1e1239797c5756660b47c9ab4719aa56a 100644
--- a/src/lib-sieve/sieve-runtime.h
+++ b/src/lib-sieve/sieve-runtime.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_RUNTIME_H
diff --git a/src/lib-sieve/sieve-script-private.h b/src/lib-sieve/sieve-script-private.h
index cc9ff0fd662427471a4e4c2b37c5e98fed24707f..90d186d2914f11cd3dafcb9ba6a86c927640dd0f 100644
--- a/src/lib-sieve/sieve-script-private.h
+++ b/src/lib-sieve/sieve-script-private.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_SCRIPT_PRIVATE_H
diff --git a/src/lib-sieve/sieve-script.c b/src/lib-sieve/sieve-script.c
index ac4f5a7e4c57b3533e28509ed93de40027ea080c..5c45632b7779a0638726ff004cdeb6996a165499 100644
--- a/src/lib-sieve/sieve-script.c
+++ b/src/lib-sieve/sieve-script.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-script.h b/src/lib-sieve/sieve-script.h
index 4dcf4a34914e3ef571b733419c697ba13407e6ba..c270381006acf1df946339a565daa41c21dc0f83 100644
--- a/src/lib-sieve/sieve-script.h
+++ b/src/lib-sieve/sieve-script.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_SCRIPT_H
diff --git a/src/lib-sieve/sieve-settings.c b/src/lib-sieve/sieve-settings.c
index b62281370add58d9d88246d72849efa2041af8e1..7b86b7309d6bc7ad382683e4e38bc9fb7cda4432 100644
--- a/src/lib-sieve/sieve-settings.c
+++ b/src/lib-sieve/sieve-settings.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-settings.h b/src/lib-sieve/sieve-settings.h
index 69659d8dd9e4a8c4b9588d05c158ac2f6784d0d4..59623945d96f01ad9169edb9bfee0fc2bd866009 100644
--- a/src/lib-sieve/sieve-settings.h
+++ b/src/lib-sieve/sieve-settings.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_SETTINGS_H
diff --git a/src/lib-sieve/sieve-smtp.c b/src/lib-sieve/sieve-smtp.c
index 22744cddb19c51d2defab22c65d024997a59ea3e..d92d5efb2d3b1341990bd65c3169067aeb1be1da 100644
--- a/src/lib-sieve/sieve-smtp.c
+++ b/src/lib-sieve/sieve-smtp.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 #include "lib.h"
 
diff --git a/src/lib-sieve/sieve-smtp.h b/src/lib-sieve/sieve-smtp.h
index 2763ed8b7a6de4cf6a3b0ab860a287e9200bc884..1dc85c80aabf9002547b95911fdb055ac904e551 100644
--- a/src/lib-sieve/sieve-smtp.h
+++ b/src/lib-sieve/sieve-smtp.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_SMTP_H
diff --git a/src/lib-sieve/sieve-stringlist.c b/src/lib-sieve/sieve-stringlist.c
index 0fc34b85ed5d51ce38309e40c1583f599e00aeb4..910785f7e28718141660a8e792a31de61adb7990 100644
--- a/src/lib-sieve/sieve-stringlist.c
+++ b/src/lib-sieve/sieve-stringlist.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-stringlist.h b/src/lib-sieve/sieve-stringlist.h
index 30f8ef6827aa13bbe8f663afe13936f924d943a5..cef0d5d0049d236134fe2d23159361623b9d4898 100644
--- a/src/lib-sieve/sieve-stringlist.h
+++ b/src/lib-sieve/sieve-stringlist.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_STRINGLIST_H
diff --git a/src/lib-sieve/sieve-types.h b/src/lib-sieve/sieve-types.h
index 3cec61ead44dbb7ca4adf31e5d594636be3061a1..5b5c196bc21278582b6c75cdac66ead4ed673fa3 100644
--- a/src/lib-sieve/sieve-types.h
+++ b/src/lib-sieve/sieve-types.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #ifndef __SIEVE_TYPES_H
diff --git a/src/lib-sieve/sieve-validator.c b/src/lib-sieve/sieve-validator.c
index cf23dc26c21208a5dd80c5d25625eab223f6bdd9..b97468270aa8a151070353e83f8b25838fa58fde 100644
--- a/src/lib-sieve/sieve-validator.c
+++ b/src/lib-sieve/sieve-validator.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve-validator.h b/src/lib-sieve/sieve-validator.h
index 5687872f9e82b00855bb73e34c608d8bd924f70c..90b0308b6a1aa1022ac1534f27408b9489efcd68 100644
--- a/src/lib-sieve/sieve-validator.h
+++ b/src/lib-sieve/sieve-validator.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
  
 #ifndef __SIEVE_VALIDATOR_H
diff --git a/src/lib-sieve/sieve.c b/src/lib-sieve/sieve.c
index b93b46d781b4ae4c609cef7f2cc7ac6d2f258f70..4985723bf9cd02ecf0e8f785fe2c611be00b81fb 100644
--- a/src/lib-sieve/sieve.c
+++ b/src/lib-sieve/sieve.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/sieve.h b/src/lib-sieve/sieve.h
index 50db0cbd023455e5731931a9df6446433c13fd76..629678a8c2254e96de1fd365f67706d31b71ef37 100644
--- a/src/lib-sieve/sieve.h
+++ b/src/lib-sieve/sieve.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #ifndef __SIEVE_H
diff --git a/src/lib-sieve/tst-address.c b/src/lib-sieve/tst-address.c
index bd21ff70125737988139fa06454109b708f8a4ce..2d4d418842142d9a18ff6cca21104b44fa1f856d 100644
--- a/src/lib-sieve/tst-address.c
+++ b/src/lib-sieve/tst-address.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/tst-allof.c b/src/lib-sieve/tst-allof.c
index 4109019bf4f901116fe57243bec9921245aa9db2..8613e239177b509ff54b39fc546c0e33bb7c15c2 100644
--- a/src/lib-sieve/tst-allof.c
+++ b/src/lib-sieve/tst-allof.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/tst-anyof.c b/src/lib-sieve/tst-anyof.c
index 3c437b74a7e1511750fa0782831ec5c6ce3bedba..e103b6ee9920824ee61f0949588e7a9de80b0df8 100644
--- a/src/lib-sieve/tst-anyof.c
+++ b/src/lib-sieve/tst-anyof.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/tst-exists.c b/src/lib-sieve/tst-exists.c
index 9a650dc050dd132346cada2f03ece7a70283f81f..4360d7db21babe4dc9abfae2dc5deafe375057d1 100644
--- a/src/lib-sieve/tst-exists.c
+++ b/src/lib-sieve/tst-exists.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/tst-header.c b/src/lib-sieve/tst-header.c
index 5508fb359ca7b4abd889e103e107b878af487b27..2046661eec555d2964345fbbe9020865556da052 100644
--- a/src/lib-sieve/tst-header.c
+++ b/src/lib-sieve/tst-header.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/tst-not.c b/src/lib-sieve/tst-not.c
index ad8f34b7a7cb1bbe2ca183b2f56b74ba98640bec..c53dc716f3fbfb2ad7a7214753f8ef5077024a98 100644
--- a/src/lib-sieve/tst-not.c
+++ b/src/lib-sieve/tst-not.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/lib-sieve/tst-size.c b/src/lib-sieve/tst-size.c
index 2e3aa19d737b27f1d899c4f2a0e8011afefef847..cde8ae47882c87864a4f4698bfd25faa06a923ce 100644
--- a/src/lib-sieve/tst-size.c
+++ b/src/lib-sieve/tst-size.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sieve/tst-truefalse.c b/src/lib-sieve/tst-truefalse.c
index 1711a3e4f170780bbac82e1bb66500c835a59397..021faf4a8c886fa2f2da54240d69602d86f59f34 100644
--- a/src/lib-sieve/tst-truefalse.c
+++ b/src/lib-sieve/tst-truefalse.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-ast.h"
diff --git a/src/lib-sievestorage/sieve-storage-list.c b/src/lib-sievestorage/sieve-storage-list.c
index 1b90aca24fea9eaa3012a98db80feb923ab4d3d3..c38111bf596f904de9b67ffcced941a8c81af7f4 100644
--- a/src/lib-sievestorage/sieve-storage-list.c
+++ b/src/lib-sievestorage/sieve-storage-list.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sievestorage/sieve-storage-list.h b/src/lib-sievestorage/sieve-storage-list.h
index 6e13b96c312f2944ca966c085b242fcf95c7299c..9f60a160f8299c8a1973614e091c8807a268e878 100644
--- a/src/lib-sievestorage/sieve-storage-list.h
+++ b/src/lib-sievestorage/sieve-storage-list.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_STORAGE_LIST_H
diff --git a/src/lib-sievestorage/sieve-storage-private.h b/src/lib-sievestorage/sieve-storage-private.h
index 6aeb8968a80fa23e562837870257256eb20291c0..1fe8cd8c354a6c799040012eb2e9442bbdbba7b8 100644
--- a/src/lib-sievestorage/sieve-storage-private.h
+++ b/src/lib-sievestorage/sieve-storage-private.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_STORAGE_PRIVATE_H
diff --git a/src/lib-sievestorage/sieve-storage-quota.c b/src/lib-sievestorage/sieve-storage-quota.c
index 80f4ffcc12dfbcdb0e916fdda15b8efa92775ecb..1275553f8edd424ba25287f7d202c2081b471c07 100644
--- a/src/lib-sievestorage/sieve-storage-quota.c
+++ b/src/lib-sievestorage/sieve-storage-quota.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sievestorage/sieve-storage-quota.h b/src/lib-sievestorage/sieve-storage-quota.h
index d958de41ddf09df8c10f72be6d51b2b6b5b1e5d9..d9b57ef7e0364d5d21df6a2d77d1ff67da29a5b9 100644
--- a/src/lib-sievestorage/sieve-storage-quota.h
+++ b/src/lib-sievestorage/sieve-storage-quota.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_STORAGE_QUOTA_H
diff --git a/src/lib-sievestorage/sieve-storage-save.c b/src/lib-sievestorage/sieve-storage-save.c
index fb786dc440f551c7dd72a6d48f565ed81049a8d6..60ed394fb4ed5aace44f384ba9c3e9bba669c642 100644
--- a/src/lib-sievestorage/sieve-storage-save.c
+++ b/src/lib-sievestorage/sieve-storage-save.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sievestorage/sieve-storage-save.h b/src/lib-sievestorage/sieve-storage-save.h
index 494c3bcf5f76b6c6c18eca26b6e57926166c1a02..819b4cb1670d496fb00a6ba023f3747416ddfdfd 100644
--- a/src/lib-sievestorage/sieve-storage-save.h
+++ b/src/lib-sievestorage/sieve-storage-save.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_SAVE_H
diff --git a/src/lib-sievestorage/sieve-storage-script.c b/src/lib-sievestorage/sieve-storage-script.c
index 23e70041c504fafdf5f5d2918f0c7e69fb7bf5c7..58567d6b30c0f40747eceea1b130570a8a9b48e3 100644
--- a/src/lib-sievestorage/sieve-storage-script.c
+++ b/src/lib-sievestorage/sieve-storage-script.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sievestorage/sieve-storage-script.h b/src/lib-sievestorage/sieve-storage-script.h
index bdbb66173c90692304b877e342f23eba04af66ef..c440086ace6775f9ceab8090bcce4606251979e8 100644
--- a/src/lib-sievestorage/sieve-storage-script.h
+++ b/src/lib-sievestorage/sieve-storage-script.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_STORAGE_SCRIPT_H
diff --git a/src/lib-sievestorage/sieve-storage.c b/src/lib-sievestorage/sieve-storage.c
index 7e7bd0558b962cb4db04a619de5e5aeb46c04e05..4604c8afac59f81416f24e36a78327f2460c869f 100644
--- a/src/lib-sievestorage/sieve-storage.c
+++ b/src/lib-sievestorage/sieve-storage.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/lib-sievestorage/sieve-storage.h b/src/lib-sievestorage/sieve-storage.h
index 865f18b8eab795c0e3fb1f8b03b57bab51e01d23..28b6ee62d9cfe1a7e132d42b32828b5726a49bf6 100644
--- a/src/lib-sievestorage/sieve-storage.h
+++ b/src/lib-sievestorage/sieve-storage.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __SIEVE_STORAGE_H
diff --git a/src/managesieve-login/client-authenticate.c b/src/managesieve-login/client-authenticate.c
index 33d6663fdd672afa4d669a0e6331a101998660ec..05715c873c5a4fb432273d98e5dc1ad2d3ca42cf 100644
--- a/src/managesieve-login/client-authenticate.c
+++ b/src/managesieve-login/client-authenticate.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "login-common.h"
diff --git a/src/managesieve-login/client-authenticate.h b/src/managesieve-login/client-authenticate.h
index 808881864f679ce70e0c22f527d3af7ca8c05801..59bacf33641aff6678e0ac2f3a45718104f48508 100644
--- a/src/managesieve-login/client-authenticate.h
+++ b/src/managesieve-login/client-authenticate.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __CLIENT_AUTHENTICATE_H
diff --git a/src/managesieve-login/client.c b/src/managesieve-login/client.c
index c905fb87a4603f8e69c8d5def43b9ec07ee460ee..e7f5c127a898becbb36f2dd5d81511a4350c09ef 100644
--- a/src/managesieve-login/client.c
+++ b/src/managesieve-login/client.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "login-common.h"
diff --git a/src/managesieve-login/client.h b/src/managesieve-login/client.h
index d049fcb3ed25e7a86ab916099ab10ce1e30a45da..3ccc8372789e6de32e5774a62f964361718c73e5 100644
--- a/src/managesieve-login/client.h
+++ b/src/managesieve-login/client.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __CLIENT_H
diff --git a/src/managesieve-login/managesieve-login-settings-plugin.c b/src/managesieve-login/managesieve-login-settings-plugin.c
index 95e194421c3390693507b8ed426a29476f0daa8a..6177e7212ddeb5cca5ea2ea13e0f524b16ace3af 100644
--- a/src/managesieve-login/managesieve-login-settings-plugin.c
+++ b/src/managesieve-login/managesieve-login-settings-plugin.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve-login/managesieve-login-settings-plugin.h b/src/managesieve-login/managesieve-login-settings-plugin.h
index ebfe02554e2f28603ae0d381738a9aac4fa2f8a4..c0fa13d7ec07f9f6b3b407c27ff9d7e270605ac7 100644
--- a/src/managesieve-login/managesieve-login-settings-plugin.h
+++ b/src/managesieve-login/managesieve-login-settings-plugin.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_LOGIN_SETTINGS_PLUGIN_H
diff --git a/src/managesieve-login/managesieve-login-settings.c b/src/managesieve-login/managesieve-login-settings.c
index bfbe6bd59cf296d5064a0b4d31009857e946990c..44470fc976d271be474746da4012c366ab14e857 100644
--- a/src/managesieve-login/managesieve-login-settings.c
+++ b/src/managesieve-login/managesieve-login-settings.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve-login/managesieve-login-settings.h b/src/managesieve-login/managesieve-login-settings.h
index 9c73713d09f4e4c1e3ea91959eca25f9ddd1ccd9..97134167e1634b59c61e0ee16ae735a0987e793c 100644
--- a/src/managesieve-login/managesieve-login-settings.h
+++ b/src/managesieve-login/managesieve-login-settings.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_LOGIN_SETTINGS_H
diff --git a/src/managesieve-login/managesieve-proxy.c b/src/managesieve-login/managesieve-proxy.c
index 395ca3eef7048e71fd4cd6d2f19fc6170bf3aa6d..48d739a22b0fbc19eda3c2cd90226ad64bf4ffdb 100644
--- a/src/managesieve-login/managesieve-proxy.c
+++ b/src/managesieve-login/managesieve-proxy.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include <string.h>
diff --git a/src/managesieve-login/managesieve-proxy.h b/src/managesieve-login/managesieve-proxy.h
index b83746b156a77975ad06db2e58ed4238db0db9d2..856090aa331eb4583bc50ca2d37bf1ba5b40c2ca 100644
--- a/src/managesieve-login/managesieve-proxy.h
+++ b/src/managesieve-login/managesieve-proxy.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_PROXY_H
diff --git a/src/managesieve/cmd-capability.c b/src/managesieve/cmd-capability.c
index 33638f6587049f1696e323b2bafe538c62fb16f6..1d6ed6a8d35dd34b370734f9030ca530db344d7d 100644
--- a/src/managesieve/cmd-capability.c
+++ b/src/managesieve/cmd-capability.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/cmd-deletescript.c b/src/managesieve/cmd-deletescript.c
index 414f5b721f3af63826c18f72a5c2e1ddb9bf41f7..e97acc21e02bfd5dbaf23c60ad02cecb098b4f23 100644
--- a/src/managesieve/cmd-deletescript.c
+++ b/src/managesieve/cmd-deletescript.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/cmd-getscript.c b/src/managesieve/cmd-getscript.c
index cb1653d2cbcf12f633c62f8be1ab0b9cd6911faf..ae276a9de2fc11e48077368189a1d6a6c7398ff1 100644
--- a/src/managesieve/cmd-getscript.c
+++ b/src/managesieve/cmd-getscript.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/cmd-havespace.c b/src/managesieve/cmd-havespace.c
index 7fec4a9a223e714e550a26426be8a6a0a9073ec7..9cc76e9891bd2675b6aabccf593372a7ffdb3e24 100644
--- a/src/managesieve/cmd-havespace.c
+++ b/src/managesieve/cmd-havespace.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/cmd-listscripts.c b/src/managesieve/cmd-listscripts.c
index 363f26bad9decad0f5a51d57bcfe8c81a6b2fa36..016a951f99cc0e05537817168b99995a96debf4e 100644
--- a/src/managesieve/cmd-listscripts.c
+++ b/src/managesieve/cmd-listscripts.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/cmd-logout.c b/src/managesieve/cmd-logout.c
index 8949511ae600e4326bd8fca5234b95057317f099..0df7e88408cbfc6ca9d7b3933560d12824cbf13c 100644
--- a/src/managesieve/cmd-logout.c
+++ b/src/managesieve/cmd-logout.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/cmd-noop.c b/src/managesieve/cmd-noop.c
index 26cf914ee72425a78fbc68c8eafba3ac3ee81c18..8b0776f05f7a040e697051854592deb6e0812ef3 100644
--- a/src/managesieve/cmd-noop.c
+++ b/src/managesieve/cmd-noop.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/cmd-putscript.c b/src/managesieve/cmd-putscript.c
index a52d88257ed8e45a49b118e6d069b3f85bb9200c..1da58b974fabd3769a08ebb3def18f150e793ddb 100644
--- a/src/managesieve/cmd-putscript.c
+++ b/src/managesieve/cmd-putscript.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* NOTE: this file also contains the checkscript command due to its obvious
diff --git a/src/managesieve/cmd-renamescript.c b/src/managesieve/cmd-renamescript.c
index 57edac30bec2b800ef58efdf1783ca97211d998f..366145837d2012a2f4d90563466cd932373a6c36 100644
--- a/src/managesieve/cmd-renamescript.c
+++ b/src/managesieve/cmd-renamescript.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/cmd-setactive.c b/src/managesieve/cmd-setactive.c
index ce34ad135322fabb03fa398bd59d4f95823d650c..3e566cd79c23b8e04e5d525a4b1451bfd1d719dd 100644
--- a/src/managesieve/cmd-setactive.c
+++ b/src/managesieve/cmd-setactive.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/main.c b/src/managesieve/main.c
index 6ac753f92a0d9de83682a4c793de9a5a4cc4fd53..216c54e43391774e363882eb34d5e058603700a3 100644
--- a/src/managesieve/main.c
+++ b/src/managesieve/main.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/managesieve-capabilities.c b/src/managesieve/managesieve-capabilities.c
index d4801e30ad8de0ecf603898d9fc17a3e949d00ba..2df8b75b61e4e31a311222102e55878428b97bdf 100644
--- a/src/managesieve/managesieve-capabilities.c
+++ b/src/managesieve/managesieve-capabilities.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/managesieve-capabilities.h b/src/managesieve/managesieve-capabilities.h
index 35cb90a921dfde4ca3630817d4d1303b38a98688..0836b939ff06a39db2c4c5813bdd3652fcef8014 100644
--- a/src/managesieve/managesieve-capabilities.h
+++ b/src/managesieve/managesieve-capabilities.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_CAPABILITIES_H
diff --git a/src/managesieve/managesieve-client.c b/src/managesieve/managesieve-client.c
index be8db57864e7f72c2b1bfa036e1c317919df129f..163f763ba3b2909cc7fcdd60f5aff3ba3eb8b7c6 100644
--- a/src/managesieve/managesieve-client.c
+++ b/src/managesieve/managesieve-client.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/managesieve-client.h b/src/managesieve/managesieve-client.h
index 1c31d7ef69578298bc46ec1f7d742e3631a2f174..301958a0808f7656636feee39d400bea395d8cb3 100644
--- a/src/managesieve/managesieve-client.h
+++ b/src/managesieve/managesieve-client.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_CLIENT_H
diff --git a/src/managesieve/managesieve-commands.c b/src/managesieve/managesieve-commands.c
index a531a8c837289865be23c6933b6a9531a85b5a05..4974ce51697759e8a3dac99128feb77be38b2de3 100644
--- a/src/managesieve/managesieve-commands.c
+++ b/src/managesieve/managesieve-commands.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/managesieve-commands.h b/src/managesieve/managesieve-commands.h
index 5bb246880863b94d78464e77d00146637e99af1f..58fc8937d4a359b519daf8d9748b624f20a95786 100644
--- a/src/managesieve/managesieve-commands.h
+++ b/src/managesieve/managesieve-commands.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_COMMANDS_H
diff --git a/src/managesieve/managesieve-common.h b/src/managesieve/managesieve-common.h
index 2f9f5ec757796b322c3c2ce748d93d610a0cc296..70569b7b75caf5ab43a19c5e62e0e84f115ff57e 100644
--- a/src/managesieve/managesieve-common.h
+++ b/src/managesieve/managesieve-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_COMMON_H
diff --git a/src/managesieve/managesieve-quota.c b/src/managesieve/managesieve-quota.c
index 27cee65b49c9756522af4cd41f0e787099c8154e..2cb3180b379db59c1723900407233a3a4fadbb91 100644
--- a/src/managesieve/managesieve-quota.c
+++ b/src/managesieve/managesieve-quota.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/managesieve-quota.h b/src/managesieve/managesieve-quota.h
index 51210c07bc92c99d8293fc6da6489fc59d3373a0..c52090272f4aa06dedf063aede8ba8ec610064d4 100644
--- a/src/managesieve/managesieve-quota.h
+++ b/src/managesieve/managesieve-quota.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_QUOTA_H
diff --git a/src/managesieve/managesieve-settings.c b/src/managesieve/managesieve-settings.c
index 53a4ac354c4cd1d40592398314d3708c26e6ab1a..006f86c064a57cef7b050eea1130f615ef123365 100644
--- a/src/managesieve/managesieve-settings.c
+++ b/src/managesieve/managesieve-settings.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/managesieve/managesieve-settings.h b/src/managesieve/managesieve-settings.h
index 6f1649a0291f9dfd773c54818c91f5a9550e3dfa..1cb1bc2b3a655b52779b7bce7219f7ca519f89d0 100644
--- a/src/managesieve/managesieve-settings.h
+++ b/src/managesieve/managesieve-settings.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __MANAGESIEVE_SETTINGS_H
diff --git a/src/plugins/lda-sieve/lda-sieve-plugin.c b/src/plugins/lda-sieve/lda-sieve-plugin.c
index a817da9e009ae3a1e98e438fe179e5d87a2e9124..60b4012987782d9dc43bf12bde169ee4c3c13aeb 100644
--- a/src/plugins/lda-sieve/lda-sieve-plugin.c
+++ b/src/plugins/lda-sieve/lda-sieve-plugin.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file 
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file 
  */
 
 #include "lib.h"
diff --git a/src/plugins/lda-sieve/lda-sieve-plugin.h b/src/plugins/lda-sieve/lda-sieve-plugin.h
index abf647bab1e34d5341ae35919990c92a501ddcbf..419f9ddf5e21e89bd66d7fd9009b127c40f84962 100644
--- a/src/plugins/lda-sieve/lda-sieve-plugin.h
+++ b/src/plugins/lda-sieve/lda-sieve-plugin.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __LDA_SIEVE_PLUGIN_H
diff --git a/src/sieve-tools/debug/cmd-debug-print.c b/src/sieve-tools/debug/cmd-debug-print.c
index 7ce461e1ddfe30c69cd12b84a6e89c5f6adda4af..af24f3809958a326d0d1899c95108d66d21f3e74 100644
--- a/src/sieve-tools/debug/cmd-debug-print.c
+++ b/src/sieve-tools/debug/cmd-debug-print.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/sieve-tools/debug/ext-debug-common.h b/src/sieve-tools/debug/ext-debug-common.h
index 6e90ae8da2db04ec61da1957e949c5e9c72c95bf..b9cd8a8c242bcac5c49f5e39c85723bfa0410996 100644
--- a/src/sieve-tools/debug/ext-debug-common.h
+++ b/src/sieve-tools/debug/ext-debug-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __EXT_DEBUG_COMMON_H
diff --git a/src/sieve-tools/debug/ext-debug.c b/src/sieve-tools/debug/ext-debug.c
index d39dc95f9e0a7bed85c3d5986b769396d263ad04..d59f529685da8d6d19bd5c288b0cf04582bf0087 100644
--- a/src/sieve-tools/debug/ext-debug.c
+++ b/src/sieve-tools/debug/ext-debug.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension debug
diff --git a/src/sieve-tools/debug/sieve-ext-debug.h b/src/sieve-tools/debug/sieve-ext-debug.h
index 8998b1e811c8954fa14f4a6a06b01b40f2934f42..9c523d56394fcdbb3fb7bdb50e3ca3990f75c057 100644
--- a/src/sieve-tools/debug/sieve-ext-debug.h
+++ b/src/sieve-tools/debug/sieve-ext-debug.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __SIEVE_EXT_DEBUG_H
diff --git a/src/sieve-tools/sieve-dump.c b/src/sieve-tools/sieve-dump.c
index 17f8118977698f52e763ce74223e8ecd9ce7d126..a20537256714cf36ed92fac262d892e8b6711c72 100644
--- a/src/sieve-tools/sieve-dump.c
+++ b/src/sieve-tools/sieve-dump.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/sieve-tools/sieve-filter.c b/src/sieve-tools/sieve-filter.c
index c8322a680ea05d4f08f36852e31bca184ce21a61..435d38d739f9f7e41829632d08acefc0f616c4bc 100644
--- a/src/sieve-tools/sieve-filter.c
+++ b/src/sieve-tools/sieve-filter.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/sieve-tools/sieve-test.c b/src/sieve-tools/sieve-test.c
index f6b1379462297739e09ff7ac89c41db6726e2c6f..b5fe67ae000e1a077a8302bf6135708ba7c54e0e 100644
--- a/src/sieve-tools/sieve-test.c
+++ b/src/sieve-tools/sieve-test.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/sieve-tools/sievec.c b/src/sieve-tools/sievec.c
index f93d3447c4944b596e63eadd2513ca4dbc9300cf..2908accba7c87e82fad59d03ab5d96770795d32d 100644
--- a/src/sieve-tools/sievec.c
+++ b/src/sieve-tools/sievec.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/cmd-test-binary.c b/src/testsuite/cmd-test-binary.c
index 349b9f295791daf5a99a0b9f30c4d0f3f0dbbe0e..692535e716038740b3cdbc108dfaf0e68865ace7 100644
--- a/src/testsuite/cmd-test-binary.c
+++ b/src/testsuite/cmd-test-binary.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/cmd-test-config.c b/src/testsuite/cmd-test-config.c
index 8316cd84ea54c557c5abdd3fe5ac4a1f03bf332e..8f33d76cea73c7c772bc7c4d1d68453683901fa5 100644
--- a/src/testsuite/cmd-test-config.c
+++ b/src/testsuite/cmd-test-config.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/cmd-test-fail.c b/src/testsuite/cmd-test-fail.c
index e3dadd5be475d26ed696d7e5c8bb330381fbb662..1355786d4cb03d6fd062c9bf013da2e1e6775b6f 100644
--- a/src/testsuite/cmd-test-fail.c
+++ b/src/testsuite/cmd-test-fail.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/cmd-test-mailbox.c b/src/testsuite/cmd-test-mailbox.c
index 874cbc3f49a8c5fe3b0065386f1759373a31ec09..e42f9dbe222c9e6309003fb6b51a1d94230f24ad 100644
--- a/src/testsuite/cmd-test-mailbox.c
+++ b/src/testsuite/cmd-test-mailbox.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/cmd-test-message.c b/src/testsuite/cmd-test-message.c
index 29d48f5cb7a77eaafee0987e6c780d97b1eddbb9..9ec92c27a336ecb73fbce293d90a5e1df1a7b400 100644
--- a/src/testsuite/cmd-test-message.c
+++ b/src/testsuite/cmd-test-message.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/cmd-test-result.c b/src/testsuite/cmd-test-result.c
index 2075b7f263b6383646bc7ad2039f74363f878310..bc6cf26688141fbf1c55eee37f3a84400b338918 100644
--- a/src/testsuite/cmd-test-result.c
+++ b/src/testsuite/cmd-test-result.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/cmd-test-set.c b/src/testsuite/cmd-test-set.c
index 0a18350ed29a3aa1917e548449810e1449222bd3..114190c50b15e95b95a5c9bc4f70af3c7b31850a 100644
--- a/src/testsuite/cmd-test-set.c
+++ b/src/testsuite/cmd-test-set.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/cmd-test.c b/src/testsuite/cmd-test.c
index d2318571e70710f33c646aa0c978ad878dde4d31..5828521e7fa8b4f98a5d0bca563408f10aff7270 100644
--- a/src/testsuite/cmd-test.c
+++ b/src/testsuite/cmd-test.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/ext-testsuite.c b/src/testsuite/ext-testsuite.c
index b073e4d9bf04d167bebaf8e2330f575c3d02e151..4d3ea014eeb3ddf57164fb8dbdea409a12a12814 100644
--- a/src/testsuite/ext-testsuite.c
+++ b/src/testsuite/ext-testsuite.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 /* Extension testsuite
diff --git a/src/testsuite/testsuite-arguments.c b/src/testsuite/testsuite-arguments.c
index f605dbf346a9efa58c25c86efa9c1ed3cdf81fe8..1c32216eebe322ff480b6a1324a1e083bded19af 100644
--- a/src/testsuite/testsuite-arguments.c
+++ b/src/testsuite/testsuite-arguments.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-arguments.h b/src/testsuite/testsuite-arguments.h
index 57fb37850b2bd59339b4044682e47a89bae2f59e..19e15542f182a7e6e6595838e64442a470bc6050 100644
--- a/src/testsuite/testsuite-arguments.h
+++ b/src/testsuite/testsuite-arguments.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_ARGUMENTS_H
diff --git a/src/testsuite/testsuite-binary.c b/src/testsuite/testsuite-binary.c
index bce3cccb6ce34e80b47eb463e571e3ca57b9811f..4dec8ef0771af209614195fd4859d113ee32c1db 100644
--- a/src/testsuite/testsuite-binary.c
+++ b/src/testsuite/testsuite-binary.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-binary.h b/src/testsuite/testsuite-binary.h
index 0522811afd57fa8d87c577ca82ab7a244a1703ed..9023d3a3e5e1e1182e54dbf1b184803441ecd5d9 100644
--- a/src/testsuite/testsuite-binary.h
+++ b/src/testsuite/testsuite-binary.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_BINARY_H
diff --git a/src/testsuite/testsuite-common.c b/src/testsuite/testsuite-common.c
index af06e2d9d848b28c1e2c1449284e11594f4d10d2..b115ce74ef10d166b3d3614d1bafcc87b1b4c8b8 100644
--- a/src/testsuite/testsuite-common.c
+++ b/src/testsuite/testsuite-common.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-common.h b/src/testsuite/testsuite-common.h
index b817e3a7fae66bff55d821f605cd2aa87f056386..e80b4106b6e14ffe2f4f11b11db5ac7769bb7e63 100644
--- a/src/testsuite/testsuite-common.h
+++ b/src/testsuite/testsuite-common.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_COMMON_H
diff --git a/src/testsuite/testsuite-log.c b/src/testsuite/testsuite-log.c
index 73376ccd831976908c4c45f43cf508603208b16e..3147048e7592f8af717020f5aca6b3b7e6f897ca 100644
--- a/src/testsuite/testsuite-log.c
+++ b/src/testsuite/testsuite-log.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-log.h b/src/testsuite/testsuite-log.h
index 5f414ac76efc2a745e15a8d9cb14f83a34647c2a..ffca5017d767e09ffe996da7da8c3e275d794905 100644
--- a/src/testsuite/testsuite-log.h
+++ b/src/testsuite/testsuite-log.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_LOG_H
diff --git a/src/testsuite/testsuite-mailstore.c b/src/testsuite/testsuite-mailstore.c
index 49d423cda5f2cb6ac44d68b20db558531eb0b37a..2dee15001cf448e87a6cb5c7ea2df2474be5760e 100644
--- a/src/testsuite/testsuite-mailstore.c
+++ b/src/testsuite/testsuite-mailstore.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-mailstore.h b/src/testsuite/testsuite-mailstore.h
index f99689b737650a19b251a09acaa128f899b4c87a..b0b0c02ed56358f3909e327633e1ff36f1386a62 100644
--- a/src/testsuite/testsuite-mailstore.h
+++ b/src/testsuite/testsuite-mailstore.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_MAILSTORE_H
diff --git a/src/testsuite/testsuite-message.c b/src/testsuite/testsuite-message.c
index 0c60d6dc86465395104bcb1320c009566c4e1157..aabe21ea46fb3dede2c7f11a8bb064ada82fcf3f 100644
--- a/src/testsuite/testsuite-message.c
+++ b/src/testsuite/testsuite-message.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-message.h b/src/testsuite/testsuite-message.h
index 871bcae48e6e4b7db173c62b9e06190b7ebbde7f..9333e9ef555036662f759790a371c6823198f8b5 100644
--- a/src/testsuite/testsuite-message.h
+++ b/src/testsuite/testsuite-message.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_MESSAGE_H
diff --git a/src/testsuite/testsuite-objects.c b/src/testsuite/testsuite-objects.c
index 4a3c1c864997f81761f5afcd6137cb50186f7839..2c97806bb320976760927595d51cb734b83be5e2 100644
--- a/src/testsuite/testsuite-objects.c
+++ b/src/testsuite/testsuite-objects.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-objects.h b/src/testsuite/testsuite-objects.h
index f109dbb3354a06989673b37bb19342b83c9fe5fd..b026fec84a4de0bb73f9bcf4f387c3be7946d7f4 100644
--- a/src/testsuite/testsuite-objects.h
+++ b/src/testsuite/testsuite-objects.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_OBJECTS_H
diff --git a/src/testsuite/testsuite-result.c b/src/testsuite/testsuite-result.c
index 0d3d72642ef638200d889ba7931e4da5a6d7dc64..3fceb53feb7a55997410bc4459d957377540050f 100644
--- a/src/testsuite/testsuite-result.c
+++ b/src/testsuite/testsuite-result.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-result.h b/src/testsuite/testsuite-result.h
index fb1d00cfb083022a48c321d31bdc5b4fe98ea56a..888b428320b83695488e3ef55455d851797ebf5d 100644
--- a/src/testsuite/testsuite-result.h
+++ b/src/testsuite/testsuite-result.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_RESULT_H
diff --git a/src/testsuite/testsuite-script.c b/src/testsuite/testsuite-script.c
index c3b0fcadc9ac4f7cd2997f030f962017fd36b69e..a105b035880f182acdc0a570304382a81100d398 100644
--- a/src/testsuite/testsuite-script.c
+++ b/src/testsuite/testsuite-script.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-script.h b/src/testsuite/testsuite-script.h
index 86950776bf3d2e102fd3a0e95ec6c0d7006929b6..0814c948bf237331e2358213b968f20308c4cac6 100644
--- a/src/testsuite/testsuite-script.h
+++ b/src/testsuite/testsuite-script.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_SCRIPT_H
diff --git a/src/testsuite/testsuite-settings.c b/src/testsuite/testsuite-settings.c
index 4ecb667a4b60c70a1d0f41a0d2b03b461785e294..e9f6568701c15c2a66cae6bc868c2afd56ac564b 100644
--- a/src/testsuite/testsuite-settings.c
+++ b/src/testsuite/testsuite-settings.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-settings.h b/src/testsuite/testsuite-settings.h
index e915e55395a4cb5dda652009abfdac806aabff5e..d3973dc10dc90b0d4e0fe0a3abde04d571e62b3c 100644
--- a/src/testsuite/testsuite-settings.h
+++ b/src/testsuite/testsuite-settings.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_SETTINGS_H
diff --git a/src/testsuite/testsuite-smtp.c b/src/testsuite/testsuite-smtp.c
index 8f0687058d366fa045070be8d208f8e126e64694..98395fad6b6f68c6f6daf0c36a0a322fa92e044b 100644
--- a/src/testsuite/testsuite-smtp.c
+++ b/src/testsuite/testsuite-smtp.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-smtp.h b/src/testsuite/testsuite-smtp.h
index fbd08d521a4e6c6e2071c5d3d21227b832ba5862..b50a46406a635583e529869832aa5538db97b6ba 100644
--- a/src/testsuite/testsuite-smtp.h
+++ b/src/testsuite/testsuite-smtp.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
  
 #ifndef __TESTSUITE_SMTP_H
diff --git a/src/testsuite/testsuite-substitutions.c b/src/testsuite/testsuite-substitutions.c
index 365adb3ea7727a53a9c7a15b62c591aca5c439af..c4e223958870056c7166ccebe0cecd86bb80b25c 100644
--- a/src/testsuite/testsuite-substitutions.c
+++ b/src/testsuite/testsuite-substitutions.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/testsuite-substitutions.h b/src/testsuite/testsuite-substitutions.h
index c04256849ca7a8fae042d8955bb06c1bb8f20768..1871c0212aafe9cc4d114f7db58dfd9de4ab2e67 100644
--- a/src/testsuite/testsuite-substitutions.h
+++ b/src/testsuite/testsuite-substitutions.h
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #ifndef __TESTSUITE_SUBSTITUTIONS_H
diff --git a/src/testsuite/testsuite.c b/src/testsuite/testsuite.c
index 5d688aab8e37fb4a0d56fdfc3aa94bbb3f44be90..d3ffbc4df1d8a8bccd695f909a109715b054011e 100644
--- a/src/testsuite/testsuite.c
+++ b/src/testsuite/testsuite.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "lib.h"
diff --git a/src/testsuite/tst-test-error.c b/src/testsuite/tst-test-error.c
index 4fe21192cdefc3d383afb3350f8c5ed5d3566904..4768b047538bd27e0757ce6149c3d2c9624b2296 100644
--- a/src/testsuite/tst-test-error.c
+++ b/src/testsuite/tst-test-error.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/tst-test-multiscript.c b/src/testsuite/tst-test-multiscript.c
index 289de6af64b5934d9233bb8c7c7a9f930940177c..aab93eee58dc9cfe517f7d6aa662b9a33b6b4425 100644
--- a/src/testsuite/tst-test-multiscript.c
+++ b/src/testsuite/tst-test-multiscript.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/tst-test-result-action.c b/src/testsuite/tst-test-result-action.c
index ea60a128e15c54136e28c9d97947a9e89c00570e..f05df1e567c3ff6f66add2ce4eb498994e7411e7 100644
--- a/src/testsuite/tst-test-result-action.c
+++ b/src/testsuite/tst-test-result-action.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/tst-test-result-execute.c b/src/testsuite/tst-test-result-execute.c
index 19fe0f8d0c9969f88a3b1637db2219c6ce694bdf..8e8546f73f8bb86a157856079270d7351c59ba54 100644
--- a/src/testsuite/tst-test-result-execute.c
+++ b/src/testsuite/tst-test-result-execute.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/tst-test-script-compile.c b/src/testsuite/tst-test-script-compile.c
index d5db70be013cab0a24a104b931858947c74b6cbc..d58938f13cffc3fa1935e9a68438a8f7ead45dce 100644
--- a/src/testsuite/tst-test-script-compile.c
+++ b/src/testsuite/tst-test-script-compile.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"
diff --git a/src/testsuite/tst-test-script-run.c b/src/testsuite/tst-test-script-run.c
index 1823ccafb8682cfb60764cbcd881e989c4f4a070..aa874dee39152e72aeb0b78831c9657657994bca 100644
--- a/src/testsuite/tst-test-script-run.c
+++ b/src/testsuite/tst-test-script-run.c
@@ -1,4 +1,4 @@
-/* Copyright (c) 2002-2010 Pigeonhole authors, see the included COPYING file
+/* Copyright (c) 2002-2011 Pigeonhole authors, see the included COPYING file
  */
 
 #include "sieve-common.h"