summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-01-19 15:35:00 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2018-01-19 15:35:00 +0200
commit2128f4601217f3b80e6a34223c6644c80c034a0d (patch)
tree2d54cce740a612835be42505db85c3dc16fa5f6d /sieve
parent5a7b63b21307c4271fd2d1ec57b706e56352da57 (diff)
downloadmailutils-2128f4601217f3b80e6a34223c6644c80c034a0d.tar.gz
mailutils-2128f4601217f3b80e6a34223c6644c80c034a0d.tar.bz2
Version 3.4.90; update copyright years
Diffstat (limited to 'sieve')
-rw-r--r--sieve/Makefile.am2
-rw-r--r--sieve/sieve.c2
-rw-r--r--sieve/tests/Makefile.am2
-rw-r--r--sieve/tests/action.at2
-rw-r--r--sieve/tests/addheader.at2
-rw-r--r--sieve/tests/address.at2
-rw-r--r--sieve/tests/allof.at2
-rw-r--r--sieve/tests/anyof.at2
-rw-r--r--sieve/tests/atlocal.in2
-rw-r--r--sieve/tests/compile.at2
-rw-r--r--sieve/tests/delheader.at2
-rw-r--r--sieve/tests/enc-char.at2
-rw-r--r--sieve/tests/envelope.at2
-rw-r--r--sieve/tests/environment.at2
-rw-r--r--sieve/tests/exists.at2
-rw-r--r--sieve/tests/ext.at2
-rw-r--r--sieve/tests/false.at2
-rw-r--r--sieve/tests/header.at2
-rw-r--r--sieve/tests/i-casemap.at2
-rw-r--r--sieve/tests/i-numeric.at2
-rw-r--r--sieve/tests/i-octet.at2
-rw-r--r--sieve/tests/list.at2
-rw-r--r--sieve/tests/moderator.at2
-rw-r--r--sieve/tests/mul-addr.at2
-rw-r--r--sieve/tests/not.at2
-rw-r--r--sieve/tests/pipeact.at2
-rw-r--r--sieve/tests/pipetest.at2
-rw-r--r--sieve/tests/redirect.at2
-rw-r--r--sieve/tests/reject.at2
-rw-r--r--sieve/tests/relational.at2
-rw-r--r--sieve/tests/size.at2
-rw-r--r--sieve/tests/testsuite.at2
-rw-r--r--sieve/tests/true.at2
-rw-r--r--sieve/tests/vacation.at2
-rw-r--r--sieve/tests/variables.at2
-rw-r--r--sieve/tests/version.at2
36 files changed, 36 insertions, 36 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index a65a74285..d8a8b3b33 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2002, 2007, 2010-2012, 2014-2017 Free Software
+## Copyright (C) 2001-2002, 2007, 2010-2012, 2014-2018 Free Software
## Foundation, Inc.
##
## GNU Mailutils is free software; you can redistribute it and/or
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 6d718e078..59ad851d5 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999-2003, 2005-2012, 2014-2017 Free Software
+ Copyright (C) 1999-2003, 2005-2012, 2014-2018 Free Software
Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
diff --git a/sieve/tests/Makefile.am b/sieve/tests/Makefile.am
index bd44aa1f2..f67b62acb 100644
--- a/sieve/tests/Makefile.am
+++ b/sieve/tests/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils.
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/action.at b/sieve/tests/action.at
index 00878142b..da65f6a22 100644
--- a/sieve/tests/action.at
+++ b/sieve/tests/action.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/addheader.at b/sieve/tests/addheader.at
index 1464375b8..a204aa3cf 100644
--- a/sieve/tests/addheader.at
+++ b/sieve/tests/addheader.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/address.at b/sieve/tests/address.at
index 029807ef4..6f00308f3 100644
--- a/sieve/tests/address.at
+++ b/sieve/tests/address.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/allof.at b/sieve/tests/allof.at
index d9d933c1f..b5e510f9f 100644
--- a/sieve/tests/allof.at
+++ b/sieve/tests/allof.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/anyof.at b/sieve/tests/anyof.at
index cd49ce5be..3e3467fdc 100644
--- a/sieve/tests/anyof.at
+++ b/sieve/tests/anyof.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/atlocal.in b/sieve/tests/atlocal.in
index 7c351a8a8..e9255006a 100644
--- a/sieve/tests/atlocal.in
+++ b/sieve/tests/atlocal.in
@@ -1,6 +1,6 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012, 2014-2017 Free Software Foundation,
+# Copyright (C) 2004, 2010-2012, 2014-2018 Free Software Foundation,
# Inc.
PATH=@abs_builddir@:@abs_top_builddir@/sieve:$top_srcdir:$srcdir:$PATH
diff --git a/sieve/tests/compile.at b/sieve/tests/compile.at
index 76592b903..5c7901fb1 100644
--- a/sieve/tests/compile.at
+++ b/sieve/tests/compile.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/delheader.at b/sieve/tests/delheader.at
index 0157b75d4..1b55ccbfe 100644
--- a/sieve/tests/delheader.at
+++ b/sieve/tests/delheader.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/enc-char.at b/sieve/tests/enc-char.at
index 0a3ff76ec..a7de7fc28 100644
--- a/sieve/tests/enc-char.at
+++ b/sieve/tests/enc-char.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2016-2017 Free Software Foundation, Inc.
+# Copyright (C) 2016-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/envelope.at b/sieve/tests/envelope.at
index 8b6da6098..73573035e 100644
--- a/sieve/tests/envelope.at
+++ b/sieve/tests/envelope.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/environment.at b/sieve/tests/environment.at
index ebaa4c28c..98d229464 100644
--- a/sieve/tests/environment.at
+++ b/sieve/tests/environment.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2016-2017 Free Software Foundation, Inc.
+# Copyright (C) 2016-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/exists.at b/sieve/tests/exists.at
index baff5b983..bf5c9fe27 100644
--- a/sieve/tests/exists.at
+++ b/sieve/tests/exists.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/ext.at b/sieve/tests/ext.at
index cf87520ff..850eba90f 100644
--- a/sieve/tests/ext.at
+++ b/sieve/tests/ext.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/false.at b/sieve/tests/false.at
index 22917f48c..36309a77b 100644
--- a/sieve/tests/false.at
+++ b/sieve/tests/false.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/header.at b/sieve/tests/header.at
index 17a08e3a7..05240876b 100644
--- a/sieve/tests/header.at
+++ b/sieve/tests/header.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/i-casemap.at b/sieve/tests/i-casemap.at
index 20eb92df7..da678fdb1 100644
--- a/sieve/tests/i-casemap.at
+++ b/sieve/tests/i-casemap.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/i-numeric.at b/sieve/tests/i-numeric.at
index a357db40d..89a17cac1 100644
--- a/sieve/tests/i-numeric.at
+++ b/sieve/tests/i-numeric.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/i-octet.at b/sieve/tests/i-octet.at
index 5ea59897d..b3cf23070 100644
--- a/sieve/tests/i-octet.at
+++ b/sieve/tests/i-octet.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/list.at b/sieve/tests/list.at
index 7f625eb5d..65bb5d16e 100644
--- a/sieve/tests/list.at
+++ b/sieve/tests/list.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/moderator.at b/sieve/tests/moderator.at
index b08f9d8f0..0b6466ccb 100644
--- a/sieve/tests/moderator.at
+++ b/sieve/tests/moderator.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/mul-addr.at b/sieve/tests/mul-addr.at
index 030207b87..cdbcbd668 100644
--- a/sieve/tests/mul-addr.at
+++ b/sieve/tests/mul-addr.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/not.at b/sieve/tests/not.at
index 1da53d0c1..5454e9e6a 100644
--- a/sieve/tests/not.at
+++ b/sieve/tests/not.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/pipeact.at b/sieve/tests/pipeact.at
index 2c7ef9cfe..b08a2dafa 100644
--- a/sieve/tests/pipeact.at
+++ b/sieve/tests/pipeact.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/pipetest.at b/sieve/tests/pipetest.at
index 24bdac360..09b1038a8 100644
--- a/sieve/tests/pipetest.at
+++ b/sieve/tests/pipetest.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2010-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/redirect.at b/sieve/tests/redirect.at
index 67887792e..8135dd4f5 100644
--- a/sieve/tests/redirect.at
+++ b/sieve/tests/redirect.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/reject.at b/sieve/tests/reject.at
index 204819d7e..00bd90f2b 100644
--- a/sieve/tests/reject.at
+++ b/sieve/tests/reject.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/relational.at b/sieve/tests/relational.at
index 07917eb38..fdc8e1ecc 100644
--- a/sieve/tests/relational.at
+++ b/sieve/tests/relational.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/size.at b/sieve/tests/size.at
index 3b453eb89..534d66fe9 100644
--- a/sieve/tests/size.at
+++ b/sieve/tests/size.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/testsuite.at b/sieve/tests/testsuite.at
index b8ed8aa0a..ec350ce11 100644
--- a/sieve/tests/testsuite.at
+++ b/sieve/tests/testsuite.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/true.at b/sieve/tests/true.at
index 64fc2e1eb..170fa60a6 100644
--- a/sieve/tests/true.at
+++ b/sieve/tests/true.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/vacation.at b/sieve/tests/vacation.at
index b1b90f2b7..7408d0880 100644
--- a/sieve/tests/vacation.at
+++ b/sieve/tests/vacation.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2015-2017 Free Software Foundation, Inc.
+# Copyright (C) 2015-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/variables.at b/sieve/tests/variables.at
index c039f7af9..5cb82d61a 100644
--- a/sieve/tests/variables.at
+++ b/sieve/tests/variables.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2016-2017 Free Software Foundation, Inc.
+# Copyright (C) 2016-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as
diff --git a/sieve/tests/version.at b/sieve/tests/version.at
index f37388224..bd2206d12 100644
--- a/sieve/tests/version.at
+++ b/sieve/tests/version.at
@@ -1,5 +1,5 @@
# This file is part of GNU Mailutils. -*- Autotest -*-
-# Copyright (C) 2007-2012, 2014-2017 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2018 Free Software Foundation, Inc.
#
# GNU Mailutils is free software; you can redistribute it and/or
# modify it under the terms of the GNU General Public License as

Return to:

Send suggestions and report system problems to the System administrator.