summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-01-22 13:39:24 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2016-01-22 13:39:24 +0200
commit59b0dfa5680b2da201cf8bdfbd123133073829f3 (patch)
treed8e8c346253710dc54ef619db364c7079075ccc3 /sieve
parenteee03180d207b47daf75fe3b46a0a25d8df1cc4a (diff)
downloadmailutils-59b0dfa5680b2da201cf8bdfbd123133073829f3.tar.gz
mailutils-59b0dfa5680b2da201cf8bdfbd123133073829f3.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/envelope.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/version.at2
33 files changed, 33 insertions, 33 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 81055b635..d51db0cb5 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-2015 Free Software
+## Copyright (C) 2001-2002, 2007, 2010-2012, 2014-2016 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 cf2c3c508..182b291ba 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-2015 Free Software
+ Copyright (C) 1999-2003, 2005-2012, 2014-2016 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 abcad970d..7e0606eec 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 92dffc775..822c7a573 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 3bb27b517..08d8fdbef 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014-2016 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 e85f46367..d60e92f4e 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 6aee76c65..64f459845 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 1c7f1f8eb..377aec4ab 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 4a8c03695..129f48f72 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-2015 Free Software Foundation,
+# Copyright (C) 2004, 2010-2012, 2014-2016 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 39711d538..71aaf5e6e 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 78e4ec886..d068ce446 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014-2016 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 5310cd8f7..b4bb90650 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 4c7139643..71700be5e 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 72218037f..633b30eb7 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 778838ef2..62341c3fd 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 8e8dec3fe..cb7d6128d 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 60fba4bc7..76f5daece 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 82887029d..fe30de8d8 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 148e40704..a9858293b 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 0550a71c5..10fd4fd58 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014-2016 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 e8f1c080b..c9992b66a 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 d8441dfde..6d3faa5e7 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 a1db900ab..18d6df0e9 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 9ecb2946a..b0b818909 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014-2016 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 4c1ccf475..f8390605a 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014-2016 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 b9979492c..1204f3762 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 fd232c415..40303326e 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 6e874b190..7d0f846e3 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 42bef12d4..c204ea7d2 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 7bfd5fc68..68cb747cc 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 f9516d167..0814a3c5a 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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 13710e503..959aca25b 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 Free Software Foundation, Inc.
+# Copyright (C) 2015-2016 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 9cbff81fa..b28ca6e8b 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-2015 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2016 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.