diff --git a/.hgsigs b/.hgsigs index d6a636c2229a2ddaa87da611d2d858db5356879d..7d09d54c4b30fe5e7d9d0efb057a6d2e914b0d53 100644 --- a/.hgsigs +++ b/.hgsigs @@ -7,3 +7,4 @@ fe7bd7ee6c2e33e38515cbeca7642135db8dea4b 0 iQEcBAABAgAGBQJPPXAPAAoJEATWKx49+7T0i e9ed5d5cef4b3b27ac5d980b3e4aeadaabeeeae2 0 iQEcBAABAgAGBQJPwAS+AAoJEATWKx49+7T0ngIH/R+teyHN4Pdv4bFTkder85rxy4bzPDzlV9gGlhuKuRBtI8F7CKKWLEP/ESPdtZbMmsNj9k104q2U9pgUfkYrVKL4lrk3hlz44o8Smpwp/xrxyNY8/OuBof0LvyXjp7unHAvvAWFiEmeTpJMmSu77xE8wsEqZowHi8/Igh3lrQ3U129VP1xWr1mvnvQdMQk9TTMK3T38H9kUrz2CRdOWjJbxAA4rLyozGLqWUeSKepUcwAGANd35k8pNLYiONlGU8NZsQyzS2dfOl0TeolgqZn+UkmM9FZFFnD40WU8zPft0nK4g8cFZGObX4fsPyK03EAnR7BXd1BKdmr7jdppAnSvQ= 265061e0d3f4b3d8f9e4f0fc0b978cd51f84690d 0 iQEcBAABAgAGBQJQWIMhAAoJEATWKx49+7T0g/IH/3qqQemBP62Y+Wzo67DruphrJ5HSlIX4Uw/O4rOjrk8dWSMrsui5jFy4LXig+CR1dfY4RS0izTxsAiNhTACuavMfGHiYBKQW6UwIDlKECVBxbQyjB7v2C3FKPj9K9QReiYACSeB1RhQBnpbcvioif9H62VI5SKE6rjXyky6fDAxtbjhySb+nPDtV4HmV7ukcfDc3bxwcZkz9XXKoNmPWw8r34Z/RwxWbbWr8xUwW3+9LDB2Oz6PRyYP5S8EcNNYjk3ai2Llh0xuJGLQbpulhmjYDJmk20TkpLCFAfsYq1qW3yed9lL88CcFH4LDb9WA0LNs+7PfbmY/m8CX7JwUmHB8= 64474c35967852bc452f71bc099ec3f8ded0369a 0 iQEcBAABAgAGBQJQWMvhAAoJEATWKx49+7T0NrYH/2PQuuFqzlku+NG8Iw0UN2yeDEML+2n1xG31ud7m3sNWw8lX+03gEd+LU8+LygHJJ0IAde/jBYRBbC8zj9UXDl3v5FIRwhcvGnllBCMMH7motfg+aLrCR/xs+0jV/AqpRin1VILHYFaB9UFP5PUgvJJiCUniQWoe+r41gra1hRA7OK3923YOOi9t4zJxoat7e0OMhc0IcdB7n3iQmyicbb8izKw/UvR2tR3T7fVcEl6u1LlbGaojtJA03V1L+a8QkmltiurD9VNmiHz++bGGJlA7LSmVYBq7BeC1lDnXUGO9ryZgln6aXRwUS0VaTI51F9gSMw+0UDJCwA5yBKqYyR8= +4932026768454443d87d2e6445552b331589dbb1 0 iQEcBAABAgAGBQJRYIePAAoJEATWKx49+7T0p2oH/ROhjt/m+wZmT9+2NxEDwnaOoQ8m9TxkZiZ50mmi/k4L7OQe/xffxM2T3NTTgRkaLCK2+MEz0pSLJXL+n/AjTBtiynwSxYY+W0wtYKBIs0tcQHaSafN2u5LjtQZ2RHg+Fi1szhJQu/jy31w12KGTqdyVw05JuEPgyfM7fKpqKh8CQZJucEyn9Vf8boGPQMFJ7N6o4wpOeW8RuVcBAEToHMpkDI1OQmB22cEQJfZrdOMPaucUOG6Abfw0FDwwV4bHa1nmxiPZXF8DpW31SVDoZgyvi08TSWFHS9t8Pij+XyWIdXhbCzqdpkvLGEsvMJjhiro9agf2tSj9jP+D4xiFRe8= diff --git a/NEWS b/NEWS index e07b758bbff04d5d48ef84f2d763eebc54d94340..f70dc7b48a7ab3c8ad77d40d5ade8b41c533119a 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,32 @@ +v0.3.4 06-04-2013 Stephan Bosch <stephan@rename-it.nl> + + * Changed error handling to be less of a nuisance for administrators. Strictly + user-caused errors are only reported in user log. Some errors are logged as + info instead. + * Sieve: Changed behavior of redirect in case of a duplicate message delivery + or a mail loop. If a duplicate is detected the implicit keep is canceled, + as though the redirect was successful. This prevents getting local + deliveries. The original SMTP recipient is used when it is available to + augment the entry in the LDA duplicate database. This way, duplicates are + only detected when (initially) addressed to the same recipient. + + Sieve vnd.dovecot.duplicate extension: added new features to the duplicate + test, making it possible to manually compose the key value for duplicate + checking. This extension is in the process of being standardized + (https://tools.ietf.org/html/draft-bosch-sieve-duplicate-01). + + Sieve date extension: generate warning when invalid date part is specified. + - Sieve editheader extension: fixed crash occuring when addheader :last was + used. + - Sieve include extension: fixed missing error cleanup that caused a resource + leak. + - Sieve vacation extension: fixed determination of From: address for when + sieve_vacation_dont_check_recipient is active. + - Sieve tools: the -D option wasn't enabled and documented for all tools. + - Siev dict script storage: fixed potential segfault occuring when dict + initialization fails. + - ManageSieve: fixed bug in skipping of CRLF at end of AUTHENTICATE command. + - ManageSieve: fixed handling of unkown commands pre-login. + - Fixed compile on Mageia Linux. + v0.3.3 18-09-2012 Stephan Bosch <stephan@rename-it.nl> - Fixed compile against installed Dovecot headers. This was broken by the diff --git a/TODO b/TODO index 4f9684c9a9ed9c9b2eb3d0b23aa0b0dde50ac9f0..1fac6902c15b0d218c8ffddba53e67f498d11029 100644 --- a/TODO +++ b/TODO @@ -1,21 +1,21 @@ -Current activities: - -* Implement generic Sieve script object that abstracts from its location and - add support for retrieving scripts from dict database. - - Implement infrastructure for loading a sequence of global scripts from - a database (for sieve_before/sieve_after). +Active development is moved to Pigeonhole v0.4 for Dovecot v2.2. The v0.3.x +series for Dovecot v2.1 is maintained for bug fixes and small updates. Check +http://hg.rename-it.nl/dovecot-2.2-pigeonhole/raw-file/tip/TODO for the most +up-to-date TODO list. Parallel plugin-based efforts: -* Implement plugin to pipe messages to external programs. Will probably be - merged with the main tree eventually. * Implement enotify xmpp method as a plugin. * Implement metadata and servermetadata extensions as a plugin. - Compiles against dovecot metadata plugin, as currently developed by Dennis Schridde. -Next (mostly in order of descending priority/precedence): +Open TODO issues for this revision: +* Implement generic Sieve script object that abstracts from its location and + add support for retrieving scripts from dict database. + - Implement infrastructure for loading a sequence of global scripts from + a database (for sieve_before/sieve_after). * Make the sieve storage a base class with (possibly) various implementations, just like mail-storage. This aims to provide support for alternate types of script storage like LDAP or SQL database. diff --git a/src/lib-managesieve/managesieve-arg.c b/src/lib-managesieve/managesieve-arg.c index 403124a84d92a568527de8214b76492ddfcea2c6..36f879f35e48f7c13e65ab8b89ab61887a26f06c 100644 --- a/src/lib-managesieve/managesieve-arg.c +++ b/src/lib-managesieve/managesieve-arg.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-managesieve/managesieve-arg.h b/src/lib-managesieve/managesieve-arg.h index 0b938baba1ad69654bfe972f9c58559fba3fa683..d5aa006bb068c6c9141f430a93dae217640d4c00 100644 --- a/src/lib-managesieve/managesieve-arg.h +++ b/src/lib-managesieve/managesieve-arg.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __MANAGESIEVE_ARG_H diff --git a/src/lib-managesieve/managesieve-parser.c b/src/lib-managesieve/managesieve-parser.c index d2ac80744b5458964e2ecdeb647ad42d961afa32..b231375d289f630793d922b932eca526939f3a5d 100644 --- a/src/lib-managesieve/managesieve-parser.c +++ b/src/lib-managesieve/managesieve-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 641b974946ee13fd0ab86d5830dd63baeab3e635..8c0d742e7a7456cf5067861ad36d58c91381e884 100644 --- a/src/lib-managesieve/managesieve-parser.h +++ b/src/lib-managesieve/managesieve-parser.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 6bcb0ca57f9b0deea2e9fdff196ef7b2d0908125..bf91b5e2b856015d41ff0dd2fa59ec106f7d4b87 100644 --- a/src/lib-managesieve/managesieve-quote.c +++ b/src/lib-managesieve/managesieve-quote.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 62f815af86ee99ae20885ca26fb85785ec64274d..638b0238ec9b08d6fcaf90a0ebd8f87cba34e3a5 100644 --- a/src/lib-managesieve/managesieve-quote.h +++ b/src/lib-managesieve/managesieve-quote.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 faafa8b13f4aed7a8ef958b2524c556fbb92a3c9..7e9f2f8836a095c2bf6b03f4d33f4b424449a440 100644 --- a/src/lib-sieve-tool/mail-raw.c +++ b/src/lib-sieve-tool/mail-raw.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 983d796c4e00b307e4c81d686761b7ee9f1278f0..1e1806dc3210e8ac094f1fb98357a07cf692175b 100644 --- a/src/lib-sieve-tool/mail-raw.h +++ b/src/lib-sieve-tool/mail-raw.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 2a892506f14ccb7c2d872fd0e17096bcb52796ef..429354266e3b8e60e4e47d76898a926afd623872 100644 --- a/src/lib-sieve-tool/sieve-tool.c +++ b/src/lib-sieve-tool/sieve-tool.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b24bb47ec06b98487942c822a4ae9f09bac57262..d013987bd45e7c8c0a49843b56062887c01b82c8 100644 --- a/src/lib-sieve-tool/sieve-tool.h +++ b/src/lib-sieve-tool/sieve-tool.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 385bcc8e0e205941a401f43241e8b7f01821c408..cf4c9265c679f701c264cf6f742b7d95fd957246 100644 --- a/src/lib-sieve/cmd-discard.c +++ b/src/lib-sieve/cmd-discard.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0a34f9f375b3ebc7e13c52f67316d7b7ead634cb..216ea4590f3a82dd0a17fd63feec473d48fd7be0 100644 --- a/src/lib-sieve/cmd-if.c +++ b/src/lib-sieve/cmd-if.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 61fb240c9aae068a9b45ab98d14b06ef1508205c..8df75eacd9bb5dc872d1d08628fe5fa592f38a7f 100644 --- a/src/lib-sieve/cmd-keep.c +++ b/src/lib-sieve/cmd-keep.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 4594fe674d1a9f3de264d0f1cf9f68f63dbb15fe..f1785b900dfc7218a5ef15566ea2c232926724ab 100644 --- a/src/lib-sieve/cmd-redirect.c +++ b/src/lib-sieve/cmd-redirect.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 5d45f4d8329445f83cb432baf65e5d1671e8f4a5..3b46a52c0bdbbdc5fdfa98a265707a00bebb403b 100644 --- a/src/lib-sieve/cmd-require.c +++ b/src/lib-sieve/cmd-require.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 27866df0a4aa002f7dcbfc7ec428d07bf6621bd0..5bdee05d8db89c203b869cc2fde4e376f6469415 100644 --- a/src/lib-sieve/cmd-stop.c +++ b/src/lib-sieve/cmd-stop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 effdda884350a014fce08607b38e0858bb1fd9dd..bb7a096908930264c04b40ad9d11a57bbdb7f306 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 70586221208486b9d67ac00be81d15408dee1346..4e2a782ddeb150c1350278f059970291b67c3615 100644 --- a/src/lib-sieve/cmp-i-octet.c +++ b/src/lib-sieve/cmp-i-octet.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ /* Comparator 'i;octet': diff --git a/src/lib-sieve/edit-mail.c b/src/lib-sieve/edit-mail.c index 76d35c5c26365b53970fb047a130147db789370f..da70dd279329de4e56c4bb627cf6b398dc3885d0 100644 --- a/src/lib-sieve/edit-mail.c +++ b/src/lib-sieve/edit-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/edit-mail.h b/src/lib-sieve/edit-mail.h index 0020b138ede1b07c89c8edd87349eaa45980bf6b..454b025aac38b9e158ccf3154d67d3784a7504d8 100644 --- a/src/lib-sieve/edit-mail.h +++ b/src/lib-sieve/edit-mail.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __EDIT_MAIL_H diff --git a/src/lib-sieve/ext-encoded-character.c b/src/lib-sieve/ext-encoded-character.c index 4981e242de552e95c8f7471e06b93cdfb00bcf58..605531014fd51b05f1bc41714cd3a1dfaadaf2f6 100644 --- a/src/lib-sieve/ext-encoded-character.c +++ b/src/lib-sieve/ext-encoded-character.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 9a074510e56e9867c3d054163029fe1379a17508..f39bd10ecc03613ca4d28a4bc2be60e1086b3b3b 100644 --- a/src/lib-sieve/ext-envelope.c +++ b/src/lib-sieve/ext-envelope.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e5265e376ffbe229d512a1e73a83f7384f2ea8fe..e4648f94e06b9572fb32333d8bcaf708cf910c23 100644 --- a/src/lib-sieve/ext-fileinto.c +++ b/src/lib-sieve/ext-fileinto.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 432e6a3984a1b5342c8de70c7a59a103066fa80b..4532677aa796dbb295e21df221e7c9cd262496d2 100644 --- a/src/lib-sieve/ext-reject.c +++ b/src/lib-sieve/ext-reject.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e5a5b905261ac85ce11e94c368abd388d2f98b80..7019c90e172bbdb2ca73cbd37ad56876585b0813 100644 --- a/src/lib-sieve/mcht-contains.c +++ b/src/lib-sieve/mcht-contains.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 5d05a5b8256b37feffcb1e49f0e062a6be95fc59..f61a8158807d89e480e7bf725a4d729fcd363f3c 100644 --- a/src/lib-sieve/mcht-is.c +++ b/src/lib-sieve/mcht-is.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ccdbb0750737cf0bc310d9704513d9238f902799..0f733c851b21f2b6d6f236c088ddd00584748bce 100644 --- a/src/lib-sieve/mcht-matches.c +++ b/src/lib-sieve/mcht-matches.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b92e92a14914a546edf27721f5dd23c35c731f32..9addbe3c8c8f6fce2add6ed3db575ff0447cbc2b 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 80e5043ccc71fea3a0689487aba18d057ad27808..bfff521cb8e9713b36348bacbd5ce1f11ceb2734 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 4ca6997fed982a18587723d698d791b79c0ea6fa..624178000367f4f7a65525f507de29fa4005dd84 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 07b67a238a678ea8255869309a0570e87a0378da..fd5fe17292782f56d738dbab2bdf360589b17edc 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 be2c4b80b3d452639febc02d35ec8c2c3b0dc0b1..0d00b176f67c9157211509e3f8ef3a6b99069965 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 54d5813c1d8b0ba168333e044b202e24aec57d39..77faa4fc2d3ad3ec3d06812d51353d01a5dcd215 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ec7feab732a83fbea5a96a442720f41ae2f5a7f5..92bbb014e4b5104f6e6f33c5cf0e8484fbdf7454 100644 --- a/src/lib-sieve/plugins/copy/sieve-ext-copy.h +++ b/src/lib-sieve/plugins/copy/sieve-ext-copy.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __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 35fc3a0bdf609bb0db2505f8b415728b50e18336..399eb8060943a3b8c3f4ab2d3c596f46ab4f9bdc 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a0a6dd3527f99fd2a5aa98dcc2894776fa6177db..c23a7af35b6efffc9717b9f10e3df4f9086edea6 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 13b68edf35b61d8bcd9a54094e00cdfef1081798..c1b0d487dad76cfbd46d142e78a5f6e4901ecd1f 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 981ba943f5490ec3f19115b9208068d9d0792acd..297ff57f75073307a620c3e7ce70adf0496603df 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/editheader/cmd-addheader.c b/src/lib-sieve/plugins/editheader/cmd-addheader.c index ccda1fccb256b33600d4cdecdc98aca66a44f2a5..485134063284e2ac281adecda130d6bc87f764f5 100644 --- a/src/lib-sieve/plugins/editheader/cmd-addheader.c +++ b/src/lib-sieve/plugins/editheader/cmd-addheader.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/editheader/cmd-deleteheader.c b/src/lib-sieve/plugins/editheader/cmd-deleteheader.c index 90066776dcbd8b2b78900f56a137d3a91aeeea03..d0d28c5caf0fb492fd7bd1f6b7e8dabddb62f489 100644 --- a/src/lib-sieve/plugins/editheader/cmd-deleteheader.c +++ b/src/lib-sieve/plugins/editheader/cmd-deleteheader.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/editheader/ext-editheader-common.c b/src/lib-sieve/plugins/editheader/ext-editheader-common.c index 3967b4768becd8cc6113d44dab6c307ef9cd56ab..b8bf6534691038c2e8deb5457a08a50bdd64c069 100644 --- a/src/lib-sieve/plugins/editheader/ext-editheader-common.c +++ b/src/lib-sieve/plugins/editheader/ext-editheader-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/editheader/ext-editheader-common.h b/src/lib-sieve/plugins/editheader/ext-editheader-common.h index 4f1585a768f58cb03a7509da384e69d4842403ee..ae04f14127b8033264f31bc522b2ea30df37f161 100644 --- a/src/lib-sieve/plugins/editheader/ext-editheader-common.h +++ b/src/lib-sieve/plugins/editheader/ext-editheader-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_EDITHEADER_COMMON_H diff --git a/src/lib-sieve/plugins/editheader/ext-editheader-limits.h b/src/lib-sieve/plugins/editheader/ext-editheader-limits.h index 61a75db36d20613febe1167a5ab1d1345e7504b4..caff91fd2e82441b33e3648cafc8d3d56b8ab15e 100644 --- a/src/lib-sieve/plugins/editheader/ext-editheader-limits.h +++ b/src/lib-sieve/plugins/editheader/ext-editheader-limits.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_EDITHEADER_LIMITS_H diff --git a/src/lib-sieve/plugins/editheader/ext-editheader.c b/src/lib-sieve/plugins/editheader/ext-editheader.c index daf6a4ee62e319add0315361225a070f5dfcd223..17139c673a3de4b3428e9059e71f00db74614326 100644 --- a/src/lib-sieve/plugins/editheader/ext-editheader.c +++ b/src/lib-sieve/plugins/editheader/ext-editheader.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ /* Extension debug diff --git a/src/lib-sieve/plugins/enotify/cmd-notify.c b/src/lib-sieve/plugins/enotify/cmd-notify.c index cbb54b9e854d42c0dac0360343185c8bcb7521c1..488fc18b96d3fcad06d682a3f0f90cce9f94dd20 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 3b34b15cebfb9760f4ff083d5d2d2c9796d54377..91f093378e90ec5a860c48be6f97cf07f7b102a0 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c9aa0ede00e9a60291d72fec7b99f8d261c5e838..d1ccf84b77872ea5ae4bc058c3a138556c517416 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 6dbc1f2a72fa41bf81367f26e10e53b3094ee9f8..5bbaab69eb2104b964303c192576f5134f546bcc 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 480e9969724c06b6784c8b0d1246ffd20ad3e075..5310f586296d0f164e4e3fd25071ce41419d68e7 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b5d296f1ad97900280167c6437137f138a3752e5..a35801113b0d7ebcd00248074656ef2f2fc36073 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 5a49833afc91240b100921f4629462c7f2533bd3..0e5492d3a4d8125b1766a957f2017c746e7cecc7 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 9b9936747f5a745e5da9053e847ca7d07c2fa392..df4174498867d9c1cd50028257681d19e58e861d 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 28b38080a28df2f94572891322eff10eae767c44..cbda3e67b4f525d7185c165b54ecee91f2798b2c 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 15e71b04f41759c1e4a59b3135cececa60e456f6..c3cc2bac0d74f1ba072ef32b148451c52be5dd7a 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0af8a7bd75f40c2ee173552610dcec135b155722..0b023e07e3f70f7d50e5f16e3473bee9b9b421d6 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 3b0e03521d37230a72dd9647a36e0c3db230b771..7bb61977d1ed057f659799a90025a660298bdf53 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 38da3002729477eb9e1108ec66cfd444d698a092..89272022f7752e3e6c82427fa7205d9e9cead56d 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b1fcc00535f9f48d5a89d72c89892f3255645112..d99dbd8b8dcf19830f5c1ead7a55d23c34555113 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a0c9d98aa7b9a7da17ba8698a93edd86d88829c9..402e0a540b424547f7a6fc7f6afca1364fabf818 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a1f9399263282c51698d2e65922139d37d586060..d583f6741a5ea27c7f8e455712e6486eb8704656 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 10b7353875fd77e67491eb37d0631366f85c41aa..6352eb12073a2722a406287e85ed5aa168914ea6 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h" diff --git a/src/lib-sieve/plugins/ihave/cmd-error.c b/src/lib-sieve/plugins/ihave/cmd-error.c index e2de190dffac3f3e50d5872b4e1ded5b7fa80837..8b2678c9acf86d9a075fb23b5fde404e81086767 100644 --- a/src/lib-sieve/plugins/ihave/cmd-error.c +++ b/src/lib-sieve/plugins/ihave/cmd-error.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/ihave/ext-ihave-binary.c b/src/lib-sieve/plugins/ihave/ext-ihave-binary.c index 1570729b7ed99aa82d9545e30b9b5c484cd4d493..f3486756f8a615dfbb8dbc86393b2e67df7f4cc3 100644 --- a/src/lib-sieve/plugins/ihave/ext-ihave-binary.c +++ b/src/lib-sieve/plugins/ihave/ext-ihave-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/ihave/ext-ihave-binary.h b/src/lib-sieve/plugins/ihave/ext-ihave-binary.h index dc22672697b552cc19b893647b5cc6ffdd9e4222..29e1fb8c55765105fb158bb8d42ab0fe4163518d 100644 --- a/src/lib-sieve/plugins/ihave/ext-ihave-binary.h +++ b/src/lib-sieve/plugins/ihave/ext-ihave-binary.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_IHAVE_BINARY_H diff --git a/src/lib-sieve/plugins/ihave/ext-ihave-common.c b/src/lib-sieve/plugins/ihave/ext-ihave-common.c index 185e87aab218328443b2ae6ce660e202824c62c8..8be1c58d532f2a2ff206f75227af59a2e5c104d7 100644 --- a/src/lib-sieve/plugins/ihave/ext-ihave-common.c +++ b/src/lib-sieve/plugins/ihave/ext-ihave-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/ihave/ext-ihave-common.h b/src/lib-sieve/plugins/ihave/ext-ihave-common.h index 65622f1e5c4b5cdac4521cb7c41022e8ebe2cc55..a85d5f0406d7983673b7f1663d805275f4fc1031 100644 --- a/src/lib-sieve/plugins/ihave/ext-ihave-common.h +++ b/src/lib-sieve/plugins/ihave/ext-ihave-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_IHAVE_COMMON_H diff --git a/src/lib-sieve/plugins/ihave/ext-ihave.c b/src/lib-sieve/plugins/ihave/ext-ihave.c index a621fee1b9fadbce40f67dec9c8f79331e15e22e..125eb9f5335441eef8b01d2189f53d5250a71b79 100644 --- a/src/lib-sieve/plugins/ihave/ext-ihave.c +++ b/src/lib-sieve/plugins/ihave/ext-ihave.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ /* Extension ihave diff --git a/src/lib-sieve/plugins/ihave/tst-ihave.c b/src/lib-sieve/plugins/ihave/tst-ihave.c index b864df636ea373c4296df699da6cc3dafce87f9f..a73fdfb40ab23e65979c6463584fbcb3325fb038 100644 --- a/src/lib-sieve/plugins/ihave/tst-ihave.c +++ b/src/lib-sieve/plugins/ihave/tst-ihave.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/imap4flags/cmd-flag.c b/src/lib-sieve/plugins/imap4flags/cmd-flag.c index 74e3e56a9330dae549cf21b6317ec04ed0eb4923..a23ffa226fbd05bbb68da59fb20812e765460c64 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b0b262334cf210823f70159b3762ce3987131738..04c2577331d74e25855c6f412084711b7682367f 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a5f19ab2761c840681818b342776b34a5d54bfa3..b85faf93d1cd2c45e033560e79384eefd21934ad 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 bfb952e7cdd56e32e98c7e1f4e152dcbeaf162bb..fb477edf8c5d91dc847a35b6e58b21f72bcae6fa 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 be6c93259c26304837bfcbf03aab8ae65af51161..64a893d84a4697e57f22484fe331c8b11cc70d6f 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 92b6e7a43402695947a80ef7938d2084e667f609..001f69c72fc4c890f906f8b021e2d02366229e20 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 36c9cd07ee68d25a321e3e748c9afa7d604defa1..be85f291d4638545f76e5e65307eed3ddb035974 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 903a1aa067836fc68cd8ac904eb794ff3a495678..680f69976a4006e40306c081ce581c260255651c 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 f9e54ec579d7e5db6016b4741302be92a71bc222..6247a67d4df8d055f15bbf3c9760d195d02c0d1a 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 8c85977647fe95eff0e5be0fd6e75388b77a16b0..a0dfd71046dcf8da86474911ac1224fdb19236ef 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 5e01f4fe0fef17be5020701dd99ac656f1f71443..2483be712e0d87c86caeeeff9b9c439dfc733e14 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0d9ca0b099a525212786ca47c7c0c33aebc5fb49..0910f92eb2ed995a1bff21140dfb6c3b62a76804 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 31b3a5fd5e775f4d50bf043034427942259a03cf..833c355f1ecf98dfa4068ebccf9f9ba8211ce39e 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 53b1131f03d51e8ff11809f0bd2e973b4d3b5e76..f2857da206f645ae388f1658737e0a49d2ed05e8 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 2501ff8a7e3a11f284656f681b81aab8578a9b1b..d59cb9659f667cd7bb06b2d149405c831ebbf5da 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a8fc61205a29d6a2fa13120837405655fa0fc107..1e229c980af51aa27f0e97c4b5a2dc786fd66a50 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/include/ext-include-variables.h b/src/lib-sieve/plugins/include/ext-include-variables.h index fabe29e982d82c014bf50b87b05e8b5b0e6cb1f1..f90b9ca6344f83dfabb340f056c0187ae15bf554 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 9172d5d0106e35190806eb18d44f3b48237b2be1..f765df1e5c740d241fad2c77c6f1f3bc1819b8d9 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1c289eaf92ba3be2e4abbf604ccc56586b04df8a..8a83f42b298fda7f173a2050064842c2659c5773 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 2a0ab67f62a5802ffc3a2e53ea95305f6b65559b..9a8879e8980d8ba19dc7828c679aefb145832a5b 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 22eb4e03daae4bca6f82e4446a957c7617ac7d5a..9e3dbfdade5f4321aa88a46bb1642928f6770071 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 852024b94fce23e18321f11ad9c2389b172578a1..15bb0cc7e0b5e47ae05119e012d5c7c1495cde26 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 8a70b729649da70a07a7569d7cc66d6bc2ec59b5..b2bc6b99ef61716e003e41a3950685174fa5d25f 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 9b87b1d4cd11eb7e3b74429d363229b1ba577b48..849662373eb37ba7362820eb5f3cde487fea2023 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 979b274b4a63f9751831ede6332b29368e3d827e..04ee6340e10db13b51d272a7a9c0e1aad07f467d 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 027f39e963eb366ced43c76baeec4441874d9a71..1b044350ffe38e7413614b4341eb29aca2a06ff6 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ef92ba72ad27d6987c16d47c3def6ef320442d02..d062e9c1ca834227f806c9e79aa98ec76e88d6a1 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 371a10797e0a4272ff4d7488defeaef366d44bb2..e119bc050e4cb83a0a08de32407d9b702c571399 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 4525b1212e2eed0af592c343c2e93bbf52898b7c..909c7c545259cfc119da5590e54218c78fcd97e5 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a4bb45a8c1268d35ede66226c9a76d3dff4b79af..20763dcabaa32f2622ec8b2bd198d8df8c0421ef 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b7aa564aa6c917a2add4c6d0722fde70c432ee29..dfa14bca255925ee1f401884f49db64fa8793662 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 4729ab0e76df48dbb64b84b4a19a8502842d948e..4710285db446ceed63da423e5178e3d80c4f7032 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 50fb9b7daa2b93bd07fc850cd22af028ce26701c..69e35691872816980426ed72e442f4ab72e50ec6 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7335daf29a93a7e5ecb5d3174c5d15e2f43d3380..bfc30085a34b43bf82eb51b93e2cf17bd93016de 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 db20dda856b3f3028ac72946b90cbaa50717723d..cd229dcf577a844a502c46773b3c88997ed3f710 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 114f7f6567df1b899bad95282bc5bc63510d8f45..95e23a56a4a9f5ff0c64beeeb7fd824208294744 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 54097d67e39153406c1d3e0c181526eb597cc7a2..3d95734221f67260d928868d3a97cdfe41e0fca7 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a93cdc0a28de02f5b0db69291c45e8ef1d767c0a..17ef96c1d3d7685292fccc535170cddf78b90890 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 d567a65dc68290f45356a8038766caf06670a55f..d610b69373f25b5764de1cfdf0a7358ee307ca34 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e56741e9f3b5bb65d903641979bae02a1e0ad805..42dda49c4eb02cb0c9ce4ebe9dd416ca63df575b 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 67b9e1fc29e33961d843c26ca9d6c3a0f0506931..78ef3ac67391de8d8e40a00ca1a06cbcf2213cff 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 bca19739876749edc580122c0baba31c7d8b5119..248c4998712f5a5e3711443fdc5fcedba2f18010 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 8398128ad6b16d99c832e2d9545e3fe2508a8c5e..e7196d1f884d6afc76e46ab6b8e0a79cd82f5c8c 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 3100f98e4db3511f4c58af7e2ef967ef501aa84f..819125fd6abf44085822c688cc9201432748cfdf 100644 --- a/src/lib-sieve/plugins/vacation/ext-vacation-common.c +++ b/src/lib-sieve/plugins/vacation/ext-vacation-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/vacation/ext-vacation-common.h b/src/lib-sieve/plugins/vacation/ext-vacation-common.h index 6ebdc6b37c88b49c51162f039393162403bed7b0..009564474163aaa3b0130ad3cc849fe0c5ae408c 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c9c6c0f724a367a7f12ee47f4aa94fe3a0d70958..0d99241e8e89d6a3cd3693cbb5b10b64d8873aeb 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7c08267303d5d60ad1b798dbf6e234176ae50582..9dc212d2aa6e2f35a1591f55fc700d344548c3bc 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 032ab46df5b575a1e446191b36861b6c20ff4d7d..a1d807ce3b3dd8e48a12eac9169a342b97b02294 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 768aa26798dfbd84d1efa36e894e987ebddda8a6..49fb06635fe329dd83816ee10342763160497244 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0e90596435ddd3cc420e507496057e25c242130c..51c7269e802fb634cac58ae395fe0ba289c46730 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 25d9a4a1853f01d8cc974e1825b9e5cf818a15dc..f4bd3bd1a74b8f3b791042075790996627493f81 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e55adcc09c5f1f2ec458f0fdd8028e7c898472ef..43a41ba5750680ab7919e3f85008f1740875ce63 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 13e329bcb17933124da73cec04ebf76f57dfe306..1228991516d503809b116affe65c80b117db79f6 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 37a0d36906768f45c0070e0f7f271b415bdd356f..b0a61bd9c253d5b380ad581a603d6872570cd33b 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 05bf3f0a689d41116cafde9570f9e23f1c5b853e..ba927cac4b00766baa39761f1557f614d466d197 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 27ef2f51495126a0e8390ad335bd26d1b67a9322..ed4aafb95283e33170da78aeefea922cba1f776c 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 f4a52b3b9f4e7502138a6c1ae6e4a40114585506..c525eb97553c83580fee9d6b7bf66d85f3652dc0 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 bc1fe3ad003999ee6472270c301b00b9ede9e260..564150a589927213ff1399626e35c511c5c49ad7 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0d9ea30c69a2adfe92d7b9e6e912ebaaced6f80b..9e68a989b2f1e2f421ac7a625f29f65daca0e161 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ebf42794684efdbc25d981d6a1f612ba578084e7..bf5498e1151b95b46ea17758cbdb058d6a2a2502 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 f3d1325786ed7737bde6078d436a564ccd7eac48..766e623cf87bc9b1fd68cff711d1f013828b01cf 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 9c64976f2c048e2db4a663350ffdca215aae51eb..a3dbaecccde566b965486574a2803e724b8aa6fa 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 dd7fe2aa64b8a35fa9d49547d5257acd1d363b06..742c62fec97fa7468c7fba938d7cd3a84d93ed1c 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e69707f2551f150033fa7d6384e29a55fd51ecda..56c2c5777b8736c1864609f2a4950eaca0112afa 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 bcf91c7dad7e4c02ac8718a892a595cae236317b..425936974f480e96b06fb4c15edcc316f1b4b25a 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 26eff0d19ec8d4997b51c422f61ce4db1062b7f1..37d382295bcf9a67fe8512b99710e10f40fa7f39 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h" diff --git a/src/lib-sieve/plugins/vnd.dovecot/debug/cmd-debug-log.c b/src/lib-sieve/plugins/vnd.dovecot/debug/cmd-debug-log.c index 2205ac2c2f949873a5b94294fb432ab7ddede997..af69ccde3c81cbdee021925e4756c6a48edfebbd 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/debug/cmd-debug-log.c +++ b/src/lib-sieve/plugins/vnd.dovecot/debug/cmd-debug-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/vnd.dovecot/debug/ext-debug-common.h b/src/lib-sieve/plugins/vnd.dovecot/debug/ext-debug-common.h index 05361ca9a22887e2d3f7bb45c840d02b21e57f1d..c4ac12f71e5dbdda68b70fa1c51b94e9311f4a6b 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/debug/ext-debug-common.h +++ b/src/lib-sieve/plugins/vnd.dovecot/debug/ext-debug-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_DEBUG_COMMON_H diff --git a/src/lib-sieve/plugins/vnd.dovecot/debug/ext-debug.c b/src/lib-sieve/plugins/vnd.dovecot/debug/ext-debug.c index be383016c8044959835fc671132e8d854a057cf2..1e15b93cfbf79393ccfc8c5b4943f789ce97379d 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/debug/ext-debug.c +++ b/src/lib-sieve/plugins/vnd.dovecot/debug/ext-debug.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ /* Extension debug diff --git a/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate-common.c b/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate-common.c index 210b8072caa50a2db91298afe6df0e5b17297ad4..836baafb6382c38812cbf9dea954ce1ab0936378 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate-common.c +++ b/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate-common.h b/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate-common.h index 9e171e04b092ec709207ee1f7bfda3defa387c6c..9d8e42015cc89b1c07f216ed8b2641ae15c43bf7 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate-common.h +++ b/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_DUPLICATE_COMMON_H diff --git a/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate.c b/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate.c index 649b43c5d69b9c345d83b57946912e05088306ba..b91c78ec05271516c3e937d8d252de2f4b82db5b 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate.c +++ b/src/lib-sieve/plugins/vnd.dovecot/duplicate/ext-duplicate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ /* Extension vnd.dovecot.duplicate diff --git a/src/lib-sieve/plugins/vnd.dovecot/duplicate/tst-duplicate.c b/src/lib-sieve/plugins/vnd.dovecot/duplicate/tst-duplicate.c index fc268291e46cbbdd9c0e36eb8002611afcb94829..4badb964471b555500e56bf989f79be7e1de9fc3 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/duplicate/tst-duplicate.c +++ b/src/lib-sieve/plugins/vnd.dovecot/duplicate/tst-duplicate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/rfc2822.c b/src/lib-sieve/rfc2822.c index 25ddced46364e2bc13a3905d53231ea3118848c4..fc2bb36418e4c66c511eb3508b11e898196193c0 100644 --- a/src/lib-sieve/rfc2822.c +++ b/src/lib-sieve/rfc2822.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 678a309b8ebe4ce0b2ba0176ebd32eafcc8a50af..2a943cfb2cd028705a50542ee74cb9986580c178 100644 --- a/src/lib-sieve/rfc2822.h +++ b/src/lib-sieve/rfc2822.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c5f6fbe527fe5259573c1b43ccd8cb35cc14c572..e39db4935a7f87ad18fac7b380d8634446a42db6 100644 --- a/src/lib-sieve/sieve-actions.c +++ b/src/lib-sieve/sieve-actions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 d90b6e0d8bfb4ce8817f015df513fcc4b90dab75..f932228f9b40ddcb8d36d8c792675cb91b6176ca 100644 --- a/src/lib-sieve/sieve-actions.h +++ b/src/lib-sieve/sieve-actions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a8aeaa71f7c518e41e86f4e9b0869847f1ea552f..c9623951d27eac19e6d5deed07f32ff9e6bf5269 100644 --- a/src/lib-sieve/sieve-address-parts.c +++ b/src/lib-sieve/sieve-address-parts.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c2ce04bec48dfa868d4c0d2f4156479bf4c06db7..2884803931237198bcdb2767c69e366b7e949315 100644 --- a/src/lib-sieve/sieve-address-parts.h +++ b/src/lib-sieve/sieve-address-parts.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 08cf540a60a9890ac59403ff9d6e689f5f7396e0..18e429d2f956f2d9a6132b2c893e06eb41259587 100644 --- a/src/lib-sieve/sieve-address.c +++ b/src/lib-sieve/sieve-address.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 042424a00e04a3fc5527982f780124eaff8f89ac..5fe027fa9915ae81e07d11af985450f79f201056 100644 --- a/src/lib-sieve/sieve-address.h +++ b/src/lib-sieve/sieve-address.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 64510d47c25341431cdde75b7d585fb01cd3b1d3..c5fdd0e68aaca44e2fef25b533c15b6138660fdb 100644 --- a/src/lib-sieve/sieve-ast.c +++ b/src/lib-sieve/sieve-ast.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 16cb2215ddd2c347d0288cd9cff9fe3147c7b675..2be63c5b7e448650dede3ee7dbbb97218809fce0 100644 --- a/src/lib-sieve/sieve-ast.h +++ b/src/lib-sieve/sieve-ast.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 92202beb1a3240b0f02d50f098fec9a3f237c27a..e161dd75f8b7c195802746deed451911fdba6845 100644 --- a/src/lib-sieve/sieve-binary-code.c +++ b/src/lib-sieve/sieve-binary-code.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 09e07ff9ab72e78454c8669c7e3a8f200167296c..5fb1149ddd81dfcb8ee9c543f0ee117306f4f39c 100644 --- a/src/lib-sieve/sieve-binary-debug.c +++ b/src/lib-sieve/sieve-binary-debug.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a8ec957e58fe8ebd24e8c165a6d095e2fe8aa421..1cbcd1ffc09b86f3c073014b14a7e4cc4642159a 100644 --- a/src/lib-sieve/sieve-binary-dumper.c +++ b/src/lib-sieve/sieve-binary-dumper.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 8408fcc3e279c848418b3146b7d7f9413c509212..3ce41336bb0dc326d76085dbfc0994eb29e7487f 100644 --- a/src/lib-sieve/sieve-binary-dumper.h +++ b/src/lib-sieve/sieve-binary-dumper.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 3c8e92aeeaaaeadcb473c7287b7175f7ee0dd403..0f68b37eb73d1d0820eb063f659aa75f6eaf8ec5 100644 --- a/src/lib-sieve/sieve-binary-file.c +++ b/src/lib-sieve/sieve-binary-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 4433e06e12ede3768fa4a2edafa5303f4265869f..c87f5413a0bb081daa74517b1504eb501122438e 100644 --- a/src/lib-sieve/sieve-binary-private.h +++ b/src/lib-sieve/sieve-binary-private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 45ae9e8d81a5bbb43e529e4cd0f7962164923ab4..10fe41ecc86aeb45f626cbeeb0b7989ca26ceab0 100644 --- a/src/lib-sieve/sieve-binary.c +++ b/src/lib-sieve/sieve-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0c74e9dea2d503c33d8a6cbdc8c67e07b600c34b..b1e9afc597f9636233cf87b692da1575d9465059 100644 --- a/src/lib-sieve/sieve-binary.h +++ b/src/lib-sieve/sieve-binary.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 de7f958fc0818d60c65c177e22c4dc6112bd25b2..77e25b3ab629258ac0043c5344d3d7de4078e238 100644 --- a/src/lib-sieve/sieve-code-dumper.c +++ b/src/lib-sieve/sieve-code-dumper.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 8df89fcb473921be806ed6501ccc4fb5f2b9017f..91e43a557fa362639af537a10cd487d52e5b7460 100644 --- a/src/lib-sieve/sieve-code-dumper.h +++ b/src/lib-sieve/sieve-code-dumper.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7cfd9842f008e881c798a10fa5ee47e89ca984e3..07fc73f5a53b71b98b4f0c8f668dd1db6987a482 100644 --- a/src/lib-sieve/sieve-code.c +++ b/src/lib-sieve/sieve-code.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 6a67b873a192aa5c1d02c3278ca0b181cda043b8..d18039659614d6fa01ae74edc263ff81a255a458 100644 --- a/src/lib-sieve/sieve-code.h +++ b/src/lib-sieve/sieve-code.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 4330834dae3ed66308d823c6930df84d12b4b2a2..8e96e8292f7dbee4d4686a31f02ffc34210a70e5 100644 --- a/src/lib-sieve/sieve-commands.c +++ b/src/lib-sieve/sieve-commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b5bf262b88e3e786555c34219b4035230acab3ef..1ce831310eb0e32dfc95939bcdac4209c7a5d09c 100644 --- a/src/lib-sieve/sieve-commands.h +++ b/src/lib-sieve/sieve-commands.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 912560bdc7ce572fc33d505cb081db03013dd3bc..b9671e828327e5abad7064e081196b4e70e5596e 100644 --- a/src/lib-sieve/sieve-common.h +++ b/src/lib-sieve/sieve-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 86491b2fd6dfc1193606bb03b516c7bd772c4baa..5f83631765b3269935fc7a2ee9613058d2eb8e05 100644 --- a/src/lib-sieve/sieve-comparators.c +++ b/src/lib-sieve/sieve-comparators.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b249610aab7f9167e00ee8e295dde1d3558aee1c..b8aa8d50e43b8cbb194280be16d3efacc1c2e4ca 100644 --- a/src/lib-sieve/sieve-comparators.h +++ b/src/lib-sieve/sieve-comparators.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 362b4f077192339e1b51c6103ac2c8af60fc9ca1..c987391659b5a27b3ba5e6eb15d6b2c2f9c9b58c 100644 --- a/src/lib-sieve/sieve-config.h +++ b/src/lib-sieve/sieve-config.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1c487e32c5c14feb073fead2f0020d00708ad62d..5a40400c754fa5ae3c165e0bc017c5cffcd9bd64 100644 --- a/src/lib-sieve/sieve-dump.h +++ b/src/lib-sieve/sieve-dump.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 50d03a732b292d03a546c3d7de9c610c0c5942f2..0c5301211c30b6d277b0829b1363b1750aac87f8 100644 --- a/src/lib-sieve/sieve-error-private.h +++ b/src/lib-sieve/sieve-error-private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7796746010fe18e160ceb691a571482b12a748ea..0a5e2ce4c3300af09ef896adfcfa6e30dd59e5e0 100644 --- a/src/lib-sieve/sieve-error.c +++ b/src/lib-sieve/sieve-error.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 3fc36dc8d7523cc8029732b81c703a3a9dbbd3f8..35498872fce05da2cc04b07568c36dfd97d0b3bd 100644 --- a/src/lib-sieve/sieve-error.h +++ b/src/lib-sieve/sieve-error.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 fc5318400146a959ab5d1af112164541d610004e..bc3c4a2dd31954d15974bd006b52b42fc490af5a 100644 --- a/src/lib-sieve/sieve-extensions.c +++ b/src/lib-sieve/sieve-extensions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 4f2376b35834714042cf30d8f16ee6f54506440d..d1bcf5aeb7f5a9f34df192d5052411bb896ab8d5 100644 --- a/src/lib-sieve/sieve-extensions.h +++ b/src/lib-sieve/sieve-extensions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e76e8a82d5fd690e2651b384ca7779e9118b0482..fdbf7e53b5df84e49d4c24c84b8e6d0e0e852e86 100644 --- a/src/lib-sieve/sieve-generator.c +++ b/src/lib-sieve/sieve-generator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1bbc67ca6082681a939361d233ac67cbb2dfc10a..30a742649c7ead8721cf64775e2d7a893f488364 100644 --- a/src/lib-sieve/sieve-generator.h +++ b/src/lib-sieve/sieve-generator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 3959d7c2a533bfc67ae14592506e7e79adcd8978..42409c14ba2c2c53837ec427e5397dc8c282e5a7 100644 --- a/src/lib-sieve/sieve-interpreter.c +++ b/src/lib-sieve/sieve-interpreter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 8c566358a6a8209fc8e27dc77255f9a30927c61f..f0442bfc3fe9450ef5e021525e4487a16c5f5c97 100644 --- a/src/lib-sieve/sieve-interpreter.h +++ b/src/lib-sieve/sieve-interpreter.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e7527fe7e358a55df41eb40a949d89295f8d8e0d..7218b646ca979321f8286c9f0bc23f7fef40fd00 100644 --- a/src/lib-sieve/sieve-lexer.c +++ b/src/lib-sieve/sieve-lexer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 96888efb9826126133e4f1f4a9bd28615796a3ab..62d5ff19ac9c94e12a9bdc48bc5b4b4b93e5b369 100644 --- a/src/lib-sieve/sieve-lexer.h +++ b/src/lib-sieve/sieve-lexer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 69b40f17e18638d52c15caf79fff61a2e06b2747..52916fa8c64b5930bd1cada7cd85594f210847c2 100644 --- a/src/lib-sieve/sieve-limits.h +++ b/src/lib-sieve/sieve-limits.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e8025da0f888cb98e7d61f1e7ac45433bdea2fb4..150a82f9ab9a3a2a020650bcf647b11787cab604 100644 --- a/src/lib-sieve/sieve-match-types.c +++ b/src/lib-sieve/sieve-match-types.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1da010e3e75b49beaea0545887a021769b2ac746..acde95facfa4237d22912fac6b1975e80cd84d62 100644 --- a/src/lib-sieve/sieve-match-types.h +++ b/src/lib-sieve/sieve-match-types.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c014ed1e88a1f960c110a469fe58090239c191a1..ee2f32b4ad76378027b609bb2c7fd0530ee48007 100644 --- a/src/lib-sieve/sieve-match.c +++ b/src/lib-sieve/sieve-match.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 f06f55086fc0a7d7cf4342860aee1ba72183753d..91f0cecdc7c62f8ca8405589a3aed1344d85e5ba 100644 --- a/src/lib-sieve/sieve-match.h +++ b/src/lib-sieve/sieve-match.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b5275861a2b078b2f5b8bb22a08766770189b9e3..df90d6e9363aa12157c84105a9ecbaa5d0bfbd9d 100644 --- a/src/lib-sieve/sieve-message.c +++ b/src/lib-sieve/sieve-message.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b0f62a55830fcc97b8476cbd42635aabd1e40264..8f88e2902e6a711d386b547c66222f94f2005b9e 100644 --- a/src/lib-sieve/sieve-message.h +++ b/src/lib-sieve/sieve-message.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 69b6b854770ca6303b25ed2c95bee57172f13fca..8ede0a051cc60db88ab09308066dd146ad66451b 100644 --- a/src/lib-sieve/sieve-objects.c +++ b/src/lib-sieve/sieve-objects.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b83d6777dfe3dc07328eb183ca7c40f412ebeb81..bd0581564b45928dc55b6c6e817b9c264ade074c 100644 --- a/src/lib-sieve/sieve-objects.h +++ b/src/lib-sieve/sieve-objects.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1811a07fac128e340f0c61b6dc43b62785d1cc35..f27998a92ab05609128c5d536494ab2219f0e069 100644 --- a/src/lib-sieve/sieve-parser.c +++ b/src/lib-sieve/sieve-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 490ff7d01ecc247b719810b0dd2c2fb388b7069e..139c2ff5b71660f8d15a79a47731456365723d2b 100644 --- a/src/lib-sieve/sieve-parser.h +++ b/src/lib-sieve/sieve-parser.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 088d8825c250ec851f20d86f991c6eac465e20fd..2fdcf422c3fbf3017d23ed8dd746e36c56d49032 100644 --- a/src/lib-sieve/sieve-plugins.c +++ b/src/lib-sieve/sieve-plugins.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 80e54c538ed62ba1e8be98e0b79082bcee968333..6ce370670615ea514136c135530ccb6ab4f1ce3c 100644 --- a/src/lib-sieve/sieve-plugins.h +++ b/src/lib-sieve/sieve-plugins.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 6cb37410862fe3eff9122136de3a8e4cacecd5ef..a67dc4e77679fbb9968ffbef6f5a23ff08eb37ac 100644 --- a/src/lib-sieve/sieve-result.c +++ b/src/lib-sieve/sieve-result.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 04ceaa12664dfc6272ebf0cdd9e58d2c22597d0c..804bdc6a30353e0b9dda1ba34d4ae5cf86c5b61d 100644 --- a/src/lib-sieve/sieve-result.h +++ b/src/lib-sieve/sieve-result.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 122001482bfa310b8f04641ce2a9e9a557431559..3de812aba9edbcb7fb3203d3972de91dba07e29c 100644 --- a/src/lib-sieve/sieve-runtime-trace.c +++ b/src/lib-sieve/sieve-runtime-trace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 778f3fc212281007d9e4a1b86ddfdcfb03367a99..0911ff08185c14d0d5b464cb61a67158c5b2cf91 100644 --- a/src/lib-sieve/sieve-runtime-trace.h +++ b/src/lib-sieve/sieve-runtime-trace.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c37b9557325ad68b6e0678524670fcaf531494de..7b11505e9016048f113180d574ec7598da097f86 100644 --- a/src/lib-sieve/sieve-runtime.h +++ b/src/lib-sieve/sieve-runtime.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_RUNTIME_H diff --git a/src/lib-sieve/sieve-script-dict.c b/src/lib-sieve/sieve-script-dict.c index 5e3ab9dcddcbbaf3e573e22118e4bb625d44c534..62605281955e7baa5594b44a604cd01bd7f590a7 100644 --- a/src/lib-sieve/sieve-script-dict.c +++ b/src/lib-sieve/sieve-script-dict.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/sieve-script-file.c b/src/lib-sieve/sieve-script-file.c index 2e3bf60d7eb4d5dc1fa8dd1f1a115e05945bdef6..18df9fb3957340c4dd45c617092215ac12aa29eb 100644 --- a/src/lib-sieve/sieve-script-file.c +++ b/src/lib-sieve/sieve-script-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/sieve-script-file.h b/src/lib-sieve/sieve-script-file.h index a2ebcfe204c6980eee731ab6beaa503c2edc0d8f..2a41932aacf677fea07d6f049fdd33fb11dee1c7 100644 --- a/src/lib-sieve/sieve-script-file.h +++ b/src/lib-sieve/sieve-script-file.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_SCRIPT_FILE_H diff --git a/src/lib-sieve/sieve-script-private.h b/src/lib-sieve/sieve-script-private.h index 955885226c678413250ee3d35772659885bcec05..753d64a6b8031e4336468364fbb6fa464eb0749a 100644 --- a/src/lib-sieve/sieve-script-private.h +++ b/src/lib-sieve/sieve-script-private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c1e5d41f42ce880c076dbff215d1dbceb6d49e2a..ced71c99971af329c3862de348d679bfca8c3f67 100644 --- a/src/lib-sieve/sieve-script.c +++ b/src/lib-sieve/sieve-script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1d9a42518086ec79f5f21d0fa41b3b48107dace2..74c02b823b4d9110d3a59c6d6b8675e5674d607c 100644 --- a/src/lib-sieve/sieve-script.h +++ b/src/lib-sieve/sieve-script.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0ab26b9329eea86a8f4464676a5af4ec6414848c..1cc0dfc5ecb234a304730bd1f484605deb8e5e16 100644 --- a/src/lib-sieve/sieve-settings.c +++ b/src/lib-sieve/sieve-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c835d686ed765339e0846a4eb3805d5733035f0e..2a60ef0756bdfee0849aae838468f5cf2d12a674 100644 --- a/src/lib-sieve/sieve-settings.h +++ b/src/lib-sieve/sieve-settings.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 292ba69ecd8154d26f1c58c3267d9dcf15a0c4a4..b4102a4086fbe9de7efb2365ca51aa6012dc5dcb 100644 --- a/src/lib-sieve/sieve-smtp.c +++ b/src/lib-sieve/sieve-smtp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 02aab5fa31d0b63dbfd12cc95e15a82d75985d41..63b7cbe07fc76d9d2d5c9fadc5bcbea9d63947ba 100644 --- a/src/lib-sieve/sieve-smtp.h +++ b/src/lib-sieve/sieve-smtp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 022a8806ead005384295bc06d10a5227478a1ed8..01e9c5d04900a3f37ca00216013f399a0d49e87d 100644 --- a/src/lib-sieve/sieve-stringlist.c +++ b/src/lib-sieve/sieve-stringlist.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 fd64be115bf8a0c3b836fa9d4209c76f29d46c07..6c2cb7bb090a7623dcff5aee028c72ae7a77a3b0 100644 --- a/src/lib-sieve/sieve-stringlist.h +++ b/src/lib-sieve/sieve-stringlist.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ea1b6b6958914aa1a2200dd72ff224e592a9232f..f448888d601ba7de1fdbebacfce8d542824a6609 100644 --- a/src/lib-sieve/sieve-types.h +++ b/src/lib-sieve/sieve-types.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 59127c489970810cf81c8b7cd7c280f3bd6a3ce6..9763f6252b24f232abc77411cd5687c453319aa0 100644 --- a/src/lib-sieve/sieve-validator.c +++ b/src/lib-sieve/sieve-validator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ce10d60244e51d4ff8468f9b2b98e76999d8c5ea..6ee34d1ad88bbda605fcb29b10073b3459acb12a 100644 --- a/src/lib-sieve/sieve-validator.h +++ b/src/lib-sieve/sieve-validator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 f0d5521912feabcdb95fa5885ff36704cec43b09..e251cc351e8e33e0e64ce4d5ea88ed7f988202a4 100644 --- a/src/lib-sieve/sieve.c +++ b/src/lib-sieve/sieve.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e5a98338bf24125eefe1fc215978665470edea97..b756c1dc57af6e1106a9fc0905c36275510f81b8 100644 --- a/src/lib-sieve/sieve.h +++ b/src/lib-sieve/sieve.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 f9cdd5bb781189306fa751f6c059ee354a6e718e..9cc95c8a8b320339dfaf5c6639eee1c7dda24e47 100644 --- a/src/lib-sieve/tst-address.c +++ b/src/lib-sieve/tst-address.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 bd3fcbd8309352afd06a0cab297e8b1144a6bcf6..1b67cbaa57b2b283f57329effafa4f654b794fff 100644 --- a/src/lib-sieve/tst-allof.c +++ b/src/lib-sieve/tst-allof.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 13221897af4da696741719a90061462e6e5025b7..7b1294f5bebbbfb8f248cda766bcb43d5093be7e 100644 --- a/src/lib-sieve/tst-anyof.c +++ b/src/lib-sieve/tst-anyof.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7b73021f1bfa72be503b7f07d9b80a9c559f582e..97f61844a58eb6b07369893b24ecd1290bbf6c56 100644 --- a/src/lib-sieve/tst-exists.c +++ b/src/lib-sieve/tst-exists.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c830c05bed03611d4e1f66d42ba6820453f702b9..b933421bc7cea2778d0a67eb6ede18f06292972b 100644 --- a/src/lib-sieve/tst-header.c +++ b/src/lib-sieve/tst-header.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 30a6d234a2adb346d22e7cf24589e186bbe79afb..e046c7248025292293afcc69b83df8d44ec7410c 100644 --- a/src/lib-sieve/tst-not.c +++ b/src/lib-sieve/tst-not.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 9f2b1ce3656fab9a7bc3920cd6934a7e013c2e84..2a1fcec28c8ea525a97c655c402383b523899b7b 100644 --- a/src/lib-sieve/tst-size.c +++ b/src/lib-sieve/tst-size.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 93afc8406c23f5c858dd56a0508cab0e0616d7e8..5859201a74b338692506cdd6fde3eea308d6b1f1 100644 --- a/src/lib-sieve/tst-truefalse.c +++ b/src/lib-sieve/tst-truefalse.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b34625358d9ff1ca7edd5a8e21e2708b01ca8e36..72b5962869e1e375e6f409fa31d028083d1cf6d6 100644 --- a/src/lib-sievestorage/sieve-storage-list.c +++ b/src/lib-sievestorage/sieve-storage-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 35f89a27a552730f30070a7d1e1f1e4edcb82c07..afca824ad5dc3dd63c48c57ba4946e7ee206d338 100644 --- a/src/lib-sievestorage/sieve-storage-list.h +++ b/src/lib-sievestorage/sieve-storage-list.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 9727c6de01250df3929b43227442415a44cad1c7..e4ebb028cd9f3368b24905cb627e152fda61a588 100644 --- a/src/lib-sievestorage/sieve-storage-private.h +++ b/src/lib-sievestorage/sieve-storage-private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b0c42316e5c63e06a37ff371b3c8a16d5084aa75..ceb1924c2b8c3af2ea6aea69cb4622971fbea4d4 100644 --- a/src/lib-sievestorage/sieve-storage-quota.c +++ b/src/lib-sievestorage/sieve-storage-quota.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 245e1d2e05e9a4661d50cc6adc332452049bfea3..20f20476bb4dd096e1cc4b4dc6d0ca11516f07fc 100644 --- a/src/lib-sievestorage/sieve-storage-quota.h +++ b/src/lib-sievestorage/sieve-storage-quota.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 d1ce6867ec1425e1f1d5943e17e5de5c5aff328c..b510df60a355d39a8113b4ae6635c827c748d493 100644 --- a/src/lib-sievestorage/sieve-storage-save.c +++ b/src/lib-sievestorage/sieve-storage-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0e3d830209209fceafa378d5e37c59f7b42b627f..0e44f5273eaa4d72958bccee81186ad3e32fdbf4 100644 --- a/src/lib-sievestorage/sieve-storage-save.h +++ b/src/lib-sievestorage/sieve-storage-save.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 cd41ee8cbd35c72fc37649a5ca796f272b956bac..5cffe117c93031461b319f6d86b7cede38f70a0f 100644 --- a/src/lib-sievestorage/sieve-storage-script.c +++ b/src/lib-sievestorage/sieve-storage-script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7b5b5145e8cd06eb5dd4264f3be0cc44c8d8190c..2682927dd708f39b27e213e80089d59bd9d2a85c 100644 --- a/src/lib-sievestorage/sieve-storage-script.h +++ b/src/lib-sievestorage/sieve-storage-script.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 8ed3738d7bb4cb11e3f1fd32c9842f1edab77925..d7ee9d495e6f32d6474be4f423fa11a2c79536c1 100644 --- a/src/lib-sievestorage/sieve-storage.c +++ b/src/lib-sievestorage/sieve-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 3912becfe847773c22c09624f417dbbcf4c7a0de..c789f084ede848adaa41165eb9c180f2be9ca3f7 100644 --- a/src/lib-sievestorage/sieve-storage.h +++ b/src/lib-sievestorage/sieve-storage.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 de698f6dc7f60e5cfee2d2c903faf60982468091..7ebdd41183048bb594dee9fa90644cb9ff50bc53 100644 --- a/src/managesieve-login/client-authenticate.c +++ b/src/managesieve-login/client-authenticate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 2a5071762247c419b6cebc9d3010c663f9efa937..18e884127ed2908057af693c908673acd99973f9 100644 --- a/src/managesieve-login/client-authenticate.h +++ b/src/managesieve-login/client-authenticate.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1798590ed4466f00d9f8e6c13743dcfa969a455b..9ce677a920077e7e257d2041fb5fa3ff6d7dab4f 100644 --- a/src/managesieve-login/client.c +++ b/src/managesieve-login/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 78c7573d46514b7aa528c1d7da0a614b920ee992..b3449c508f11d45787c57fb7a1c355764829baa1 100644 --- a/src/managesieve-login/client.h +++ b/src/managesieve-login/client.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 f31af051d53576fbc3cf24854c90f8859d0c5164..64b0acb8ea0f4b145d88fc3191aa6c82322ae06e 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 fd6947945331d0cc13f09f55dc04db85c54f2c09..02b19ac4c92bb31e3aeb13c460d21ce0daf5e461 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c4ca0c2a256edb0c33065d69e297176d0f1bf851..6f727154daec4d3aa026002f5a62f008ad1cbe36 100644 --- a/src/managesieve-login/managesieve-login-settings.c +++ b/src/managesieve-login/managesieve-login-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c0a4eb34d20741b5a222dab1a4da2e635c460564..c4febc655fba01118ffa8a107d30a39a8d488f17 100644 --- a/src/managesieve-login/managesieve-login-settings.h +++ b/src/managesieve-login/managesieve-login-settings.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 34c55cca2c0066128fc167d0860a124aee46727b..5c8e547fe7a86193a089950f08f4134443935da3 100644 --- a/src/managesieve-login/managesieve-proxy.c +++ b/src/managesieve-login/managesieve-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 16e93bc0cf9333b46aa393f2b85875d6ab5a6788..0048f54e44301fcfaf71a96b5f44998bbf1e585b 100644 --- a/src/managesieve-login/managesieve-proxy.h +++ b/src/managesieve-login/managesieve-proxy.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 98e3566039b3ff8ee80501ea78b5df9153956a7e..0ee006d1e19f53916f456e92ff7b8772824aa457 100644 --- a/src/managesieve/cmd-capability.c +++ b/src/managesieve/cmd-capability.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e5f30ac56576f3994ba84db2b59cc72224f59476..8b880dbd68267ac72d1fb7ab00b0784d1a49b576 100644 --- a/src/managesieve/cmd-deletescript.c +++ b/src/managesieve/cmd-deletescript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 232fe1a9065040776b85f1ee11359d2afaa2ea8d..08bd8f3c16d523b6aa09c71de02fc7c6f2df1c02 100644 --- a/src/managesieve/cmd-getscript.c +++ b/src/managesieve/cmd-getscript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 5c2f62bf74b7961be95f2e4b83a1bc98bcdcf795..3b64b1ea5dae49912b954961576fd585239fdfb3 100644 --- a/src/managesieve/cmd-havespace.c +++ b/src/managesieve/cmd-havespace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 4917c4251ccee61b12d151797b3bf8b20115db52..3a7ef3af9fdaca736704ccf76c6f504a224bd506 100644 --- a/src/managesieve/cmd-listscripts.c +++ b/src/managesieve/cmd-listscripts.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 d55a5b258940353af2f1babb7cb86d6f467ac2b6..36a8f6fd25a65321e2ad0b5bb97cf56e6a9d4ddb 100644 --- a/src/managesieve/cmd-logout.c +++ b/src/managesieve/cmd-logout.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 65f1ed1a142822fd303f3d4e06860b8b496b6309..5bd362537320943856b2e58b777d74dec73d740c 100644 --- a/src/managesieve/cmd-noop.c +++ b/src/managesieve/cmd-noop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b9089b6f377a49263b5a3cdf2e4203df11c91afd..8ab8a4d39081b6767cd81cf50fde3dff5dd7a10f 100644 --- a/src/managesieve/cmd-putscript.c +++ b/src/managesieve/cmd-putscript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7292505e0d7f699b462797ff5aaef883ee57fe11..f260807f5b8d7e7026ea32b3fc3f0eaa34eafb36 100644 --- a/src/managesieve/cmd-renamescript.c +++ b/src/managesieve/cmd-renamescript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1f24c1d6a4e6e0c70a3815ee4a8050cdcd2d897b..06fbf8def6e8af5fa8792c4ce93d7dc4dfc63dbb 100644 --- a/src/managesieve/cmd-setactive.c +++ b/src/managesieve/cmd-setactive.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/managesieve/main.c b/src/managesieve/main.c index 4d579d3d0b2b1fe506e55bd3c43d2b328c486f42..5f18f940399ccef889c91933b83ebcdf5ade7ac0 100644 --- a/src/managesieve/main.c +++ b/src/managesieve/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 cca3b144dda6e23f46730cd644360ba04cf5dab7..fd8ffd630b4d93ab2716bcc131355cac0efd2305 100644 --- a/src/managesieve/managesieve-capabilities.c +++ b/src/managesieve/managesieve-capabilities.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 9fb9afea5d63e445f0ae84fc42b7202b8b94c0f7..02d2ad650a0bff2601cf11d59fc385c195525e54 100644 --- a/src/managesieve/managesieve-capabilities.h +++ b/src/managesieve/managesieve-capabilities.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ec6c650d0a72800d2fbcd7c0786b407fea02edf6..ade670b7a759da5eb7f00d1af99444653a51546d 100644 --- a/src/managesieve/managesieve-client.c +++ b/src/managesieve/managesieve-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 d569a028d97653e47a667a7cfbdf2d0aa3528413..9665cd3664017a4c67013e2df836338cf3acf39e 100644 --- a/src/managesieve/managesieve-client.h +++ b/src/managesieve/managesieve-client.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 f62512c80fcca61151d081acb73220dc57ba4585..34531c5d634305e4ccf6c862a4284d50d216aabb 100644 --- a/src/managesieve/managesieve-commands.c +++ b/src/managesieve/managesieve-commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 88f60429a1fc394c617d554477e4cf375ce0e2f3..b61b84fadcc993c46f98346e685525a6bbb56bf2 100644 --- a/src/managesieve/managesieve-commands.h +++ b/src/managesieve/managesieve-commands.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 6f3591e323c728a2099718d466ef9b668e0307e3..e17d457964a116ea88172c997b248ba6fe0dde79 100644 --- a/src/managesieve/managesieve-common.h +++ b/src/managesieve/managesieve-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c36956ed31b63391f4d82d3af278fbe22a2991ea..e8c83739d50a048bc5f8578c6dd46c7141b5aa59 100644 --- a/src/managesieve/managesieve-quota.c +++ b/src/managesieve/managesieve-quota.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1e9146bab3a3a1f4f45e2669b8afdba998e95984..97e68c62cfd290a2ca28d06e2b5ff8b9ba683ab5 100644 --- a/src/managesieve/managesieve-quota.h +++ b/src/managesieve/managesieve-quota.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 16efd097740610b1ccfa13d1e049393294a9d1e1..f22b404658e98807a30177d6167bc66ae1ada9dd 100644 --- a/src/managesieve/managesieve-settings.c +++ b/src/managesieve/managesieve-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0c21a077bf5af47e5da3a37f28d828b94aa80f4d..a343c009222844fbe6fcf090bb2b5562b7081dc2 100644 --- a/src/managesieve/managesieve-settings.h +++ b/src/managesieve/managesieve-settings.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __MANAGESIEVE_SETTINGS_H diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-plugin.c b/src/plugins/doveadm-sieve/doveadm-sieve-plugin.c index 606bc9ff2d90c4ff6ab53e3449245a0bc87acd78..120f49842529d652095407b2c3a123e701450bf2 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-plugin.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-plugin.c @@ -1,4 +1,5 @@ -/* Copyright (c) 2013 Dovecot authors, see the included COPYING file */ +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file + */ #include "lib.h" #include "ioloop.h" diff --git a/src/plugins/lda-sieve/lda-sieve-plugin.c b/src/plugins/lda-sieve/lda-sieve-plugin.c index f9d790033492748f7860e497b145ad94c3748799..19eee3c85af774bd6166eab677fc2bd6bc82f753 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a3916a63025ffe2f6ad8bf46243d2f0e025595c7..6efe556183c8d8121447724530512aba2a827749 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-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __LDA_SIEVE_PLUGIN_H diff --git a/src/sieve-tools/sieve-dump.c b/src/sieve-tools/sieve-dump.c index 20cc31aa41b505d600363719938fa46df9b77200..7c06aa6c8bed86ea2c2525e8997676d7b9375be6 100644 --- a/src/sieve-tools/sieve-dump.c +++ b/src/sieve-tools/sieve-dump.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 279cb923ce9f25f37bec795477426daa9dc08286..af3554f09a7cc8ef7abbeb99116d301b2394e926 100644 --- a/src/sieve-tools/sieve-filter.c +++ b/src/sieve-tools/sieve-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 b1ffe7b1cdb0ed09838d50e7887c5bb49edd8b7d..3c78153ce42dc439399871b57fafd4850e50ae2e 100644 --- a/src/sieve-tools/sieve-test.c +++ b/src/sieve-tools/sieve-test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7055dfcaad7d7cb2d9a9b0f2c47007ca94dd1a9e..ff0a79e65a37a1225b18317ef9fbc142f65f85b3 100644 --- a/src/sieve-tools/sievec.c +++ b/src/sieve-tools/sievec.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ff12bc89aa4b1e95bb65995f19a02845e7ec6eb2..adb26c0c4d2f79f140bf0a3018e49ae687c163ad 100644 --- a/src/testsuite/cmd-test-binary.c +++ b/src/testsuite/cmd-test-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 adb3692a195144f2319e67bbfd873c9be76d9b1f..07e521db272b4092fd76b65724ca27df5a7852a4 100644 --- a/src/testsuite/cmd-test-config.c +++ b/src/testsuite/cmd-test-config.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 96e98df23b226cc7595fea0e4a8e53c8ab9834db..04df278c0208d9cd7e47e4443fbdfece16cf233d 100644 --- a/src/testsuite/cmd-test-fail.c +++ b/src/testsuite/cmd-test-fail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 0c72c0b586b627893761add74436f09f6c5c8cb3..2b34022c44a670565963620700ef433f20fbc4bd 100644 --- a/src/testsuite/cmd-test-mailbox.c +++ b/src/testsuite/cmd-test-mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 01eaff2cce74c25d9b9919de8cdf5c4cbbdc5588..dd425623386e7c8b734924b18f5bc20b95ec8f62 100644 --- a/src/testsuite/cmd-test-message.c +++ b/src/testsuite/cmd-test-message.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/testsuite/cmd-test-result.c b/src/testsuite/cmd-test-result.c index 9e42bcd7bad64b2607779db4ac87b045a0acb11c..1a35bc10419e32f8d80717c3992bdb711fbe816c 100644 --- a/src/testsuite/cmd-test-result.c +++ b/src/testsuite/cmd-test-result.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 28a8af095c28a0d3582e52b33bc99bf8843d4abd..41c9e7a5aac262f487be745d865938b2eaf011d5 100644 --- a/src/testsuite/cmd-test-set.c +++ b/src/testsuite/cmd-test-set.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1301e1fe5f437dd79e78c85768b0531589d9dd0c..b0ed2914b913c648f324b44cfc7bb6795b719a03 100644 --- a/src/testsuite/cmd-test.c +++ b/src/testsuite/cmd-test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 bd5ecef5a8ddfd95319bc41f59e8b8ceb4b85de1..4754d5e0125ba2836e8f19531e916fe70191fc64 100644 --- a/src/testsuite/ext-testsuite.c +++ b/src/testsuite/ext-testsuite.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ /* Extension testsuite diff --git a/src/testsuite/testsuite-arguments.c b/src/testsuite/testsuite-arguments.c index 6071cade0c1736096b0bb8dec92a9a219c39495a..6e70177c9985b06a72525e9e5f8a8113ce71be3b 100644 --- a/src/testsuite/testsuite-arguments.c +++ b/src/testsuite/testsuite-arguments.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 d81cf8e36aa8da1cf852493b339bacb8b8b986cf..17dcb3d03357b4af175edf3e6ae6d27a16fa3207 100644 --- a/src/testsuite/testsuite-arguments.h +++ b/src/testsuite/testsuite-arguments.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 210b2cb390f4ddbdf274556de9434ebb299408ec..ea0b984be7f764c5aa114efb70c125ea6e35c214 100644 --- a/src/testsuite/testsuite-binary.c +++ b/src/testsuite/testsuite-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 cc20492f9bdbc982baee4aee1dcdc011e8345126..7879c81fa40eafc1eebb8426f5a5d4b7ee1325f6 100644 --- a/src/testsuite/testsuite-binary.h +++ b/src/testsuite/testsuite-binary.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 02c23780846c5f86d83478b609bac75b2d5de5ab..d8189b2c8d7957d4f0fdc81e1b26b767f9563247 100644 --- a/src/testsuite/testsuite-common.c +++ b/src/testsuite/testsuite-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 36e9078e7196bf819853f83fd8e807400279a8a0..ba7dd197b39487440934b45ff1e2984fc1c49063 100644 --- a/src/testsuite/testsuite-common.h +++ b/src/testsuite/testsuite-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c9328c72ca248a893ac645c2fe84136a94ca0f2a..5a788fa2dbcf56dbfa930fb41ba12854a8b9002c 100644 --- a/src/testsuite/testsuite-log.c +++ b/src/testsuite/testsuite-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 250042731a167fac7f4309242a5115e09ac5d8a7..58b547c16d146271bab31466881b95837ee40f59 100644 --- a/src/testsuite/testsuite-log.h +++ b/src/testsuite/testsuite-log.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 d405b93c71ab8a37fc1c8cd6f6d74eef425c5dfd..7ea66a037528fbe4c88a867123ab1ed1ed16a3a4 100644 --- a/src/testsuite/testsuite-mailstore.c +++ b/src/testsuite/testsuite-mailstore.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 fffe3219c54c00450e70e7ac54dd9ca407bdbe5c..0ff756b1b63c287dbeb48c6dc7ab3907ab14ac51 100644 --- a/src/testsuite/testsuite-mailstore.h +++ b/src/testsuite/testsuite-mailstore.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e06bf7aa0f9660bd01c584942db4dc1275cd23e2..1e2a3d6d8275ae4d1d1ca67f041819777412fec2 100644 --- a/src/testsuite/testsuite-message.c +++ b/src/testsuite/testsuite-message.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 c126dba71ddbb7e703604dae2075abc769234690..4e09914e1e7f4a294a51466c32e774dbcf379d1a 100644 --- a/src/testsuite/testsuite-message.h +++ b/src/testsuite/testsuite-message.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 589aa8713b1f4ac65e2b491aa9f08e46722e6c68..8165c94383ddaceaa6219daae5acde9d0874bd17 100644 --- a/src/testsuite/testsuite-objects.c +++ b/src/testsuite/testsuite-objects.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ef521966bf258c315bbea3eca8baa75b9a2871d5..e14628325cee19c765d5e744288be247110c8ab8 100644 --- a/src/testsuite/testsuite-objects.h +++ b/src/testsuite/testsuite-objects.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 4dfb84a2953322daa30ddb888490e3a25d1e45e9..baab8bccbd306a128d6f547d0b2cf8df5b6ed8c0 100644 --- a/src/testsuite/testsuite-result.c +++ b/src/testsuite/testsuite-result.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 655b733bad1bf774780120e9331c7effc4846729..b5ca6772c9f69924bdb50def5ecf5fa034f026f9 100644 --- a/src/testsuite/testsuite-result.h +++ b/src/testsuite/testsuite-result.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 d76608a1d7bb185d00ceced4c2bab5675505a1ae..fce8addd5d26baa31234048081128422b39918af 100644 --- a/src/testsuite/testsuite-script.c +++ b/src/testsuite/testsuite-script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a0b6757122ca977bdbd058630d55991ac16251fd..c609a64c767397eb9ac80d21de8c08d743561243 100644 --- a/src/testsuite/testsuite-script.h +++ b/src/testsuite/testsuite-script.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7c1716f4c26bcc9bc03442e847e155f7c726f17c..c448dcc30cf276c5324c9f63c0d57408c15eedc7 100644 --- a/src/testsuite/testsuite-settings.c +++ b/src/testsuite/testsuite-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 ea83bc21f7a044ec65a80d2e07eddde2be412c20..daa2acf67a2cf65054c2aaa5b4ddb9b5ff560f8a 100644 --- a/src/testsuite/testsuite-settings.h +++ b/src/testsuite/testsuite-settings.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 1e5cd22a2ee402674debdefa3e93a00d6a59696d..01f72cad0966195164694f8cd34ee89cd7df4e56 100644 --- a/src/testsuite/testsuite-smtp.c +++ b/src/testsuite/testsuite-smtp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 5423f8477e47f7048b0d6d1abec85b3566b27260..573b198b06adca9020b99581e94470515e0b196a 100644 --- a/src/testsuite/testsuite-smtp.h +++ b/src/testsuite/testsuite-smtp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 a332bc443927d93dc55d7eaf6de49e15292322df..bd86be37e36c8503717f002167824f2444d7f3e9 100644 --- a/src/testsuite/testsuite-substitutions.c +++ b/src/testsuite/testsuite-substitutions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 79d15ad05cf543ec59e8705c43906be695de1486..02fe6f3efb418a69ae41cc51b121e3798376eda7 100644 --- a/src/testsuite/testsuite-substitutions.h +++ b/src/testsuite/testsuite-substitutions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __TESTSUITE_SUBSTITUTIONS_H diff --git a/src/testsuite/testsuite-variables.c b/src/testsuite/testsuite-variables.c index 3c2dcc49d6675a6cbca548632ffa587762a9d1d5..b80700a43415a1e9add95470f9490426497b7758 100644 --- a/src/testsuite/testsuite-variables.c +++ b/src/testsuite/testsuite-variables.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/testsuite/testsuite-variables.h b/src/testsuite/testsuite-variables.h index 429d3c6d8fac9659d2ce744ff8719d54bfe3b3cc..e11c3715afa2d845ff668b94b234a03e80c71b9e 100644 --- a/src/testsuite/testsuite-variables.h +++ b/src/testsuite/testsuite-variables.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2010 Sieve Extdata plugin authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #ifndef __TESTSUITE_VARIABLES_H diff --git a/src/testsuite/testsuite.c b/src/testsuite/testsuite.c index 73d4a68d15c72910050ac0c2c8467f01334b8c35..722ad2a6d7eb02d762a1e85117fac081be76067f 100644 --- a/src/testsuite/testsuite.c +++ b/src/testsuite/testsuite.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 7c88b8fd5ce281a601332ddba55f110e6785e999..26e0e08396d1e6ba41dbaba8b7fb1f181cd95f48 100644 --- a/src/testsuite/tst-test-error.c +++ b/src/testsuite/tst-test-error.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 505c05d88194c8c64062cada5aeba8aac0b1ac28..98a532b43627dc4d83ed6c9c2ae93a349d268e69 100644 --- a/src/testsuite/tst-test-multiscript.c +++ b/src/testsuite/tst-test-multiscript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 05239a629f0014259915d36a33269e5322fe0d9d..4fa53c7a06122d875ec1f154ea98b157e2c1f965 100644 --- a/src/testsuite/tst-test-result-action.c +++ b/src/testsuite/tst-test-result-action.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 5f12580ea6c02aec28f48a08f1405c7145c77cdb..b1579bbd70495c1a1b8f3e40afdc182aa1b74f04 100644 --- a/src/testsuite/tst-test-result-execute.c +++ b/src/testsuite/tst-test-result-execute.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e37c6b341f7b787b85768013fbc53dad02f9f360..511d5e3a34559df38aaf1db691009d00b1611def 100644 --- a/src/testsuite/tst-test-script-compile.c +++ b/src/testsuite/tst-test-script-compile.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 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 e5d1656ea1b9b7b23605c8f1c958b6bbc144de88..de42e896bac044a52f9275edc3af9e269830a9f0 100644 --- a/src/testsuite/tst-test-script-run.c +++ b/src/testsuite/tst-test-script-run.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2012 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2013 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h"