diff --git a/doc/man/doveadm-sieve.1.in b/doc/man/doveadm-sieve.1.in index a8bc2eb6a38f279a0c61b40a1d9da14eb942e9a7..421167dffa6eb6837f6fef3d722f54b29646ecf8 100644 --- a/doc/man/doveadm-sieve.1.in +++ b/doc/man/doveadm-sieve.1.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2010-2017 Pigeonhole authors, see the included COPYING file +.\" Copyright (c) 2010-2018 Pigeonhole authors, see the included COPYING file .TH DOVEADM\-SIEVE 1 "2016-02-29" "Pigeonhole v0.4 for Dovecot v2.2" "Pigeonhole" .SH NAME doveadm\-sieve \- Commands related to handling Sieve scripts diff --git a/doc/man/pigeonhole.7.in b/doc/man/pigeonhole.7.in index 92a86e4f3435a2418eb76b5e0598887f651166f6..f866bc58cb50cfefb758d72f6736b8b9e3e7c608 100644 --- a/doc/man/pigeonhole.7.in +++ b/doc/man/pigeonhole.7.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2010-2017 Pigeonhole authors, see the included COPYING file +.\" Copyright (c) 2010-2018 Pigeonhole authors, see the included COPYING file .TH "PIGEONHOLE" 7 "2015-02-21" "Pigeonhole v0.4 for Dovecot v2.2" "Pigeonhole" .\"------------------------------------------------------------------------ .SH NAME diff --git a/doc/man/sieve-dump.1.in b/doc/man/sieve-dump.1.in index be41d7eaa165baf90419716a6acb649c73264809..ca73ef2aa3792c8a32f6996a483b1eee6757613c 100644 --- a/doc/man/sieve-dump.1.in +++ b/doc/man/sieve-dump.1.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2010-2017 Pigeonhole authors, see the included COPYING file +.\" Copyright (c) 2010-2018 Pigeonhole authors, see the included COPYING file .TH "SIEVE\-DUMP" 1 "2016-04-05" "Pigeonhole for Dovecot v2.2" "Pigeonhole" .\"------------------------------------------------------------------------ .SH NAME diff --git a/doc/man/sieve-filter.1.in b/doc/man/sieve-filter.1.in index 53b598b1e156596e0c1d85a7ea71a45cc2fecd90..e373235971f9acb88ab1882f212154042f9f12ec 100644 --- a/doc/man/sieve-filter.1.in +++ b/doc/man/sieve-filter.1.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2010-2017 Pigeonhole authors, see the included COPYING file +.\" Copyright (c) 2010-2018 Pigeonhole authors, see the included COPYING file .TH "SIEVE\-FILTER" 1 "2016-04-05" "Pigeonhole for Dovecot v2.2" "Pigeonhole" .SH NAME sieve\-filter \- Pigeonhole\(aqs Sieve mailbox filter tool diff --git a/doc/man/sieve-test.1.in b/doc/man/sieve-test.1.in index 4f90ed980306bd7936f02ba8fc917f377442a390..457e175b3f5aeef1fe3296740dd5e57b351516f3 100644 --- a/doc/man/sieve-test.1.in +++ b/doc/man/sieve-test.1.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2010-2017 Pigeonhole authors, see the included COPYING file +.\" Copyright (c) 2010-2018 Pigeonhole authors, see the included COPYING file .TH "SIEVE\-TEST" 1 "2016-04-05" "Pigeonhole for Dovecot v2.2" "Pigeonhole" .SH NAME sieve\-test \- Pigeonhole\(aqs Sieve script tester diff --git a/doc/man/sievec.1.in b/doc/man/sievec.1.in index 1d55c133c32e8405a430c30a213843f1a1b5c8f4..3b3df33592feac08c2548870a91e17005829f9be 100644 --- a/doc/man/sievec.1.in +++ b/doc/man/sievec.1.in @@ -1,4 +1,4 @@ -.\" Copyright (c) 2010-2017 Pigeonhole authors, see the included COPYING file +.\" Copyright (c) 2010-2018 Pigeonhole authors, see the included COPYING file .TH "SIEVEC" 1 "2016-04-05" "Pigeonhole for Dovecot v2.2" "Pigeonhole" .\"------------------------------------------------------------------------ .SH NAME diff --git a/src/lib-managesieve/managesieve-arg.c b/src/lib-managesieve/managesieve-arg.c index f959dda5e8b3cd0d99039a3944b0cd4d009fbb37..8ce8be72ad5555bec59f2239678d401c8b3c52ea 100644 --- a/src/lib-managesieve/managesieve-arg.c +++ b/src/lib-managesieve/managesieve-arg.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 dc2f75673570781c0109e3d5a33ce0755f04cfbd..fe07ec9290be6d0a096c430570a88551cfff7813 100644 --- a/src/lib-managesieve/managesieve-arg.h +++ b/src/lib-managesieve/managesieve-arg.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 cb5b65e67f4f1a6b1bae3572e725940d959c79a3..d3eb210126db61c044334ba0d7e34de9d58f98e6 100644 --- a/src/lib-managesieve/managesieve-parser.c +++ b/src/lib-managesieve/managesieve-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a8e8b5c2a415b5a1eb133973242f175758880ca1..2366a55960d56ba21a8418c6afbbc5a17207a4b9 100644 --- a/src/lib-managesieve/managesieve-parser.h +++ b/src/lib-managesieve/managesieve-parser.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1efef384c910d8d1201002dfb5fd3bc0ab2ed7c0..6bec3527af5ab2dc0c1c8f0b7b938ed629b3c90d 100644 --- a/src/lib-managesieve/managesieve-quote.c +++ b/src/lib-managesieve/managesieve-quote.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 bb0cc93294f7e21dfeffc9553d9f69f7794f5eb7..752a852f3bf7b23005c3c08f1d48142d01dd1c16 100644 --- a/src/lib-managesieve/managesieve-quote.h +++ b/src/lib-managesieve/managesieve-quote.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4f4ebed0c8044063bfff0b4c7230192b33250daa..e42f5b3aa42d188ea1bc6ade27734bd193f111a7 100644 --- a/src/lib-sieve-tool/mail-raw.c +++ b/src/lib-sieve-tool/mail-raw.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 980a1ee50c2bfbb8b7a06726adfbfdbc156dc7ba..88a197288b918e17dc14f7296cdc987fc6d2ece6 100644 --- a/src/lib-sieve-tool/mail-raw.h +++ b/src/lib-sieve-tool/mail-raw.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 2f03339ef747afc4a3cbc793914568a88f8b9da8..3f024ae49cf237dcacdfd0667d721963af1c8959 100644 --- a/src/lib-sieve-tool/sieve-tool.c +++ b/src/lib-sieve-tool/sieve-tool.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fa413f67c8b3fe6a600faef41b4d5162078f1372..50627c2e4a06784c8e3b7aaee037e24751358d84 100644 --- a/src/lib-sieve-tool/sieve-tool.h +++ b/src/lib-sieve-tool/sieve-tool.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 575cdde8a878039b57f5eb6e1c576a391c09f785..92c710951a9f85019bfbb9f357a0a440e7d2e049 100644 --- a/src/lib-sieve/cmd-discard.c +++ b/src/lib-sieve/cmd-discard.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ec930ee59f8671066d163b4b926ba9a5172c7b7e..2ae186e32867a79cb044a61e31b12255dac790d6 100644 --- a/src/lib-sieve/cmd-if.c +++ b/src/lib-sieve/cmd-if.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 6a77348cd8863a24642f0d3a54720ccebd8b08f6..b619a804293b044c8b6d1fad751e87681ff76087 100644 --- a/src/lib-sieve/cmd-keep.c +++ b/src/lib-sieve/cmd-keep.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 6141aae11d398a168fcf1016f897299fa571baba..ec62dacbd996a9cb5382d43f3884140b8b421f86 100644 --- a/src/lib-sieve/cmd-redirect.c +++ b/src/lib-sieve/cmd-redirect.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b88e6457cda4d54d05b95d026a47c7d2c1720831..93a2a266190548e60a5b15dca274d9cbba6cfcbc 100644 --- a/src/lib-sieve/cmd-require.c +++ b/src/lib-sieve/cmd-require.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 87b35eba1cf4fb7b8b770810e12a47a0b9935cc5..23acadb2d8dfccd9887bdacfaecb280e3cd27691 100644 --- a/src/lib-sieve/cmd-stop.c +++ b/src/lib-sieve/cmd-stop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 feb9a3d834a779ab74e5edc9e20285dc54b1d79a..4f0dab45622bc3762f05b33c423818850b654b4e 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ce91db32e8d81516ab12bd2923cddec343df7a9d..caa46fa7d25fdd2aab8f3f1406710851c80a635c 100644 --- a/src/lib-sieve/cmp-i-octet.c +++ b/src/lib-sieve/cmp-i-octet.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Comparator 'i;octet': diff --git a/src/lib-sieve/ext-encoded-character.c b/src/lib-sieve/ext-encoded-character.c index 01ebd29bc37472cff53d7fbca2379e57d4ca7d38..a050609071bdc92fc4c3dfd4c2352afc49ee4b61 100644 --- a/src/lib-sieve/ext-encoded-character.c +++ b/src/lib-sieve/ext-encoded-character.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0df46249df67537689648986d331ee80e6b838f9..033ab8e0d396d04f78789dc09d85e214ec1de1fe 100644 --- a/src/lib-sieve/ext-envelope.c +++ b/src/lib-sieve/ext-envelope.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 108bbf752d91137a4079723841a9d057a53cd552..7b34d9e602833847c94ad11be6e0d5abd01fec1d 100644 --- a/src/lib-sieve/ext-fileinto.c +++ b/src/lib-sieve/ext-fileinto.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b51889911e7e8e0a04e204b84a4daf1ea497fa09..22dd0c410dfb141fd49a2ec6c0c646182fdb60bc 100644 --- a/src/lib-sieve/ext-reject.c +++ b/src/lib-sieve/ext-reject.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4f3c0032d825a9545146f5b31e13083a5dc52e68..a9b3190081557de17a21e8f882f0732b68524f04 100644 --- a/src/lib-sieve/mcht-contains.c +++ b/src/lib-sieve/mcht-contains.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0ca7a15a72f080e4cc463b1199558782f94542fa..db374bbd29682bf012347d462f6575e3965f2aec 100644 --- a/src/lib-sieve/mcht-is.c +++ b/src/lib-sieve/mcht-is.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0619633a90c66220fe832eca5d34e6d2162a0ded..388a631ed97a2de21057c555150c7111f3482afb 100644 --- a/src/lib-sieve/mcht-matches.c +++ b/src/lib-sieve/mcht-matches.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fb6f9febfb1017756a87d7fd00b1e1fe0441da43..c19940e3a959313525882c224c5d5e6e4160f3d9 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e442f7dc0860c82c8a8eab87da5043e50b61f85a..766bb695b8307105211aae34ce912d1411c0ea27 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 49bf15b664b225d82738e7dc23b8524377f60069..27218bd29cd0cb35a209ce58fc7ffde2823f730b 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 448125e2b07c2137cd35ed07d57f40ba585bb99a..963a2012f3539375e663add9958767edf2e6f13d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 799f380093996863cabcfd814b99319f96eb46d9..20ec38b0db145efee16a95a23efb82da873781cb 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d899e81e1804b25652050400eee67aef046c8355..075303fd08d0bf3cb3281e7bed92039ed69c90fa 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 714767908428fb8cf7fbacee2a2b5f191b3d56d3..45c85a96a6ec5a9d73bd404de45d4feccbf32c0c 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 dcc843dfd770b5c24a5876177f890f732fc6e294..7493b8794ca5eb774304d868657752309ca9e472 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 269fc6b11309d096a41db72693bc3b394da2c7bb..b4356f4917eb687759feb3570946e0d265af4966 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 c3044b11403f3aefa2d32d77019cd350f858989b..3880d82898943466c90dcdc2835072fe9abe1a1b 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d3a16139cc2fe8b08c787ad8189d9b092843922e..60ee92c5e8a57f5ebc5df50ffb65f63fe196b283 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/duplicate/ext-duplicate-common.c b/src/lib-sieve/plugins/duplicate/ext-duplicate-common.c index cf06e8fb234834ca1511cb159766b7895dd62849..62e0bbd291cc462524fa6f7bac78dbc803d186c7 100644 --- a/src/lib-sieve/plugins/duplicate/ext-duplicate-common.c +++ b/src/lib-sieve/plugins/duplicate/ext-duplicate-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/duplicate/ext-duplicate-common.h b/src/lib-sieve/plugins/duplicate/ext-duplicate-common.h index 05b2977751f5d5d504e6c4f9e51b098bf3e45189..2fc259b3f869426182844768c6dd05a6dbc7fc4b 100644 --- a/src/lib-sieve/plugins/duplicate/ext-duplicate-common.h +++ b/src/lib-sieve/plugins/duplicate/ext-duplicate-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_DUPLICATE_COMMON_H diff --git a/src/lib-sieve/plugins/duplicate/ext-duplicate.c b/src/lib-sieve/plugins/duplicate/ext-duplicate.c index d0d9039068168f7cf73a1ca16345909b368457d1..54de5e5dd6fd595e4cd514b990f8c68383899924 100644 --- a/src/lib-sieve/plugins/duplicate/ext-duplicate.c +++ b/src/lib-sieve/plugins/duplicate/ext-duplicate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension duplicate diff --git a/src/lib-sieve/plugins/duplicate/tst-duplicate.c b/src/lib-sieve/plugins/duplicate/tst-duplicate.c index d9ceedc1a8c93e635b795cd192ff0a00b7e27957..8a2bf7e9c0a712ff0a459706e51657dbb2809769 100644 --- a/src/lib-sieve/plugins/duplicate/tst-duplicate.c +++ b/src/lib-sieve/plugins/duplicate/tst-duplicate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ffde41b335ce27b735dd1d1418ee7c531a402bde..08f86b8068c248a71bd4732e507324a699728b71 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 2340d33a6112cc53a27be9490ca6f4fca95d8387..a6964b780e39251f4531b3ab8ab6532f24560688 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e85c2bd13edb82b15968f77564dc268ba5352561..ad547e94cf8ee5c37938a415e8582dfbb811e40b 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 3d7f5c446bc689197af5418604f00482e5b34e3f..f50d84f05e7cb671bbae552f7f3485a33b61a517 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0cff1acf1aa2801b629ebd439e744728be7ae079..083dac4a66ba990ccbd9aa68e892dd8d67ab055b 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 47331e7da4a47230354179089c4428e03c6b1ddc..dc8eb12e1c9ba838d5144f6a573cae69637105f7 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b88cf5350faa3447e344fefd827865577a726ea6..e69cbc240a335871e8153d4f2f711546af69b42d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 bba6ddc524d1decd1301ce73d28435727bd89b46..f684de3cfe9ce07bf82fc7b4dd79278b1b153f19 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 28ea2a8bd3330cc97392c707b3a0c8d4e2845638..97d1a958628209134e14cb9ce8353996df7ee3fa 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 7288295daebb5fce7bc46cd24b25cca6e73184c1..942ce967eb0b4052be83bef700b862c36b64c228 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 bda0fd9e64bc807c37894487f991bf48ea5fe625..df479b3b0bdee5500de189415e3b6a5338578dc1 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b0d59864450a6f6cb1e72ecf964c1620bd3c25ce..7d1b972e55d95f38ab074a78add3a1496fd8adb7 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 35fcc92d2557963dc2b7e7885725606875993b64..ccc6282aff78bf0529288820ea55147b6a0bde22 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1b855d103f03d718e371acbbc46238199969d67a..06613a6910b84878fc6b19bc0f5ca3fc59f93b3d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a797756185ccf71b40d5fccf95d0a3f695e8b8ab..f9ee79d9f0130247a1961e2ab85f9b00ab945aca 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 92b161af0d4e97b66dec98858e7bc2d09051710b..8a6c0712bcfadf57abde196868f088a6f5fae816 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 9ee6bcb2f24221e5c41b407e4cae2789f9072280..becc41cce9393f9bedd3b3e9c3635c3831d17344 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 abbb9f9d9f308f017a296bc1f7c2ca038c261a29..5f2d3762479c1a9374010e19d3ab6a4b1e17ffc1 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 68dd0c59321fa51432de6b0589a824401cd96e1a..89b915aff31d265417144c3c6ad755cb90e1d411 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4878ee7fe0e3086edcab78c2de06bfc1cf276e11..c7bed1fbbb70cf3503514b6f6f4e03dd7c9cc7f8 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 506ed667a8cd31e307a425ea32e4c5a96ed6242b..c2130a2e0ab0646cf36014e032166c33b7251f6e 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 cce7218ad21114c56df48e58d909d1187600ccf7..ee25e082813a420d69647c5ee3be41bacda45b03 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 75a82cb1e21d82542a753677d723a1f5818bb927..9eaa09901163e45cc6b87e3c336e1e0cca59e189 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/ihave/cmd-error.c b/src/lib-sieve/plugins/ihave/cmd-error.c index cec7d05abdde3e889f2ec0e418d5e7d7a4db2416..6e971bd8d6d62fb1530c302ba047b1e72bfb2556 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 db6aeaa75ec484cd153535f8088032e2d86abd5e..e965ef53f4adf7745d4898c12a20bb071e3609b5 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 c566b5dc49ea24c7967b57b1277e9d49947f2c1c..83f9c4e1008b39c9013eb14df333128ff05ce238 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d3869ec74ca3bfe1dc52bfc74ef158d2b6444813..1d3123844d88336158b62c4eed38d575e118e96f 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 71435ea72af7ac96df10190a414196f074a00f67..f8c768eff3c0d4334764dd52c79371198a95d6d5 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 646fa878775d8a21b1cf760525caef321b7fb9cd..40b70eb63cfaef77e398dcad69239c56a3df8e8b 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 f58da6e900d4752952b2f832003bd9435ac71a90..94946b293e38a452c74c56c5a7496b163f7de67e 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e6a1b782f2ca4fa57f017c088cecf48b36f1506e..6e550d9b1a765efea255c29be92f9d0a40272de4 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1f32989f17a2d1b9088e95886bac73e4da686272..63778329fd74b6aecfa1f323119080aaeb4d6c23 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a4773cd0daa21506b02c243e29b855e5cfe9ebd8..1b3105ca42aee936595c10cad2b01590fb8a7c2d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1bc1b2cf93fcbc69dc7f41790d32ae6e16165951..3b908c0d51cab18ae9a8e6c9779867cac73aa2bb 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 3c50b21ad91902d4313c2aa16e85816afd8bfe24..ba9903508b1af10c1d09ad728669d59ebdb73856 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension imapflags diff --git a/src/lib-sieve/plugins/imap4flags/sieve-ext-imap4flags.h b/src/lib-sieve/plugins/imap4flags/sieve-ext-imap4flags.h index 1704b60d70c01db4428278cd9f6eeb12de1f9bb2..d34f38cd663cb25eed876374182c7fc37a9c842f 100644 --- a/src/lib-sieve/plugins/imap4flags/sieve-ext-imap4flags.h +++ b/src/lib-sieve/plugins/imap4flags/sieve-ext-imap4flags.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_EXT_IMAP4FLAGS_H diff --git a/src/lib-sieve/plugins/imap4flags/tag-flags.c b/src/lib-sieve/plugins/imap4flags/tag-flags.c index d8d6680564130496c61a3e617b4267e163671cef..d8e474bc8abc71d517bf03d97e6344eb2d324e7f 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fc51b22e1e075254cde1c8a47ab9f3479daf8070..23f2acc34ef74252f936ae7bc37d2f55c7abefe0 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 30cdce9669669739d080ab534a862a4fc734d541..0ef37eb35044d45d979e255d60dcc95490312cf3 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fe2b49f501649795aafa64bef8eccdbf26c387a3..92aefb4bf808e2339b627d8733ceeb551fda11e3 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d27415021fbea1632bcfbab4e5a518370f0e3c3e..65a156d9893d1fc362700568ad64bce56319bc17 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 7cfd2699ee24f2dd84c1c30256e17b2d0a5a0a8b..6a45583b84a8d60f10f913dcd55fa8fd31cc8f8e 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b2d9fad19b7470fd8f1c71dc879498beac8bc1e9..d5d9dea3fc569446f00054f1a99ccb134e08dd34 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 8b0841a193b32dac9f193a20b611ec5def56018f..e8fddbdc5bbcf4c0a3531947c9b592756d913233 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e6bba25d0efd48ade0f83c94407de0af5e16e559..cf4bf329df350ac9a7546ef1d2ad6f5133bb3fc5 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 7066346240dc3ae4006709721ba60ed44b28288c..09c3c547544ea1ec05dda83ebb4f8bb8f0da67c4 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 18ea7f4a6905bc92ca9db96ee0b2e4253a994e72..28cd803a76f5df9786c3842531b7f217a6fc4d22 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 28d59b33bf067fc7d601629e6844d84fa9f6b73b..c0c2eb76d8f5327c93ec0c88a86c751f8d061788 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 f4e9f4b995c2fd5bb44e85c929c1f09136a38751..0a3868784080ebecc56ea9899eca66026ee617a7 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension include diff --git a/src/lib-sieve/plugins/index/ext-index-common.c b/src/lib-sieve/plugins/index/ext-index-common.c index e6b0d54ff481b4ce904ba378bb2b448b90136adb..26fb70667a7eb427cf7b6b7968931c81e705a05d 100644 --- a/src/lib-sieve/plugins/index/ext-index-common.c +++ b/src/lib-sieve/plugins/index/ext-index-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/index/ext-index-common.h b/src/lib-sieve/plugins/index/ext-index-common.h index e5ee424bc3b4ffb273e620818067d10b7d0e52b9..c79aa28810af815dd174bb656d6f8ca14043b9c9 100644 --- a/src/lib-sieve/plugins/index/ext-index-common.h +++ b/src/lib-sieve/plugins/index/ext-index-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_INDEX_COMMON_H diff --git a/src/lib-sieve/plugins/index/ext-index.c b/src/lib-sieve/plugins/index/ext-index.c index 08d0835719c6b43f0799d16b3c8c06ace1cbfd24..33e77714a2ba5d85e28aaec82dcd57f759ae4067 100644 --- a/src/lib-sieve/plugins/index/ext-index.c +++ b/src/lib-sieve/plugins/index/ext-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension index diff --git a/src/lib-sieve/plugins/index/tag-index.c b/src/lib-sieve/plugins/index/tag-index.c index b1d9cf7819055984cafd811ede0eadfa778fdabe..d2bd65b1fc48edfa306d87e9cbebcb755ba9d9fc 100644 --- a/src/lib-sieve/plugins/index/tag-index.c +++ b/src/lib-sieve/plugins/index/tag-index.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/mailbox/ext-mailbox-common.h b/src/lib-sieve/plugins/mailbox/ext-mailbox-common.h index dba522100119fb8d862bb4034fbf42339c0f8f10..3ae6ff6f5529cc4278d0e56fb779caabf2e02016 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 98d2c3d4285cb1c4e09eb96c1edaddfe000700a2..a2dcd8834e63e15f6bbfee3d62299dff8d67aed8 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension mailbox diff --git a/src/lib-sieve/plugins/mailbox/sieve-ext-mailbox.h b/src/lib-sieve/plugins/mailbox/sieve-ext-mailbox.h index 06dac1348f25ece188213e3a7759699c41712df2..029ebbadfb1bbc143ae10137810272cac30fa3ae 100644 --- a/src/lib-sieve/plugins/mailbox/sieve-ext-mailbox.h +++ b/src/lib-sieve/plugins/mailbox/sieve-ext-mailbox.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_EXT_MAILBOX_H diff --git a/src/lib-sieve/plugins/mailbox/tag-mailbox-create.c b/src/lib-sieve/plugins/mailbox/tag-mailbox-create.c index ea592495914f6e007f5d71efb7ee9b7b53e8e782..59b840b20dc3d353545f5d47c2e7a6943114550e 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4b240f1f220b83010e89e0dad39a07005d3203fc..76fe079022c870553896779303ea1865a2a4a5d3 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/metadata/ext-metadata-common.h b/src/lib-sieve/plugins/metadata/ext-metadata-common.h index 3e5698c5cd16f3ed672bad253090785b38db2e7a..806084ba8bc38494cd97b82277a08467719633a0 100644 --- a/src/lib-sieve/plugins/metadata/ext-metadata-common.h +++ b/src/lib-sieve/plugins/metadata/ext-metadata-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_METADATA_COMMON_H diff --git a/src/lib-sieve/plugins/metadata/ext-metadata.c b/src/lib-sieve/plugins/metadata/ext-metadata.c index 6978b8f334077f42f534f2c5a497cb2198486b05..882116b1b9a074410c0f7551f18e88e511df86b5 100644 --- a/src/lib-sieve/plugins/metadata/ext-metadata.c +++ b/src/lib-sieve/plugins/metadata/ext-metadata.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/metadata/tst-metadata.c b/src/lib-sieve/plugins/metadata/tst-metadata.c index 2dadf5cc6550f71fa5bdf5f0060fd59b6d83d8f7..0897b5e8a627f3297a5a1dddccf4d2b725177f59 100644 --- a/src/lib-sieve/plugins/metadata/tst-metadata.c +++ b/src/lib-sieve/plugins/metadata/tst-metadata.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/metadata/tst-metadataexists.c b/src/lib-sieve/plugins/metadata/tst-metadataexists.c index a67bd051536058da35f094970a96b9ce1f8fe862..3eae3443e1992a5e75c62704118656753f90ab72 100644 --- a/src/lib-sieve/plugins/metadata/tst-metadataexists.c +++ b/src/lib-sieve/plugins/metadata/tst-metadataexists.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/mime/cmd-break.c b/src/lib-sieve/plugins/mime/cmd-break.c index 84ab867a6cd9fe600b7c44e1da984d3db30d744b..e6ade4c4231a168afebd2e767c22f467c0818fa1 100644 --- a/src/lib-sieve/plugins/mime/cmd-break.c +++ b/src/lib-sieve/plugins/mime/cmd-break.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h" diff --git a/src/lib-sieve/plugins/mime/cmd-extracttext.c b/src/lib-sieve/plugins/mime/cmd-extracttext.c index 9ac6e9aee727c86eb7b695776d040936ff63ae1f..16d07377856fcf59e76d8adb7bf6620f358aca5e 100644 --- a/src/lib-sieve/plugins/mime/cmd-extracttext.c +++ b/src/lib-sieve/plugins/mime/cmd-extracttext.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/mime/cmd-foreverypart.c b/src/lib-sieve/plugins/mime/cmd-foreverypart.c index 5f0d5e0dce1e767eeb305659f1f5c980ee252178..435cb5c854a4dc4be890f198e90ed26ea6ee7159 100644 --- a/src/lib-sieve/plugins/mime/cmd-foreverypart.c +++ b/src/lib-sieve/plugins/mime/cmd-foreverypart.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h" diff --git a/src/lib-sieve/plugins/mime/ext-extracttext.c b/src/lib-sieve/plugins/mime/ext-extracttext.c index 7073da7fbbba04db62402d483c7ed09cd649699c..4eab76b9d25e681b22e20572ca19b3009ff98ffd 100644 --- a/src/lib-sieve/plugins/mime/ext-extracttext.c +++ b/src/lib-sieve/plugins/mime/ext-extracttext.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension extracttext diff --git a/src/lib-sieve/plugins/mime/ext-foreverypart.c b/src/lib-sieve/plugins/mime/ext-foreverypart.c index c3d61ce8cdd9ba167e01d8e5fe208d7502834ae9..6bca1998cd13a49a383ec8bc37c3f1348a3f1c55 100644 --- a/src/lib-sieve/plugins/mime/ext-foreverypart.c +++ b/src/lib-sieve/plugins/mime/ext-foreverypart.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension foreverypart diff --git a/src/lib-sieve/plugins/mime/ext-mime-common.c b/src/lib-sieve/plugins/mime/ext-mime-common.c index 9d73365bdc456c8ac78902f2eeeab1efdf7a377f..5b38bcbd2e9a08487a34133287b6531b98e7cc8c 100644 --- a/src/lib-sieve/plugins/mime/ext-mime-common.c +++ b/src/lib-sieve/plugins/mime/ext-mime-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h" diff --git a/src/lib-sieve/plugins/mime/ext-mime-common.h b/src/lib-sieve/plugins/mime/ext-mime-common.h index bbb74a897f2698b50b4648d9c52386ed7e678050..c135dbc429b05c2266f252d0635b4b402823dcdb 100644 --- a/src/lib-sieve/plugins/mime/ext-mime-common.h +++ b/src/lib-sieve/plugins/mime/ext-mime-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_FOREVERYPART_COMMON_H diff --git a/src/lib-sieve/plugins/mime/ext-mime.c b/src/lib-sieve/plugins/mime/ext-mime.c index 6f0e809a1055528d86025d328d393112c3ca6824..da9963f7f2662487cc23aadbd6258bb4dde84112 100644 --- a/src/lib-sieve/plugins/mime/ext-mime.c +++ b/src/lib-sieve/plugins/mime/ext-mime.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension mime diff --git a/src/lib-sieve/plugins/mime/tag-mime.c b/src/lib-sieve/plugins/mime/tag-mime.c index d423224ebf9762b60b32f2857da28f2aeaa2acca..379365e03fd9290155b3321f59c8d0955345e4b4 100644 --- a/src/lib-sieve/plugins/mime/tag-mime.c +++ b/src/lib-sieve/plugins/mime/tag-mime.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 5c275790062f18c187659a554143e60fc12162b2..8769808855334c62348a4af6e6b5ddf645e48be7 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 964fdecc785479a7bbe5fb3cd7cf175c8d4b4703..36f5036a4fdd998e6ce47771f63a6a5d6d2931a2 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1b1fdc954f468a7cbda5dbf03aa0470b3fdef3a5..714ce89d3529fc483711d2a2ab53db9f2ce6eb9e 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 775da8190751065c60841d991722225202093df3..614f7dc74481251863ba9d87886e552496a36aae 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 18cc45ef93767133c0b9ac31df89026f3d9eb0bc..a264a3529cc9093fce61cc92fa02335787b15b54 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ae7aefc19ccdcc9da90f6fca95559a1210256410..e79e049756d08d856547b7a6b24e16fd4e152829 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 21ed58a01ca6282875c44db817f37edbba3496d0..975f4fba1529f37ae4364e3be08f25d1129ca72d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fa6d8c65e1842d7d54ce75b9224cefc42369aaf4..cb210efe4954cc00a226985b65ddbc027805aac4 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 14ab2a70de8e208ec744a6e940c77155601e8048..0440b30d3b8bc424a384d31615dfa99c211940bb 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 f47bf34494609d2905019b9d84040c8a2a03e6e8..c0cf880431358201b9d7095c70a23b76c02464a4 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4ecf367adc8d01978ec0c78331df2589164ac34e..9f70e900db8152cbceb151fb81b5ad6c896025d6 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fae51a79b91eb3cb99e8f82e711e004a73e53f0e..f7b051b67b742291e34ca52491c09a24519d79e8 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 9a175dd70541519774e41a23cec2fd3945f4b8c7..28c278f5cd83e9129ed0b2e3735ab5e6678c45d3 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0f7180070c9c618824aa5a114b9e0cfeedcf2b29..e31a63a0fafa972faa73f048b4cde9fbbbf6a0f9 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0d0cd426bf52c847dbca75d3ea7d58ce3c730c0b..dd555900cf0f24d694f491014e00e14d55b66511 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 79e97887920ae0974238bc1006ee9b8f69fd9222..a435a4b80c32827e21a824fc536c4d6a3b3aed2d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 106ac4327cdce1f0041310849656f9438db15fcb..244a435f6be5f60abb86a77ea7e93d3a7b763ec9 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 bdba6c00538de1bb348f15be4ae1f5211c13db37..e0c9b54b6006e0d3bb2b8cd0b151f29dc859ba1c 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 982fd0c1eb9b2f809d149a61c67e0ae17304f416..26d051e919957c2888003e335b25b688765dea10 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1cac58f8a3269f3d7cb8061345e3fbb8d695d7a6..abaa7ae7bac209126ffa8960809e6b5ae019120d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4bc37e26152881a59cec1caaee71ee6c1baf7301..cfd178ce300bd5c0b74eace88cacaf982bf437da 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a556ebfacaa6b82d595c121fab8f26695582bfc7..bb381406971fd1cfed3393cde42246e1ada36f96 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fffb610477d7ef52093a4a164ac30e225544c2ea..49f1a6e2dd9f52e197d39e7ec4d4486be51dbdf2 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1fa2a0d4ee279656efe554bdc9838121889989f4..41c0f06629f5e950dc993a92b8afca272584d23c 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 12bc241de5e4e7fe42351995d2b955b0118f7015..1407916d64d3f4fd647bd8caa076265b42e630d4 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 2d16cbe263460ac13cd00ad9551e29b616a31f6e..726cbd6c5cd7956e2848f2cf9ef4d3d2250252f6 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 8b61838a2dbb0b1f096c9d84f9caeea9a43b3c2e..5df7af58a5fd99f5a02808e690ed344e76727362 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d9eb714b7a56ffacbefd831ea5289e6901754e99..54e3c31a3cb66e235066972ce02d875e3b864258 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b25dddb8a0b180b2652b72faeb818c89e103808c..17083e17acbbea156b2e24a17e31d34debd3a1c7 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ee17ecc7e951cd2c27af699fef5bf53cf62d099a..2afa55a22f9c6da7975a9041c0e88501561322dd 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 883d065384616bca60f420e41839ae656c6f234f..26bd015f0573fc7c0c03ff9c7863aa06acc800ec 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d9f30c85d40828bdba0f1c8328a0d3dd950720d2..35c072592e179639af0cddd328b7dedfe1a1d64e 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 896f3813458ffd7c856b82700a4b15b503ef4b4b..6e5f421842a29d4bc8dd904e0325f80417f2d24c 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ced112621bd7c2bdab5a65f1751a930423e63c23..17e225ff26dae3c5b08d2218fa9b9ca993190a7d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 616a5b2768228d8936d3587dfbf70ddfac07d64c..ab965412e6c38296633a16d357c60fff0bbbe260 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 81cbc98ea81fbaf499a9e276cd718175f3eac46d..fac0b71b4039844c865267990c78db0a6d33256d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 c80cab65f2e11482c71ec884f975f432e4832ea7..3276de3e0fbe1f833c690c8b26664a5dd74cf440 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 73258d63cdc5e4e1978c63d500899b05623f4521..4df62e287be2b63d946aff9bfb6ea5aa39a4b8eb 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1e46e602c942842c1f008c41feaaa7252f785a85..375e43ce5da3d6a138f0d0e4e46c80a369fae20f 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 dbcee195f16dea7845fd6df2a88b0281926b1f66..86d4076c319d88208a669dcb3f6e4447f0855ffa 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 8a6b321abdf4626da552677e4579b34c2e561f3b..4f8a357106864ce730354fbde416ca6a36e557c2 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 51e581fddc5d0c655464ff4174ab010ba2d3f598..6bdef58d681397d161f00710acd1e5812b84c4cb 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 7b353017582e3afd80ed77a995d54edbf104bebe..0d7c5d06911597d8d86a6328aa3d7e3aa4b98b3d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d8e36ab7ed615291398367f18db1c835cf118f50..91b0b82f6626eda568741f5d142d6cac3eefea1b 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 bac3151688763edcc7b5fa9999f285095d4b7771..355daa5019d2060dacecbed0951d326a45871b0a 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 26b0396c115fe9463a88ccd44001f5f9ec44ff9a..c5e4dbdf046e41c35add82f017b2bdbd7f4ba587 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d148bb876066558aef930584e9b6640e202c2fb1..2781e83a70e59d1ed2d0b1d1ce949ffd895f481c 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension debug diff --git a/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-common.h b/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-common.h index 4aaa14d53aa695a66e5c3c7bce05675efffc8278..1cd7172e7d764cc35b7f07ca3176e47def6a75d7 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-common.h +++ b/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_VND_ENVIRONMENT_COMMON_H diff --git a/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-items.c b/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-items.c index 6a9d5358259af4881b114bb62d2fdf69b411a32e..74f84014dd85e205c6ca9b5d0b96b93209b4206a 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-items.c +++ b/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-items.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-variables.c b/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-variables.c index 979a0b1bd17638939e716c87c0533a068d2f299f..1466ee7f5bc8232c24dcb0af323ce10479b9bbf2 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-variables.c +++ b/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment-variables.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2015-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2015-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment.c b/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment.c index 2b8f6208982931e1cdd4b920f408f51ec4ba322a..f8c70280057ac53d1953285247412ce01877ac40 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment.c +++ b/src/lib-sieve/plugins/vnd.dovecot/environment/ext-vnd-environment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension vnd.dovecot.environment diff --git a/src/lib-sieve/plugins/vnd.dovecot/report/cmd-report.c b/src/lib-sieve/plugins/vnd.dovecot/report/cmd-report.c index c36e28deeae212d1f49b4da7424d1d58cc033e01..4ec2514f44e731082a1754f4b712ce69333e5553 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/report/cmd-report.c +++ b/src/lib-sieve/plugins/vnd.dovecot/report/cmd-report.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report-common.c b/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report-common.c index 1763086a7c072446ed79ee98a045717b1cb8967a..d22ad16e9b2b57b37f3a2756717c14a285faf174 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report-common.c +++ b/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report.c b/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report.c index ae78427a99e6faca02e2b17f69dbd536bf75ad3b..a5fb64ca81b9b3ea3a7b17ea0778b0ffe88e325b 100644 --- a/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report.c +++ b/src/lib-sieve/plugins/vnd.dovecot/report/ext-vnd-report.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ /* Extension report diff --git a/src/lib-sieve/sieve-actions.c b/src/lib-sieve/sieve-actions.c index 7d94bab77ba0998aa1c7eaa9361715f4af67660e..f05707b4d40c09b530689c4a1ce0efdf1d7b9d49 100644 --- a/src/lib-sieve/sieve-actions.c +++ b/src/lib-sieve/sieve-actions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e506357cb8295cee420fc335803e9b0def296643..713b0316260dbe0d8b6a164da05db6e948c8dbd5 100644 --- a/src/lib-sieve/sieve-actions.h +++ b/src/lib-sieve/sieve-actions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 36b88218c9d3f427307ac10c27cd608d5398e829..a856e201d286a897942b0cf9683ef04a24c91aec 100644 --- a/src/lib-sieve/sieve-address-parts.c +++ b/src/lib-sieve/sieve-address-parts.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 31f87e1ad8b3bd92c3552c61abd2e6b67e34087f..a2b86df986045d447eec3f9fa67d33f63219343e 100644 --- a/src/lib-sieve/sieve-address-parts.h +++ b/src/lib-sieve/sieve-address-parts.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_ADDRESS_PARTS_H diff --git a/src/lib-sieve/sieve-address-source.c b/src/lib-sieve/sieve-address-source.c index bd12e4e815f7a105bd1d01740a5bd9da32bae917..d63ca24ef21310ea2aad43c4379e5a050da15f1e 100644 --- a/src/lib-sieve/sieve-address-source.c +++ b/src/lib-sieve/sieve-address-source.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/sieve-address-source.h b/src/lib-sieve/sieve-address-source.h index 75739639038dfbc8bea8d07bcb5fe332068478f0..1b4c4d5aa32a3850eeff92c3d6a76556b8640a10 100644 --- a/src/lib-sieve/sieve-address-source.h +++ b/src/lib-sieve/sieve-address-source.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_ADDRESS_SOURCE_H diff --git a/src/lib-sieve/sieve-address.c b/src/lib-sieve/sieve-address.c index c6eb70ebd56d4bc6f09c234ad9ecdd0aafae5728..94c94400ca054876165532e198aa28d021f2a703 100644 --- a/src/lib-sieve/sieve-address.c +++ b/src/lib-sieve/sieve-address.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e69bdfc17ba7e3121e24f29586565aff9e0d5785..3910ec1c51e825f8b5616b6b3482ac4203b23d6a 100644 --- a/src/lib-sieve/sieve-address.h +++ b/src/lib-sieve/sieve-address.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 6052afce0a36f3d30791b77dace3191b0bf0efcc..2be85f7dd88ee40aa4be835553f82a39aae83743 100644 --- a/src/lib-sieve/sieve-ast.c +++ b/src/lib-sieve/sieve-ast.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 56b34a1485737557b78d171c12ba213e737c9841..70fd6e6dae962c5e0e4eb58cf1494fc9315e8c85 100644 --- a/src/lib-sieve/sieve-ast.h +++ b/src/lib-sieve/sieve-ast.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1b885e04261d1aadcb926fd716206a5e73dda84f..24ca141e4b628f0af431a52627a4c882d39f0be4 100644 --- a/src/lib-sieve/sieve-binary-code.c +++ b/src/lib-sieve/sieve-binary-code.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 db4c94825f19c62580171e4ebc7544dcf0e29251..999a1681f9887c16ada60caec54ec463c9f48a9d 100644 --- a/src/lib-sieve/sieve-binary-debug.c +++ b/src/lib-sieve/sieve-binary-debug.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 85801ccbafdc46c3ac37d586f2b572ed366ff066..41570c781792d0a6af46309647da8f41da109eec 100644 --- a/src/lib-sieve/sieve-binary-dumper.c +++ b/src/lib-sieve/sieve-binary-dumper.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 240fedc05b5e4a51af5fe4d37fcdaba3bd2f6a3e..ef921342cf0c5d87fb199568d4ee7091c2430da2 100644 --- a/src/lib-sieve/sieve-binary-dumper.h +++ b/src/lib-sieve/sieve-binary-dumper.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 f87d0aa56926e32fcfb4c2eb1b749d7325ae0ad8..dabf46014efe71eea0503b9c7ef974ed9ef9d0af 100644 --- a/src/lib-sieve/sieve-binary-file.c +++ b/src/lib-sieve/sieve-binary-file.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 3beba9a80c54c31b9e4d83d481f945c20bb9c206..e5496bf7fdf3e56d7fa17fc9d6f5cbea6bdf4b89 100644 --- a/src/lib-sieve/sieve-binary-private.h +++ b/src/lib-sieve/sieve-binary-private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 97ec98a2aeb76decbd0f92844ec64fd8981d8a12..84b373178c6ba3214dcb89f097dd5d8f8b1738b2 100644 --- a/src/lib-sieve/sieve-binary.c +++ b/src/lib-sieve/sieve-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e9f8baad05f051c05d86ff4f3dcf0c33a2db0982..a6680c0e411ffdd04a8759e4fe1a6ff444e0828a 100644 --- a/src/lib-sieve/sieve-binary.h +++ b/src/lib-sieve/sieve-binary.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 5c156406fc08e2f09ce28852b25f8c43eadcff1f..17e276834f69a315904658cf39d90fdc7bb15354 100644 --- a/src/lib-sieve/sieve-code-dumper.c +++ b/src/lib-sieve/sieve-code-dumper.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 bacc2c717948cdb0ff1f3684270d4b2347a877cc..ade34e7aa23f96655394bd875cf694591dbeac65 100644 --- a/src/lib-sieve/sieve-code-dumper.h +++ b/src/lib-sieve/sieve-code-dumper.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a7a99be8e690988e68886daa1d9d016549c29dd8..82bd7f12779241f5bb8c462dea3f9fa7d7d70aad 100644 --- a/src/lib-sieve/sieve-code.c +++ b/src/lib-sieve/sieve-code.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 af7ea5747e200c0dee819d339c2c048797c8c70a..58ab822c419314ddac18f3bb93f8ced8c0433c82 100644 --- a/src/lib-sieve/sieve-code.h +++ b/src/lib-sieve/sieve-code.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a27d8a705ec9326ee76987b1bd3a3fa7001cd039..324b66d70a1bb904b4e4e90df4d0172fb0779955 100644 --- a/src/lib-sieve/sieve-commands.c +++ b/src/lib-sieve/sieve-commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 6a814bdee6bfa3441a528109e326a0b8d01a9289..eb18e9c5be8970f04338dcae72d4c8b70bfc4281 100644 --- a/src/lib-sieve/sieve-commands.h +++ b/src/lib-sieve/sieve-commands.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 be9087f9bea03b03a611c1198d80702ac99730de..43add27822f01573c4efa470c922c969471d4b11 100644 --- a/src/lib-sieve/sieve-common.h +++ b/src/lib-sieve/sieve-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e51053c287aa46bc0d86f317a33c07f1c7f0c324..56c33ab9460c35951afafc43c711f1f844e8be0d 100644 --- a/src/lib-sieve/sieve-comparators.c +++ b/src/lib-sieve/sieve-comparators.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 f319dd0acb6ace501ff30f927353a7d6e578145d..d80496d9c44aea489bd5f6d5b136e3a32311b8b1 100644 --- a/src/lib-sieve/sieve-comparators.h +++ b/src/lib-sieve/sieve-comparators.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4bdb7f5dcd0d28037c344a3f05e0d1f3d0c598de..85e95cf17f652058931bc26602ff4ec549aca148 100644 --- a/src/lib-sieve/sieve-config.h +++ b/src/lib-sieve/sieve-config.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 17a1ee145f28508edc2b788cce7b7431809e97c5..6648d334f5280bd84704381794112d9bc5a6d1e8 100644 --- a/src/lib-sieve/sieve-dump.h +++ b/src/lib-sieve/sieve-dump.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e596b501eda9e66c3aada6d2245c3a21a2fe3ad3..87c19ce6c9ddbeddba23115bfeafa62537f63001 100644 --- a/src/lib-sieve/sieve-error-private.h +++ b/src/lib-sieve/sieve-error-private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 118464d6dc97a3072bde01501ffb3729c089846e..89cf67d4cb729fbac13dff3b1ce2bcca0cc250f2 100644 --- a/src/lib-sieve/sieve-error.c +++ b/src/lib-sieve/sieve-error.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4139745485d7dbb348b9e5785363f6302853537f..a30196fb908574908530f69060e38dbebd3872e5 100644 --- a/src/lib-sieve/sieve-error.h +++ b/src/lib-sieve/sieve-error.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 97823b5063a05d61b654b0282f04ec0b8d0eab61..7071e171c145579aad3d0a357ecda7fec8cd8487 100644 --- a/src/lib-sieve/sieve-extensions.c +++ b/src/lib-sieve/sieve-extensions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ef963a84f1ae7d6be36962c845b0a02606fa9458..ed5bce5373ac27120f3bab1ad01ba509aca18768 100644 --- a/src/lib-sieve/sieve-extensions.h +++ b/src/lib-sieve/sieve-extensions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4531f7e29a85e1e58682f6620f78b60b08943452..f1eb240cde786ffadb9150f0a45204d883eb1f98 100644 --- a/src/lib-sieve/sieve-generator.c +++ b/src/lib-sieve/sieve-generator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ff235fb09ba09ce681712c7e8f3a31f4cc89f5e2..d804cf317a35618ba8bd9744b2b4d61d872a9f9b 100644 --- a/src/lib-sieve/sieve-generator.h +++ b/src/lib-sieve/sieve-generator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b2e7f131f7535577c9a8f381840260972ac02a9d..74d65ea19ff8bdf24f2f24e2eefa0e535d763933 100644 --- a/src/lib-sieve/sieve-interpreter.c +++ b/src/lib-sieve/sieve-interpreter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fba43e978d92e73bf3b06256931f25312d9c6cde..2a65261e35f29f7cec3c6768bc1ae4de96e5d223 100644 --- a/src/lib-sieve/sieve-interpreter.h +++ b/src/lib-sieve/sieve-interpreter.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b678a89b5bbc8e22508e0196e3b5db204e8a6e65..c84bf2a6dbba661be8e2e6c42e9ff7574b86c5dc 100644 --- a/src/lib-sieve/sieve-lexer.c +++ b/src/lib-sieve/sieve-lexer.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 35f85394eadb7dbd4c44ecee6bd175c95bc64e2b..1da031b1fa100201564906aa8f90c617843f1ce0 100644 --- a/src/lib-sieve/sieve-lexer.h +++ b/src/lib-sieve/sieve-lexer.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 99c284f62a174b6733525cb30b892d4ff7d567b9..c85a060b858c31e9342b66d5b1518863edee61a6 100644 --- a/src/lib-sieve/sieve-limits.h +++ b/src/lib-sieve/sieve-limits.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 6371b83f7dfcca1f97aa4ef3d1c9de2d68439a21..a61737ebd73bacdb0634c4f30a5210fbdb9b7e8a 100644 --- a/src/lib-sieve/sieve-match-types.c +++ b/src/lib-sieve/sieve-match-types.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 2a52bf7f0f448a487c783bc46bd2daf87388b323..6a828d91d280e702d365082bad15b9f2989b32a9 100644 --- a/src/lib-sieve/sieve-match-types.h +++ b/src/lib-sieve/sieve-match-types.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 c3916cdc192ef8bc6f0ed352c21e9d145e3b6c61..37d37fe3e2964cd4bde19d370e90a6816cfe468b 100644 --- a/src/lib-sieve/sieve-match.c +++ b/src/lib-sieve/sieve-match.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 31624b19412ee10b0ed95d0214b950fad0d9f821..718e960272aa591b98e797cba0b5247362660072 100644 --- a/src/lib-sieve/sieve-match.h +++ b/src/lib-sieve/sieve-match.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 7135e5ae4be808b1d67a3c5f130d8874612eb09d..63b3d3449a8cd3136066f5934418c52f3d8da31f 100644 --- a/src/lib-sieve/sieve-message.c +++ b/src/lib-sieve/sieve-message.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 66d406891c2ddcd1f03cc0391897bea4b1a55280..e0966c37713acad658fcc3d1f57a9fb7d1a4dfd5 100644 --- a/src/lib-sieve/sieve-message.h +++ b/src/lib-sieve/sieve-message.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 11bde186c94c6da2c1ae57503599a492770925f1..66fc9698f68820d01f6ec356b59a8c06db60c062 100644 --- a/src/lib-sieve/sieve-objects.c +++ b/src/lib-sieve/sieve-objects.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e14f103b17aab2270ae95534377afd52018009d6..79e24c48281f6c0ba047ce1f720360faf6de11fc 100644 --- a/src/lib-sieve/sieve-objects.h +++ b/src/lib-sieve/sieve-objects.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ccbb52d220f5425588668f5fea549167b8ff5076..f4897bccebe944399d0f88331c186d857e6b60f4 100644 --- a/src/lib-sieve/sieve-parser.c +++ b/src/lib-sieve/sieve-parser.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e2a652595678f135bebfd5f36d2ad590e5ca4446..1de98199ed6442b85cc1e74514f195d29e0f11a4 100644 --- a/src/lib-sieve/sieve-parser.h +++ b/src/lib-sieve/sieve-parser.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 88946642a790a6befb04fd56dc3705e84081a728..c0f32b13a05b2b5de4cbb34e0caa2695a89b42a4 100644 --- a/src/lib-sieve/sieve-plugins.c +++ b/src/lib-sieve/sieve-plugins.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 72d89e15b8bd15b6d4c0a48481199e2fae529566..e3a130811314429665af6bed17fa3ed3ac5b5a92 100644 --- a/src/lib-sieve/sieve-plugins.h +++ b/src/lib-sieve/sieve-plugins.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a468c11d6f4c31f5648d203174d1dbadef2f32f7..87370c4f7f8851584a666f16152ab52deae1e0be 100644 --- a/src/lib-sieve/sieve-result.c +++ b/src/lib-sieve/sieve-result.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 73385ee61bc077df0dbcd1133f71f9ace56e2a9c..9f2c17523d4610223230677ae4dcab243f1aa552 100644 --- a/src/lib-sieve/sieve-result.h +++ b/src/lib-sieve/sieve-result.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 c5af01dc2c58c8e32717889129b3d7358a8f11ca..a9351a307bbd5327dbe7b9f1145685b9f8da57a8 100644 --- a/src/lib-sieve/sieve-runtime-trace.c +++ b/src/lib-sieve/sieve-runtime-trace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 5808e9db4cbd28d389bc0e99bbe8548d1a6caf2a..1aa55a4c2c25c156b9175e694d3d0ee50eae7d51 100644 --- a/src/lib-sieve/sieve-runtime-trace.h +++ b/src/lib-sieve/sieve-runtime-trace.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e8b1a23498e2b808b953421ae24aed529cd72ceb..53ca1cc5dd3c17a3ba832795b448dae73be61d46 100644 --- a/src/lib-sieve/sieve-runtime.h +++ b/src/lib-sieve/sieve-runtime.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_RUNTIME_H diff --git a/src/lib-sieve/sieve-script-private.h b/src/lib-sieve/sieve-script-private.h index 4d04cb33ed4fe1e1701d5e88393ced25ae1e9665..b338c9bd46312518749e475f81235569217c84c9 100644 --- a/src/lib-sieve/sieve-script-private.h +++ b/src/lib-sieve/sieve-script-private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ea43cd79ea129d7f5e1bc7b5bd827ea00326f961..d5fb34b774f03b62490f6bd6f5a2f2af54c7ac12 100644 --- a/src/lib-sieve/sieve-script.c +++ b/src/lib-sieve/sieve-script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 358ee344d059232f86ca7a777ea45af686a5a877..662400ae9f28c34e341fe2b08ae3aca0b199a041 100644 --- a/src/lib-sieve/sieve-script.h +++ b/src/lib-sieve/sieve-script.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e0a0d7705fbd051350e4ea7f03713f29d0585a6a..999b467c161c59e92550d67985885847dbacd538 100644 --- a/src/lib-sieve/sieve-settings.c +++ b/src/lib-sieve/sieve-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 7f1eb5c521a28f8a86043db48205edd7d23cc420..6f7cec0bdef781a1ce00853905dab7349220584d 100644 --- a/src/lib-sieve/sieve-settings.h +++ b/src/lib-sieve/sieve-settings.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 44cd8176b9938b08b37510c34a396f15e4893837..40b40ea69a98163c666c45ca025aec99853ceb47 100644 --- a/src/lib-sieve/sieve-smtp.c +++ b/src/lib-sieve/sieve-smtp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" #include "smtp-address.h" diff --git a/src/lib-sieve/sieve-smtp.h b/src/lib-sieve/sieve-smtp.h index ac11e3b24f35ac0886f1761056780e1c44b14342..617b0f1d60ee03124fb377f8ccf77710b59c5123 100644 --- a/src/lib-sieve/sieve-smtp.h +++ b/src/lib-sieve/sieve-smtp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_SMTP_H diff --git a/src/lib-sieve/sieve-storage-private.h b/src/lib-sieve/sieve-storage-private.h index db1bb684ea077e064bf3a272fc752d8765382f75..0728e712e6e9b7209f43be444bdd12a147cb4632 100644 --- a/src/lib-sieve/sieve-storage-private.h +++ b/src/lib-sieve/sieve-storage-private.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_STORAGE_PRIVATE_H diff --git a/src/lib-sieve/sieve-storage-sync.c b/src/lib-sieve/sieve-storage-sync.c index 3deecf3dff1c4addb33fdfb9b6423d0bd7ed162e..f6a93f00bc7d145a310a3f91ee1569d917e63f12 100644 --- a/src/lib-sieve/sieve-storage-sync.c +++ b/src/lib-sieve/sieve-storage-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/sieve-storage.c b/src/lib-sieve/sieve-storage.c index 5c4f71a9094722a0a105c8edeac979db92598799..3859e9a65a40b3e8a641cad9a62f6252e0f91ac2 100644 --- a/src/lib-sieve/sieve-storage.c +++ b/src/lib-sieve/sieve-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/sieve-storage.h b/src/lib-sieve/sieve-storage.h index 79a9c91efc17312a7637f3617f436b2269353244..200fe65d170c42f810399e3b99d04df7f1d19d93 100644 --- a/src/lib-sieve/sieve-storage.h +++ b/src/lib-sieve/sieve-storage.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_STORAGE_H diff --git a/src/lib-sieve/sieve-stringlist.c b/src/lib-sieve/sieve-stringlist.c index 18a489623f1cf777aec1392033247ed95dd924c7..9e226e5024e86a814a14e849af84de7b8aca52d0 100644 --- a/src/lib-sieve/sieve-stringlist.c +++ b/src/lib-sieve/sieve-stringlist.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 3ddc85b097778736d7facb3ac26659d4620573a9..c8c2a8b12c76e940e1bba9e217a42bac01521dfb 100644 --- a/src/lib-sieve/sieve-stringlist.h +++ b/src/lib-sieve/sieve-stringlist.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 9e0d4522934cd007300b1a89835e6e5b61bc3ca1..d8c287a3f85f1d1717a3b3d883b154e48b24118d 100644 --- a/src/lib-sieve/sieve-types.h +++ b/src/lib-sieve/sieve-types.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ababefc3cbbc4949c0f523985329bac11416721d..29b3a936b98f58483b6219390d131a20af2918df 100644 --- a/src/lib-sieve/sieve-validator.c +++ b/src/lib-sieve/sieve-validator.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 f685e14f7758bb49a8600a39f406e8d5e713cba5..6b0d1a9e4adbdea640b601a1a2ee8b5f16e70fc6 100644 --- a/src/lib-sieve/sieve-validator.h +++ b/src/lib-sieve/sieve-validator.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 c15f396524f542a1babe776dc6c3d9a7aeec9cc5..55edaa4555f3ecd15b0252e8390bd9390f581d8d 100644 --- a/src/lib-sieve/sieve.c +++ b/src/lib-sieve/sieve.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 8f68d2e5de92c301a39ff8b54eee556ffa1e463e..48b400b6c92c0bf68e968a4371ba0264565c6015 100644 --- a/src/lib-sieve/sieve.h +++ b/src/lib-sieve/sieve.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_H diff --git a/src/lib-sieve/storage/dict/sieve-dict-script.c b/src/lib-sieve/storage/dict/sieve-dict-script.c index dbee3c009b5a4a9594c355dd8029195ec2354c40..258b15a8c9233510b1ed270f73088f21516f1d8e 100644 --- a/src/lib-sieve/storage/dict/sieve-dict-script.c +++ b/src/lib-sieve/storage/dict/sieve-dict-script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/dict/sieve-dict-storage.c b/src/lib-sieve/storage/dict/sieve-dict-storage.c index df6f3c0278469bcebada37f73a6b4ba687899fdc..81bc46d1ff3115c5c1b65f0f471b9b8e341a4d93 100644 --- a/src/lib-sieve/storage/dict/sieve-dict-storage.c +++ b/src/lib-sieve/storage/dict/sieve-dict-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/dict/sieve-dict-storage.h b/src/lib-sieve/storage/dict/sieve-dict-storage.h index 7f3b3b61e5a188d2c626ddc229a692b6079d3248..d689fdc80aaff6d12be47ed58af7beffad67fea6 100644 --- a/src/lib-sieve/storage/dict/sieve-dict-storage.h +++ b/src/lib-sieve/storage/dict/sieve-dict-storage.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_DICT_STORAGE_H diff --git a/src/lib-sieve/storage/file/sieve-file-script-sequence.c b/src/lib-sieve/storage/file/sieve-file-script-sequence.c index 58aa4c2d7470198d97edc1f625c476c4b091e35b..7906ab613b2a667eb1445d46949e175f635293b1 100644 --- a/src/lib-sieve/storage/file/sieve-file-script-sequence.c +++ b/src/lib-sieve/storage/file/sieve-file-script-sequence.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/file/sieve-file-script.c b/src/lib-sieve/storage/file/sieve-file-script.c index 14694ae4aef90f88062dd34979e4e2324eb0df2b..dcc74562b2790c56ed57d49af3202da262a42e30 100644 --- a/src/lib-sieve/storage/file/sieve-file-script.c +++ b/src/lib-sieve/storage/file/sieve-file-script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/file/sieve-file-storage-active.c b/src/lib-sieve/storage/file/sieve-file-storage-active.c index 5cbdd759d7962fc3462b2bb39767cb7accabde82..d5b9eef9bd8c265eb463513818ff340f53a0fe9e 100644 --- a/src/lib-sieve/storage/file/sieve-file-storage-active.c +++ b/src/lib-sieve/storage/file/sieve-file-storage-active.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/file/sieve-file-storage-list.c b/src/lib-sieve/storage/file/sieve-file-storage-list.c index 18e7a47ae7d17f0da424b4519351a4001f765d25..0aa16dade1887291740ad68eaa728766a9269f54 100644 --- a/src/lib-sieve/storage/file/sieve-file-storage-list.c +++ b/src/lib-sieve/storage/file/sieve-file-storage-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/file/sieve-file-storage-quota.c b/src/lib-sieve/storage/file/sieve-file-storage-quota.c index bf258a9f64bb28d2bd8559f4dc14a4b8e0c5545c..b44c204b3425c9edafdd7ddc52268c7adb496e24 100644 --- a/src/lib-sieve/storage/file/sieve-file-storage-quota.c +++ b/src/lib-sieve/storage/file/sieve-file-storage-quota.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/file/sieve-file-storage-save.c b/src/lib-sieve/storage/file/sieve-file-storage-save.c index f47c8212533e7128fa7eb8d69d5a3b32799f9dad..9ef5765802bc28552792ae97722c0372691289d4 100644 --- a/src/lib-sieve/storage/file/sieve-file-storage-save.c +++ b/src/lib-sieve/storage/file/sieve-file-storage-save.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/file/sieve-file-storage.c b/src/lib-sieve/storage/file/sieve-file-storage.c index 5e7e8e03ce48c3613a5baabf04d06ceae2f7d73d..6fcd21fcc0dcc4c8d8987b133360802045592db7 100644 --- a/src/lib-sieve/storage/file/sieve-file-storage.c +++ b/src/lib-sieve/storage/file/sieve-file-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/file/sieve-file-storage.h b/src/lib-sieve/storage/file/sieve-file-storage.h index 3978236984ff0371b514d30f09ebcc0db43f4b40..33a42eb47da774243f3d35b561a063eb6fe67af0 100644 --- a/src/lib-sieve/storage/file/sieve-file-storage.h +++ b/src/lib-sieve/storage/file/sieve-file-storage.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_FILE_STORAGE_H diff --git a/src/lib-sieve/storage/ldap/sieve-ldap-db.c b/src/lib-sieve/storage/ldap/sieve-ldap-db.c index 9f9bc092b226b9f85ff12c7f0e972c8454567689..c0a2e51a379bb77c9343a1f8ab85c42fc8da3e4a 100644 --- a/src/lib-sieve/storage/ldap/sieve-ldap-db.c +++ b/src/lib-sieve/storage/ldap/sieve-ldap-db.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/ldap/sieve-ldap-script.c b/src/lib-sieve/storage/ldap/sieve-ldap-script.c index f34d115781d31a3ed9b42d3a2ecde5cac4f6150b..428de18b48f783a5890f01650e2182fa196da32e 100644 --- a/src/lib-sieve/storage/ldap/sieve-ldap-script.c +++ b/src/lib-sieve/storage/ldap/sieve-ldap-script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/ldap/sieve-ldap-storage-settings.c b/src/lib-sieve/storage/ldap/sieve-ldap-storage-settings.c index 68c9e1cbf95b3d9709a9d0157a970f328c12664e..765f214687536cfa1c45a38e9fc72208e8708260 100644 --- a/src/lib-sieve/storage/ldap/sieve-ldap-storage-settings.c +++ b/src/lib-sieve/storage/ldap/sieve-ldap-storage-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/ldap/sieve-ldap-storage.c b/src/lib-sieve/storage/ldap/sieve-ldap-storage.c index 769c3d4430e975a1bb4442372e3dd51dd9481f24..026b05c9a73bfd411169e627b8d5136807c06378 100644 --- a/src/lib-sieve/storage/ldap/sieve-ldap-storage.c +++ b/src/lib-sieve/storage/ldap/sieve-ldap-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/storage/ldap/sieve-ldap-storage.h b/src/lib-sieve/storage/ldap/sieve-ldap-storage.h index 800da2145ebaa88e66fdc32bfc17bdb0ddba90c3..03874c1045b68d9eb6da5c9142479276493bc0b1 100644 --- a/src/lib-sieve/storage/ldap/sieve-ldap-storage.h +++ b/src/lib-sieve/storage/ldap/sieve-ldap-storage.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_LDAP_STORAGE_H diff --git a/src/lib-sieve/tst-address.c b/src/lib-sieve/tst-address.c index 3c2fc8789ce0986667c374aafb6b06424c382659..086679df4558854d07c4256ed94209d84a49e61b 100644 --- a/src/lib-sieve/tst-address.c +++ b/src/lib-sieve/tst-address.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 dfe08a61bfdecb456b817a77714caabc4b412586..6d278b9ade47d92ba94b390a2cedfa20e2723159 100644 --- a/src/lib-sieve/tst-allof.c +++ b/src/lib-sieve/tst-allof.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 bb16b46cec19cd07f8d35c133d3aaf8c302fbaa6..84bfedd58734ac6c2cfb563fb3f78d8b592a2e1b 100644 --- a/src/lib-sieve/tst-anyof.c +++ b/src/lib-sieve/tst-anyof.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0c98c92d3479912ce7147ef1228c62a2fcf1806d..0668c30699c51b53b10fc189f030386c9641fdbb 100644 --- a/src/lib-sieve/tst-exists.c +++ b/src/lib-sieve/tst-exists.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0086a55404be9469b39a56a0626f3c644456ada4..6e553a2f5b83326ffe20feeb67df94eaea64053e 100644 --- a/src/lib-sieve/tst-header.c +++ b/src/lib-sieve/tst-header.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1197c081f991b4a18dbb5630b96f8d85b01606c2..9687d4923868bfb176721a8ca0d8d094e23b623f 100644 --- a/src/lib-sieve/tst-not.c +++ b/src/lib-sieve/tst-not.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ade9b2b4f3bcf3a2e30dac70eaedb34d8769a856..726b3318e279d5521471ede00cf2f6b2c2e6c858 100644 --- a/src/lib-sieve/tst-size.c +++ b/src/lib-sieve/tst-size.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 1a1ae3e4187931b4696c1f01800de661db804406..6373ce3c98c272d57854df9c4116e34a16a241d6 100644 --- a/src/lib-sieve/tst-truefalse.c +++ b/src/lib-sieve/tst-truefalse.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "sieve-ast.h" diff --git a/src/lib-sieve/util/edit-mail.c b/src/lib-sieve/util/edit-mail.c index 7254cab86c57c189dc4d9cdcff1fd44e855f83c1..f2cfc19a0b09048248cebd09627ac304630a08be 100644 --- a/src/lib-sieve/util/edit-mail.c +++ b/src/lib-sieve/util/edit-mail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/lib-sieve/util/edit-mail.h b/src/lib-sieve/util/edit-mail.h index 0d84af067b15e44bcf17fe006ab381e19c8c18f6..eaa313a57d4df70cf5b81f37cb013c5bc6896bb2 100644 --- a/src/lib-sieve/util/edit-mail.h +++ b/src/lib-sieve/util/edit-mail.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __EDIT_MAIL_H diff --git a/src/lib-sieve/util/rfc2822.c b/src/lib-sieve/util/rfc2822.c index 98a6aa63124594bee18db209125d3bcbbbe81998..3db2de7766a4d766b44916e566cf54e9ae91457c 100644 --- a/src/lib-sieve/util/rfc2822.c +++ b/src/lib-sieve/util/rfc2822.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* NOTE: much of the functionality implemented here should eventually appear diff --git a/src/lib-sieve/util/rfc2822.h b/src/lib-sieve/util/rfc2822.h index f6cba7b53fc3d69f76c3d9e6c9fad8775a995c5c..840146610b10e16dda63ccaba4fce3acd51eeb9b 100644 --- a/src/lib-sieve/util/rfc2822.h +++ b/src/lib-sieve/util/rfc2822.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __RFC2822_H diff --git a/src/managesieve-login/client-authenticate.c b/src/managesieve-login/client-authenticate.c index a240beb0daf86daafc04fefd71fae73ab148b8cb..b94480fce985e9888d55f9bba7afbf04c3bee75d 100644 --- a/src/managesieve-login/client-authenticate.c +++ b/src/managesieve-login/client-authenticate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 eb338d1c04705d9b2f61200dfbffad36d05dc7fc..618ad8b7e56dbaca781332af7080437ca6b8c264 100644 --- a/src/managesieve-login/client-authenticate.h +++ b/src/managesieve-login/client-authenticate.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d0dd199b8f66b2fee29bc63c4aa13f69fe595c5a..6bc35d03226df203021c485a6bd744eb8861c4c1 100644 --- a/src/managesieve-login/client.c +++ b/src/managesieve-login/client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 3e7e3de1027562bff51b4d0cc38a7885ced2ca38..fd5f67c83036d68bc0e458411b435286cc3062d3 100644 --- a/src/managesieve-login/client.h +++ b/src/managesieve-login/client.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 8cad08c5012e4326e9c814abd6a6741639196189..2ff15a6e8c6b62c6173b0935e6a4c410bb66360c 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 2969d437759f43db86955cea9bcbfe1e142eb448..5696f33507cfb2247c84093bf1bb111cba3c624d 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 c840c5f4e473f05328c1ecaba0977431b69ded97..fcf30368b02cc4589ffb54e96a6b454877601242 100644 --- a/src/managesieve-login/managesieve-login-settings.c +++ b/src/managesieve-login/managesieve-login-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 328ae2b550927a20a4b0fc24eb48d21f2b5e1cde..b19af34958f3266aaf2eed6dccb4b96d2c1c4c26 100644 --- a/src/managesieve-login/managesieve-login-settings.h +++ b/src/managesieve-login/managesieve-login-settings.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4fa0c338644c28fa178b4b72012b593211df6fe5..d446ef5661e877082382c2a89bfd2387b9b899a3 100644 --- a/src/managesieve-login/managesieve-proxy.c +++ b/src/managesieve-login/managesieve-proxy.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b80c7a02e7b93d9a8df39544f711bca49337cbc3..6119ce3a0fffd7b1b3df15acb743ab7f61e941a9 100644 --- a/src/managesieve-login/managesieve-proxy.h +++ b/src/managesieve-login/managesieve-proxy.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 98b2d635f4e99f807a17176ab62a1405cbef0010..33f7d29a18f315067b68035f085f783e1a5ac286 100644 --- a/src/managesieve/cmd-capability.c +++ b/src/managesieve/cmd-capability.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fd9ccc2e317e38cdc452a9ec06496d679a2f4fc8..16a6ec029ddcbcee879284846251f8e5825187be 100644 --- a/src/managesieve/cmd-deletescript.c +++ b/src/managesieve/cmd-deletescript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 bd781ba7d5f1852ad04b9a95ecaf1ea2a2d53607..5c5da39254360e8e593677c4679c28594ac98490 100644 --- a/src/managesieve/cmd-getscript.c +++ b/src/managesieve/cmd-getscript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 8c63a5c12eeb5def8f5b5f1bcd38b4cef87c6a94..ba44a7157ed26353b382e51bc142f70f2cfc36ee 100644 --- a/src/managesieve/cmd-havespace.c +++ b/src/managesieve/cmd-havespace.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ad07509640f1bd654e4081cb9b9f18ae85e4e370..21d925238e0183d1c6ec2e87b04987b8b4a7db64 100644 --- a/src/managesieve/cmd-listscripts.c +++ b/src/managesieve/cmd-listscripts.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 2283d7d6a5472a51dbd2f84ce9a553b9990e8aa0..f6b3262e0d56046af00603a40ed986c8c2478d41 100644 --- a/src/managesieve/cmd-logout.c +++ b/src/managesieve/cmd-logout.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 eb3ee9b2253aae570f01a214d76ab91591f5bcac..ed5d71e175e1370a81e04c4a314f634db7a9c999 100644 --- a/src/managesieve/cmd-noop.c +++ b/src/managesieve/cmd-noop.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 af4dcb099642e80d1234fca3e101c1b0203612f2..3aa09be87c5ff0b61579bf543ac896bb6f3acb4f 100644 --- a/src/managesieve/cmd-putscript.c +++ b/src/managesieve/cmd-putscript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e76f04cb492f85486152317d49656f904ff531e2..1aeecdb86b11c1100d9cf4dfa4778ea6cffd5914 100644 --- a/src/managesieve/cmd-renamescript.c +++ b/src/managesieve/cmd-renamescript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 450692ff19c2f6b428551762ce7e60b8329eabef..c4873a1978e174a7911d0efd4920d0ca80479143 100644 --- a/src/managesieve/cmd-setactive.c +++ b/src/managesieve/cmd-setactive.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/managesieve/main.c b/src/managesieve/main.c index 1f3ba265d135485c54bf55f91cbcf1ec970a5d32..dffb45f654446c1a33022ee2a65eaf76dd54f7fb 100644 --- a/src/managesieve/main.c +++ b/src/managesieve/main.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fa3bdf3b2916a7c97e80d34206f6fc170210d40a..d9f4e35797b34463c0744178efcb2e06baf5d941 100644 --- a/src/managesieve/managesieve-capabilities.c +++ b/src/managesieve/managesieve-capabilities.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 9617c115bfa4e2ed23f3e427c76bf5b3a83bb686..dec74a5cf1b4cdbaf39baacbdd7594493cd17e83 100644 --- a/src/managesieve/managesieve-capabilities.h +++ b/src/managesieve/managesieve-capabilities.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 3db5394f43d1c6e45135eb5a27d9adcc52af24bc..a0c329689e9041285f0e5e30a7a66aa465b16f56 100644 --- a/src/managesieve/managesieve-client.c +++ b/src/managesieve/managesieve-client.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0c17e6bb2712e69dd6d743ff627fcfa0b2f66c4f..920665b295a029b63fc528ea2d75121f2ef4bea1 100644 --- a/src/managesieve/managesieve-client.h +++ b/src/managesieve/managesieve-client.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 afe1aba2390adafc60f06a5bd945176e2adc8a2e..5bcc64f92dc0db5cc70d239366ea5ecc1538dd94 100644 --- a/src/managesieve/managesieve-commands.c +++ b/src/managesieve/managesieve-commands.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d652cd6bb89f739cacdda65e8a314ac2aabce0b6..b09033159fa4852d544bff571ca1972366cc97e1 100644 --- a/src/managesieve/managesieve-commands.h +++ b/src/managesieve/managesieve-commands.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 efb302d2f26733a3c185fb8cc74983d1fc2f8e14..4ef818e56ae161ab2081855d96899cc456578863 100644 --- a/src/managesieve/managesieve-common.h +++ b/src/managesieve/managesieve-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 12afcff7b4aa2d5da433f8cce6237f3a2ecf2faa..9e3517c13596aa2548555983b5923ab2c62d7eea 100644 --- a/src/managesieve/managesieve-quota.c +++ b/src/managesieve/managesieve-quota.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 010e338d10c17459a34b0ee450af1668bf642137..bd5899a54f8c4b48efff6f1748e3ae2144bd7296 100644 --- a/src/managesieve/managesieve-quota.h +++ b/src/managesieve/managesieve-quota.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 941593c791c9b392df0c226eaa1cf8970281481c..d61fd9107bc31db241f2aef3cf160b348482ad85 100644 --- a/src/managesieve/managesieve-settings.c +++ b/src/managesieve/managesieve-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 addd6d46cf0de265b26327c7e39b690a98fe517a..4eda7d9e3ecd4808dec2b2fac01523be02be974c 100644 --- a/src/managesieve/managesieve-settings.h +++ b/src/managesieve/managesieve-settings.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __MANAGESIEVE_SETTINGS_H diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-activate.c b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-activate.c index 700fd35be9017892c0d6be70bf6731e72702548a..c5cb0b44c14fde167edc6f66e66b46d2f3a0eed4 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-activate.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-activate.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-delete.c b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-delete.c index aed803f3d20d067575f74450c3c5c14db4e08ea6..346774006c4012c9ec5e91328dd027eef272fb67 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-delete.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-delete.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-get.c b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-get.c index 252e7f4bd8a5d1aa66ecc7c76a8c764205eb2054..f580ab4d25f137507d0728b197fbbeef03850a77 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-get.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-get.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-list.c b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-list.c index 7bae02093efb2b1ea01375df86695bf237d73022..0dbf3796253c5b2fe1c6b7d04fa251ebc7211c02 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-list.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-list.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-put.c b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-put.c index 9fee746b7bbd752de2d73b7d92b8acaaef6f7ae3..3288c574f90dd37370c65d064ea4f4375499800c 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-put.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-put.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-rename.c b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-rename.c index 9b651c48f39c40a4b4d3583716b29a86fdbfa3dc..3cc53c7f6c6b6b7c3b6be2e159a1cb5be41ee72b 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-cmd-rename.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-cmd-rename.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-cmd.c b/src/plugins/doveadm-sieve/doveadm-sieve-cmd.c index 7de79e0e17da683963f88a9922b54b6c643c7fda..eb9318ccd7e3834fabb167fb1566e4230e44d6a7 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-cmd.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-cmd.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-cmd.h b/src/plugins/doveadm-sieve/doveadm-sieve-cmd.h index 936a492f6e8f041fbb296dca3b1e7370856c0a02..59c8e8c62942151fd162da6130c1499fc9a3f13c 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-cmd.h +++ b/src/plugins/doveadm-sieve/doveadm-sieve-cmd.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __DOVEADM_SIEVE_CMD_H diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-plugin.c b/src/plugins/doveadm-sieve/doveadm-sieve-plugin.c index b77f6b838fa907694deeac305be257eaf8067c01..0478b554ba6dee20338192825b45c4f595cc8109 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-plugin.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-plugin.h b/src/plugins/doveadm-sieve/doveadm-sieve-plugin.h index 749e03899117430ed913bbf94c1ab75295ef4b10..81b3b80a4d821733c13187d067d974fa02a3bbf2 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-plugin.h +++ b/src/plugins/doveadm-sieve/doveadm-sieve-plugin.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __DOVEADM_SIEVE_PLUGIN_H diff --git a/src/plugins/doveadm-sieve/doveadm-sieve-sync.c b/src/plugins/doveadm-sieve/doveadm-sieve-sync.c index 4a03f19cbf72b97d689efc146e6e9471f718f218..17e1878b86caa0172fa4e64d20fedbb51222fc9f 100644 --- a/src/plugins/doveadm-sieve/doveadm-sieve-sync.c +++ b/src/plugins/doveadm-sieve/doveadm-sieve-sync.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/imapsieve/ext-imapsieve-common.h b/src/plugins/imapsieve/ext-imapsieve-common.h index 1432e31fb1c8e0f5b8efc31c0c9e084948b76512..35bbdce61a20131df54a864b24a4d7b6d9b18b76 100644 --- a/src/plugins/imapsieve/ext-imapsieve-common.h +++ b/src/plugins/imapsieve/ext-imapsieve-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __EXT_IMAPSIEVE_COMMON_H diff --git a/src/plugins/imapsieve/ext-imapsieve-environment.c b/src/plugins/imapsieve/ext-imapsieve-environment.c index 1deeafe6bec75aaf08cfb91ed8df1fe86f7fbef9..4e201bd5ae29b6a7743df51e54bea3cfec6c2e76 100644 --- a/src/plugins/imapsieve/ext-imapsieve-environment.c +++ b/src/plugins/imapsieve/ext-imapsieve-environment.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/imapsieve/ext-imapsieve.c b/src/plugins/imapsieve/ext-imapsieve.c index f4e278f3e8fe7af5b264a05230004effa8768c39..64dfc07d82df80b48f374482fb9f745fb0e6903b 100644 --- a/src/plugins/imapsieve/ext-imapsieve.c +++ b/src/plugins/imapsieve/ext-imapsieve.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ /* Extension imapsieve diff --git a/src/plugins/imapsieve/imap-sieve-plugin.c b/src/plugins/imapsieve/imap-sieve-plugin.c index 707f3de7a6283dac182e4d977cdcc6a1dccaff3d..0c9b52ef4d6bd4b5eb084498a42abd4503bf5979 100644 --- a/src/plugins/imapsieve/imap-sieve-plugin.c +++ b/src/plugins/imapsieve/imap-sieve-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file */ +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #include "imap-common.h" #include "str.h" diff --git a/src/plugins/imapsieve/imap-sieve-plugin.h b/src/plugins/imapsieve/imap-sieve-plugin.h index 503aaf1cbd790847eded8f0e464b361c75b6f3f4..b03580ba2aff1062f2bfc3b0f20cedc753db3053 100644 --- a/src/plugins/imapsieve/imap-sieve-plugin.h +++ b/src/plugins/imapsieve/imap-sieve-plugin.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #ifndef IMAP_SIEVE_PLUGIN_H diff --git a/src/plugins/imapsieve/imap-sieve-storage.c b/src/plugins/imapsieve/imap-sieve-storage.c index 5bd57bc46ade1d51e3278b087f758eed1f1ba8a1..d7791c1c3ec6e051af117e20c514727d83cc0cbc 100644 --- a/src/plugins/imapsieve/imap-sieve-storage.c +++ b/src/plugins/imapsieve/imap-sieve-storage.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file */ +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #include "imap-common.h" #include "array.h" diff --git a/src/plugins/imapsieve/imap-sieve-storage.h b/src/plugins/imapsieve/imap-sieve-storage.h index 0005d4403ecd0ca8c9500d9cae769e0e35b81a5a..4740eaf7f22ebc73f7e982c72cbf8bdf9bd2d527 100644 --- a/src/plugins/imapsieve/imap-sieve-storage.h +++ b/src/plugins/imapsieve/imap-sieve-storage.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __IMAP_SIEVE_STORAGE_H diff --git a/src/plugins/imapsieve/imap-sieve.c b/src/plugins/imapsieve/imap-sieve.c index 712d08ec1f842ce7dc82314ed2e7412c702d98cf..a005693f577393234c2c5e47caaac35b5ea2892e 100644 --- a/src/plugins/imapsieve/imap-sieve.c +++ b/src/plugins/imapsieve/imap-sieve.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/imapsieve/imap-sieve.h b/src/plugins/imapsieve/imap-sieve.h index 37bc0adca61e5a9d84b9db426bc3de3cb974d73a..a81591526a3f7369f1856941c7ffa04557fddf40 100644 --- a/src/plugins/imapsieve/imap-sieve.h +++ b/src/plugins/imapsieve/imap-sieve.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __IMAP_SIEVE_H diff --git a/src/plugins/imapsieve/sieve-imapsieve-plugin.c b/src/plugins/imapsieve/sieve-imapsieve-plugin.c index 88d4847e63b3b59743ebcaee462278a9dda6fc3a..476573454afa7d67682f433ec16d0e2bea60523d 100644 --- a/src/plugins/imapsieve/sieve-imapsieve-plugin.c +++ b/src/plugins/imapsieve/sieve-imapsieve-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h" diff --git a/src/plugins/imapsieve/sieve-imapsieve-plugin.h b/src/plugins/imapsieve/sieve-imapsieve-plugin.h index 678578cf289426d6a25c44c3dcc61209437345ed..b0536a9752377d627222271a7f5ff0dddfb29871 100644 --- a/src/plugins/imapsieve/sieve-imapsieve-plugin.h +++ b/src/plugins/imapsieve/sieve-imapsieve-plugin.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2016-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2016-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_IMAPSIEVE_PLUGIN_H diff --git a/src/plugins/lda-sieve/lda-sieve-log.c b/src/plugins/lda-sieve/lda-sieve-log.c index 6eee8ac27e1088c0aaa79fb58ef54212d9376999..313fbeb21a7acde3f55021775a4984c8fc6a827a 100644 --- a/src/plugins/lda-sieve/lda-sieve-log.c +++ b/src/plugins/lda-sieve/lda-sieve-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/lda-sieve/lda-sieve-log.h b/src/plugins/lda-sieve/lda-sieve-log.h index 65beb507d9a960a4ac1245de4022827b2cfc3bcd..0ded7960fb8822bd60bf42d60babbc37008546ee 100644 --- a/src/plugins/lda-sieve/lda-sieve-log.h +++ b/src/plugins/lda-sieve/lda-sieve-log.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __LDA_SIEVE_LOG_H diff --git a/src/plugins/lda-sieve/lda-sieve-plugin.c b/src/plugins/lda-sieve/lda-sieve-plugin.c index 3dcdac467af91890d4d27bfb7856c9b016620e11..c6cf1d8c0d18e721f3ead9ddbd93953d32700484 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 83f4ec0af7be32cd4d496a8b5dabfe3c255b57e3..5da1b7ecb1b4d3bc12c249faf33ca3492da78f68 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-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __LDA_SIEVE_PLUGIN_H diff --git a/src/plugins/settings/pigeonhole-settings.c b/src/plugins/settings/pigeonhole-settings.c index f08532607ebe0218f40e46b55a99d94cdef0ffa2..21f8e8510930e9bc9c799e35e84169437e7346d9 100644 --- a/src/plugins/settings/pigeonhole-settings.c +++ b/src/plugins/settings/pigeonhole-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/sieve-extprograms/cmd-execute.c b/src/plugins/sieve-extprograms/cmd-execute.c index 22817b391147c4c254715e11b059cdd000d2a0e7..5defe1f02b4c1f6cffd1110a9439e323150d4352 100644 --- a/src/plugins/sieve-extprograms/cmd-execute.c +++ b/src/plugins/sieve-extprograms/cmd-execute.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/sieve-extprograms/cmd-filter.c b/src/plugins/sieve-extprograms/cmd-filter.c index f935f4a4ce07d7dacd83396a5c85bc2adde4243c..dcc1132b6e185133b0820ba7512595a71d1045af 100644 --- a/src/plugins/sieve-extprograms/cmd-filter.c +++ b/src/plugins/sieve-extprograms/cmd-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/sieve-extprograms/cmd-pipe.c b/src/plugins/sieve-extprograms/cmd-pipe.c index 015ad2bc6c30680a2e49e9189c5ba3ffd9dab36a..d9266bb20f5c052411bd6ee51a3870cd15b0b5b4 100644 --- a/src/plugins/sieve-extprograms/cmd-pipe.c +++ b/src/plugins/sieve-extprograms/cmd-pipe.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/sieve-extprograms/ext-execute.c b/src/plugins/sieve-extprograms/ext-execute.c index 566c9c5bf8627abb0ba10c378685045db79d1133..ad04042527ca744bf2881fbf091c3bd396db38b1 100644 --- a/src/plugins/sieve-extprograms/ext-execute.c +++ b/src/plugins/sieve-extprograms/ext-execute.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension vnd.dovecot.execute diff --git a/src/plugins/sieve-extprograms/ext-filter.c b/src/plugins/sieve-extprograms/ext-filter.c index 9ea7cd2a9328389a7fb0244460967778b47083fb..957df5f44a7f9f0dc50fd25de48b9aacda4e3ff6 100644 --- a/src/plugins/sieve-extprograms/ext-filter.c +++ b/src/plugins/sieve-extprograms/ext-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension vnd.dovecot.filter diff --git a/src/plugins/sieve-extprograms/ext-pipe.c b/src/plugins/sieve-extprograms/ext-pipe.c index 8936e1b204936e242f9035e84a5d7a3ba35047cd..ea5846d66e973465cd57c0f6fcaf14cc20b97f85 100644 --- a/src/plugins/sieve-extprograms/ext-pipe.c +++ b/src/plugins/sieve-extprograms/ext-pipe.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension vnd.dovecot.pipe diff --git a/src/plugins/sieve-extprograms/sieve-extprograms-common.c b/src/plugins/sieve-extprograms/sieve-extprograms-common.c index 5f0ed728485c2308d3d425ece2e65c29d5d830bb..c8fc241ab11f6c68ce7dcd47632ab95ef1a10721 100644 --- a/src/plugins/sieve-extprograms/sieve-extprograms-common.c +++ b/src/plugins/sieve-extprograms/sieve-extprograms-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "lib.h" diff --git a/src/plugins/sieve-extprograms/sieve-extprograms-common.h b/src/plugins/sieve-extprograms/sieve-extprograms-common.h index cfbf7f5878bc1842604cb21d4618113aa93af473..94dbfab9efe5653fead2d6918de0959981c2e16d 100644 --- a/src/plugins/sieve-extprograms/sieve-extprograms-common.h +++ b/src/plugins/sieve-extprograms/sieve-extprograms-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_EXTPROGRAMS_COMMON_H diff --git a/src/plugins/sieve-extprograms/sieve-extprograms-plugin.c b/src/plugins/sieve-extprograms/sieve-extprograms-plugin.c index 227ddc701c78556c448eb41c2b78c503dd66a359..68603aeebf5cf5850bea116d1bda26ee8497df29 100644 --- a/src/plugins/sieve-extprograms/sieve-extprograms-plugin.c +++ b/src/plugins/sieve-extprograms/sieve-extprograms-plugin.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h" diff --git a/src/plugins/sieve-extprograms/sieve-extprograms-plugin.h b/src/plugins/sieve-extprograms/sieve-extprograms-plugin.h index 266eb9b5b54e326f7d242fcdf5d2d851e66b1843..78fe47d571c5f7906cecc3483617977e800f9e43 100644 --- a/src/plugins/sieve-extprograms/sieve-extprograms-plugin.h +++ b/src/plugins/sieve-extprograms/sieve-extprograms-plugin.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __SIEVE_EXTPROGRAMS_PLUGIN_H diff --git a/src/sieve-tools/sieve-dump.c b/src/sieve-tools/sieve-dump.c index 60ec6fb54fc09200359b15b8a25f06abea86b74c..23b2be4be1e297152416217b708a0fb122442b6b 100644 --- a/src/sieve-tools/sieve-dump.c +++ b/src/sieve-tools/sieve-dump.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 30e86523c063d3e148e4dce127df8a7d67396509..37702498fa4e60f3d4e2bff737a11252cdafacc9 100644 --- a/src/sieve-tools/sieve-filter.c +++ b/src/sieve-tools/sieve-filter.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 81b31afa0927de5cc9483b06bb1d0ccc120c68e0..3a0f85920edba8f3424974f1f5f60efdc7f2533b 100644 --- a/src/sieve-tools/sieve-test.c +++ b/src/sieve-tools/sieve-test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 afe1d445e30968ce16a3c6f24fccf26fe0231076..d70435dca5e04ec93deb61b51d7e3b21bb704e10 100644 --- a/src/sieve-tools/sievec.c +++ b/src/sieve-tools/sievec.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 581432dbcf5e3d51415cb8e2c13243f465510f57..c4531c027d08356fd8fd216bcae5672235b01d42 100644 --- a/src/testsuite/cmd-test-binary.c +++ b/src/testsuite/cmd-test-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a5d3b543143d092e54507f55f268ad1396749274..c1fee3b017bc09ac85b35099b522f510713e62a3 100644 --- a/src/testsuite/cmd-test-config.c +++ b/src/testsuite/cmd-test-config.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 c0ba21902e494815faf93df86c5a3347b4493fab..22b7a83956299516eb400b36ab3cb734dd59d872 100644 --- a/src/testsuite/cmd-test-fail.c +++ b/src/testsuite/cmd-test-fail.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h" diff --git a/src/testsuite/cmd-test-imap-metadata.c b/src/testsuite/cmd-test-imap-metadata.c index a6cf036f2eeb36edc3205fe85256e0b79fe7e6d8..1c5e2a9f218909eca0bdb5fd4badfeb20da21026 100644 --- a/src/testsuite/cmd-test-imap-metadata.c +++ b/src/testsuite/cmd-test-imap-metadata.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ca33e8efc7ea7233e22009d7b3b4d42d1ea844fb..4d915465d6d7b1e6645cb873e2ab4faebdac2a95 100644 --- a/src/testsuite/cmd-test-mailbox.c +++ b/src/testsuite/cmd-test-mailbox.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b5e5a1c1d5a0c956f67bd7f644f905935e568a72..7474ab461fbfd487d95c965372ac577a90c0dc56 100644 --- a/src/testsuite/cmd-test-message.c +++ b/src/testsuite/cmd-test-message.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 21fe6d25b5ce11a39c0eb90265754438750388e2..a042a523f501d2a8b6d1d7de368bc09b9471e0f0 100644 --- a/src/testsuite/cmd-test-result.c +++ b/src/testsuite/cmd-test-result.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ac74c2f3a76ec1d79c510188ccef5277c3c40eec..22b51d2b5a54bdaf0b864e297daa182f0df8ef3e 100644 --- a/src/testsuite/cmd-test-set.c +++ b/src/testsuite/cmd-test-set.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 af661f73aa395ee637e195b0311e4c66e08bab3e..fae28267e867bcb3ee2f721200ec28ac0db05ae7 100644 --- a/src/testsuite/cmd-test.c +++ b/src/testsuite/cmd-test.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d8195f3d38a6c2b5dacbffdf7e57448f3ee5f62a..cb9c92f4145588311662a43bfd9749db541292ba 100644 --- a/src/testsuite/ext-testsuite.c +++ b/src/testsuite/ext-testsuite.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ /* Extension testsuite diff --git a/src/testsuite/testsuite-arguments.c b/src/testsuite/testsuite-arguments.c index a310cadb3a3a9f4f78e568cecc8f29da0d2c9cc4..b54f64251f2954231750e84ef2514ed5bc760c73 100644 --- a/src/testsuite/testsuite-arguments.c +++ b/src/testsuite/testsuite-arguments.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 03f85dea00487699a66cf5a93390630ed708ef9e..34a5bf037897023cba6afe64eaa097deff242c77 100644 --- a/src/testsuite/testsuite-arguments.h +++ b/src/testsuite/testsuite-arguments.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 19d15764e87efc0e12af0f9c8517e652723e1c63..6c875a7fe74441705f473695253f9b8b5a2c8b91 100644 --- a/src/testsuite/testsuite-binary.c +++ b/src/testsuite/testsuite-binary.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 92c05f322034f3a552c00bf861d3e0874f530055..bdbd84e452e787ad8989747b4692a65666befad5 100644 --- a/src/testsuite/testsuite-binary.h +++ b/src/testsuite/testsuite-binary.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fca9fb8485fccfd5166bcbdee298633d96354d72..44cb4956f05332e0a505d67740b8160832c96925 100644 --- a/src/testsuite/testsuite-common.c +++ b/src/testsuite/testsuite-common.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a5846b99a29946161a70d774bf926932fb5fa157..4bede1a4ad4b6de01bddcdf1df053f02c6d859cc 100644 --- a/src/testsuite/testsuite-common.h +++ b/src/testsuite/testsuite-common.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 6911bbd262a411b298c3b57ca29ba308a1e8d64a..790333eeb2b6a975bc5dfe3044dba25434a5263c 100644 --- a/src/testsuite/testsuite-log.c +++ b/src/testsuite/testsuite-log.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 726848b2e0bc7049080abc6d434093dd1c47f04e..956717532f22a81b027a3e93a6d0e5e8bcce584a 100644 --- a/src/testsuite/testsuite-log.h +++ b/src/testsuite/testsuite-log.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 8efd4616283c1df2a3566c2db5ba73dcd9736926..a093e4fa8cbc7612df4164b12fd85fd299afe735 100644 --- a/src/testsuite/testsuite-mailstore.c +++ b/src/testsuite/testsuite-mailstore.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 522c1e0f74642061fe5629d392e472cb82653705..bc704fad32937af2d61cc6f91462a568e62d2516 100644 --- a/src/testsuite/testsuite-mailstore.h +++ b/src/testsuite/testsuite-mailstore.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b5614dc72798d36170d6dc518a8e895d3c9112e6..02ae8f96a78c94cfff054460cbbbc369a83385eb 100644 --- a/src/testsuite/testsuite-message.c +++ b/src/testsuite/testsuite-message.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 913f68319f3f14366e564bdcc6ddda3f0ff7decf..fe9d855977f22cb641c5530f336721e788d51d49 100644 --- a/src/testsuite/testsuite-message.h +++ b/src/testsuite/testsuite-message.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 fde168f9ae417dc754c8d7790399cc75b0ba8e14..4c09c8526d24e04c7bc8ba520ff7c60d97d1551a 100644 --- a/src/testsuite/testsuite-objects.c +++ b/src/testsuite/testsuite-objects.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 c86f121e766143ddf7846561bdb01bf8948ad274..c061b997bf7530f938439b0244aa77102d90f9b0 100644 --- a/src/testsuite/testsuite-objects.h +++ b/src/testsuite/testsuite-objects.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 e6aa8947335a8e3a99cae7200d5bf268c1faf9c9..4a0bab86ac8a510b99fcc9f65c37e90bff203b1e 100644 --- a/src/testsuite/testsuite-result.c +++ b/src/testsuite/testsuite-result.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 d701d1014dc9683fe3f6a565b6cac486634fb5bf..cbdde5fd84c68435626eeee34d4e718412e0e8fb 100644 --- a/src/testsuite/testsuite-result.h +++ b/src/testsuite/testsuite-result.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 b7d5347070e7cb430fcef6f65850d532d8055059..5e10caf1fff28ac0e7a9ffb06859d81cdf8bc2d4 100644 --- a/src/testsuite/testsuite-script.c +++ b/src/testsuite/testsuite-script.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 4fbfda4f0d831e5facb944c74c36908b5dad6fab..13a3e51ad388427345696daba3d24b104ad78e0a 100644 --- a/src/testsuite/testsuite-script.h +++ b/src/testsuite/testsuite-script.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 a48306435e2eca6bcc1bac9d75135b2428e003e8..9d3c87204b183e012db1d12e4f34255806154764 100644 --- a/src/testsuite/testsuite-settings.c +++ b/src/testsuite/testsuite-settings.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 68acfee5d625774ff93363593478229d826fb275..30585205093c4850f15c59f929a2f3dffe94ce6d 100644 --- a/src/testsuite/testsuite-settings.h +++ b/src/testsuite/testsuite-settings.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 df0e803146441e07f873a9479b14bb4474b07faf..0eb40acce14266588a8d08e0c8894754f3af95c2 100644 --- a/src/testsuite/testsuite-smtp.c +++ b/src/testsuite/testsuite-smtp.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ea2aa9a7f2ec951e901fdf35e08331fc194f1c47..dfc399e5780194ca085af5f32b54b0b5e2a0d6a9 100644 --- a/src/testsuite/testsuite-smtp.h +++ b/src/testsuite/testsuite-smtp.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 64ab17507ad02fb5ea496d9fa95a8caba5d85d0c..b165587bc9784bbf8dbc43c2317fc5f25d781959 100644 --- a/src/testsuite/testsuite-substitutions.c +++ b/src/testsuite/testsuite-substitutions.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 61d55fbc7aa80b9583c899d9da71c62d2b419c78..dda7cc1a8f001cce1b7a52fe884d5959a1318b8c 100644 --- a/src/testsuite/testsuite-substitutions.h +++ b/src/testsuite/testsuite-substitutions.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ab0276fff3c70fb5860f8e7f87c4aef946d170f1..f64439378342f9688477df3d24f2164656f14d74 100644 --- a/src/testsuite/testsuite-variables.c +++ b/src/testsuite/testsuite-variables.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 ac54ae7250374541e4b39fc802eefb730a693fab..35d7b58f2bc8d07b34258cff421f5515207e983e 100644 --- a/src/testsuite/testsuite-variables.h +++ b/src/testsuite/testsuite-variables.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #ifndef __TESTSUITE_VARIABLES_H diff --git a/src/testsuite/testsuite.c b/src/testsuite/testsuite.c index 5cfc31e6162732f88df60e22a27f6fd974cd68e5..96a4e3984dccb6808c616deb217b0397f67f5df2 100644 --- a/src/testsuite/testsuite.c +++ b/src/testsuite/testsuite.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 46b40dba9fb5cc3cf33a084d93663518b964d474..f2f2eb94f3964089216ffef92d08cafd61639fa5 100644 --- a/src/testsuite/tst-test-error.c +++ b/src/testsuite/tst-test-error.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 0add8fd3fb050c6fc3ef451a0208357175c7d98a..b4b2a0ea1181ca402d51e68532cf1f88527529e7 100644 --- a/src/testsuite/tst-test-multiscript.c +++ b/src/testsuite/tst-test-multiscript.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 17b4ad7d90cdf389b34d78cab9875b5939d17c45..75d4a2fc3db4eb7b9859017d41ddb97d3c23fe24 100644 --- a/src/testsuite/tst-test-result-action.c +++ b/src/testsuite/tst-test-result-action.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 5e40ceb6eef9aa90cb60650dede030a1dc407dcd..1b9a7eeadd19d3efc44c3b20d19a9e84c55a485b 100644 --- a/src/testsuite/tst-test-result-execute.c +++ b/src/testsuite/tst-test-result-execute.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 721f21fcc0688846fb5bae1dcb35be9bc775ef3b..c0534866bc895bfa8112b4c2facab6399b7b0948 100644 --- a/src/testsuite/tst-test-script-compile.c +++ b/src/testsuite/tst-test-script-compile.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 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 7d38be163466366a2e6fdcea6e3a6f29ec3855ff..214a5c6b9807588f6d66d18f4c2daf365c2ecd17 100644 --- a/src/testsuite/tst-test-script-run.c +++ b/src/testsuite/tst-test-script-run.c @@ -1,4 +1,4 @@ -/* Copyright (c) 2002-2017 Pigeonhole authors, see the included COPYING file +/* Copyright (c) 2002-2018 Pigeonhole authors, see the included COPYING file */ #include "sieve-common.h"