summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-03-02 16:27:11 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-03-02 16:28:51 +0200
commit1224e5f85b7cf47bfeecac3a8502b251b5475ed5 (patch)
tree820bd4203d5fc6dd0c23cd2d272107cf4fa488db /sieve
parent84c79341d577d5574d3eb450007219322e87fd7d (diff)
downloadmailutils-1224e5f85b7cf47bfeecac3a8502b251b5475ed5.tar.gz
mailutils-1224e5f85b7cf47bfeecac3a8502b251b5475ed5.tar.bz2
Update copyright years
Diffstat (limited to 'sieve')
-rw-r--r--sieve/Makefile.am2
-rw-r--r--sieve/sieve.c4
-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.in3
-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/version.at2
32 files changed, 34 insertions, 33 deletions
diff --git a/sieve/Makefile.am b/sieve/Makefile.am
index 2c4e7c753..81055b635 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 Free Software
+## Copyright (C) 2001-2002, 2007, 2010-2012, 2014-2015 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 df4a36544..392c798a3 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999-2003, 2005-2012, 2014 Free Software Foundation,
- Inc.
+ Copyright (C) 1999-2003, 2005-2012, 2014-2015 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 6c3730379..e16acee02 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 ebf949c32..92dffc775 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 a8a2adc5b..3bb27b517 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 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014-2015 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 399f41bc5..e85f46367 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 2f7de2e46..6aee76c65 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 148c59eb0..1c7f1f8eb 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 e7eacc445..4a8c03695 100644
--- a/sieve/tests/atlocal.in
+++ b/sieve/tests/atlocal.in
@@ -1,5 +1,6 @@
# @configure_input@ -*- shell-script -*-
# Configurable variable values for Mailutils test suite.
-# Copyright (C) 2004, 2010-2012, 2014 Free Software Foundation, Inc.
+# Copyright (C) 2004, 2010-2012, 2014-2015 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 6e7a4baaa..39711d538 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 c898a4433..78e4ec886 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 Free Software Foundation, Inc.
+# Copyright (C) 2012, 2014-2015 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 b29d2134a..5310cd8f7 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 5aaa397f6..4c7139643 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 331b13d6f..72218037f 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 4f9683d81..778838ef2 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 a5616835f..8e8dec3fe 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 a31904bcf..60fba4bc7 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 40d2488b4..82887029d 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 e847d9573..148e40704 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 945f2aa60..0550a71c5 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 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014-2015 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 909b9e092..e8f1c080b 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 11e49f57e..d8441dfde 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 bfe390c08..a1db900ab 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 e6c30ee60..9ecb2946a 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 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014-2015 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 03891d3f3..4c1ccf475 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 Free Software Foundation, Inc.
+# Copyright (C) 2010-2012, 2014-2015 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 b3ff7e19b..b9979492c 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 8c1d66436..fd232c415 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 ebbdce42f..6e874b190 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 d86ff0a95..42bef12d4 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 28e746b34..c4f7910a5 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 6f62b26ec..f9516d167 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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 b4e4b070e..9cbff81fa 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 Free Software Foundation, Inc.
+# Copyright (C) 2007-2012, 2014-2015 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.