summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-02-08 14:35:50 +0200
committerSergey Poznyakoff <gray@gnu.org>2020-02-08 14:35:50 +0200
commit6316c22ab89c2292530f01e249dbc80569835cbc (patch)
treeb8ed447edf77a9b1e9a1aaa846d85245c77d8252 /sieve
parent59fd88f3f0c6fece8729296e76368c37931a2d19 (diff)
downloadmailutils-6316c22ab89c2292530f01e249dbc80569835cbc.tar.gz
mailutils-6316c22ab89c2292530f01e249dbc80569835cbc.tar.bz2
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 3ee86af23..765ce72c4 100644
--- a/sieve/Makefile.am
+++ b/sieve/Makefile.am
@@ -1,5 +1,5 @@
## This file is part of GNU Mailutils.
-## Copyright (C) 2001-2019 Free Software Foundation, Inc.
+## Copyright (C) 2001-2020 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/sieve.c b/sieve/sieve.c
index a49f8b1f5..d6251bd8f 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-2019 Free Software Foundation, Inc.
+ Copyright (C) 1999-2020 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 published by
diff --git a/sieve/tests/Makefile.am b/sieve/tests/Makefile.am
index 0d899e27e..0c278158d 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 8a65ccef5..84259b1e5 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 e37da2832..814d0f64a 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2012-2020 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 5606c0ae7..9da09f39e 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 13f43312e..f92d0be2f 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 f6c078480..056366f05 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 615d41a00..9cec904cc 100644
--- a/sieve/tests/atlocal.in
+++ b/sieve/tests/atlocal.in
@@ -1,5 +1,5 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004-2019 Free Software Foundation, Inc.
+# Copyright (C) 2004-2020 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 ef542d312..6c7eaf0b5 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 a96f2ca82..c8ada32c8 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2012-2020 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 44052ddff..241a03145 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2016-2020 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 800486749..c64d072ac 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 dfc7abb4b..f84b3b928 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2016-2020 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 6083ff9b2..f8c6f4f03 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 4b445102c..3a0c94bd5 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 312e9895f..aa21cf99f 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 c89686ae8..d0a3b6d00 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 9da36aba4..4d38023b9 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 5096ea786..fe2791d87 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 5b07ed28f..d31a8e3aa 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 dc1e47c7f..32665c331 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2010-2020 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 a03f1b41f..8b0674114 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 6b1125348..a26f28479 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 7be61779f..fb7b48668 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 3f11f2df4..6ec309393 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2010-2020 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 29ed78223..055e328af 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2010-2020 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 157c4ddd6..52c39646b 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 bdb109b5f..bb917dc78 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 806ba8e0e..0f02e7eb8 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 1b11a00ad..6c934699e 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 14462d3c1..43c4dcef8 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 a9f8ed0c4..61642d3c6 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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 65a3647d0..b7a87e1d2 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2015-2020 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 359339c3f..947017d70 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2016-2020 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 7d30c4d81..7c070c800 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-2019 Free Software Foundation, Inc.
+# Copyright (C) 2007-2020 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.