aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2018-04-13 09:39:13 +0300
committerSergey Poznyakoff <gray@gnu.org>2018-07-24 13:30:12 +0300
commit30355d75fea6247cbd9a08b4949e4157d9a3e60f (patch)
tree7cddb505b2c052fd7b9b0db83dc2109ebca246fe /src
parentfb99d40d6e533348c4531ee70125a6a7b0ed6c5f (diff)
downloadmailfromd-30355d75fea6247cbd9a08b4949e4157d9a3e60f.tar.gz
mailfromd-30355d75fea6247cbd9a08b4949e4157d9a3e60f.tar.bz2
Update copyright years
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/bitmask.h2
-rw-r--r--src/builtin/Makefile.am2
-rw-r--r--src/builtin/body.bi2
-rw-r--r--src/builtin/builtin.c2
-rw-r--r--src/builtin/builtin.def2
-rw-r--r--src/builtin/burst.bi2
-rw-r--r--src/builtin/callout.bi2
-rw-r--r--src/builtin/ctype.bi2
-rw-r--r--src/builtin/curhdr.bi2
-rw-r--r--src/builtin/db.bi2
-rw-r--r--src/builtin/debug.bi2
-rw-r--r--src/builtin/dns.bi2
-rw-r--r--src/builtin/dspam.bi2
-rw-r--r--src/builtin/email.bi2
-rw-r--r--src/builtin/from.bi2
-rw-r--r--src/builtin/geoip.bi2
-rw-r--r--src/builtin/gethostname.bi2
-rw-r--r--src/builtin/getopt.bi2
-rw-r--r--src/builtin/getpw.bi2
-rw-r--r--src/builtin/gettext.bi2
-rw-r--r--src/builtin/header.bi2
-rw-r--r--src/builtin/init.m42
-rw-r--r--src/builtin/io.bi2
-rw-r--r--src/builtin/ipaddr.bi2
-rw-r--r--src/builtin/macro.bi2
-rw-r--r--src/builtin/mail.bi2
-rw-r--r--src/builtin/mbox.bi2
-rw-r--r--src/builtin/mmq.bi2
-rw-r--r--src/builtin/msg.bi2
-rw-r--r--src/builtin/msg.h2
-rw-r--r--src/builtin/other.bi2
-rw-r--r--src/builtin/prereq.bi2
-rw-r--r--src/builtin/progress.bi2
-rw-r--r--src/builtin/qrnt.bi2
-rw-r--r--src/builtin/rate.bi2
-rw-r--r--src/builtin/rcpt.bi2
-rw-r--r--src/builtin/sa.bi2
-rw-r--r--src/builtin/sieve.bi2
-rw-r--r--src/builtin/snarf.m42
-rw-r--r--src/builtin/spf.bi2
-rw-r--r--src/builtin/sprintf.bi2
-rw-r--r--src/builtin/string.bi2
-rw-r--r--src/builtin/syslog.bi2
-rw-r--r--src/builtin/system.bi2
-rw-r--r--src/builtin/vars.bi2
-rw-r--r--src/callout.c2
-rw-r--r--src/callout.h2
-rw-r--r--src/calloutd.c2
-rw-r--r--src/drivers.c2
-rw-r--r--src/drv.awk2
-rw-r--r--src/engine.c2
-rw-r--r--src/exclist.c2
-rw-r--r--src/gram.y2
-rw-r--r--src/lex.l2
-rw-r--r--src/mailfromd.h2
-rw-r--r--src/main.c2
-rw-r--r--src/mfdbtool.c2
-rw-r--r--src/opcode.awk2
-rw-r--r--src/opcodes2
-rw-r--r--src/optab.opc2
-rw-r--r--src/pp.c2
-rw-r--r--src/pragma.c2
-rw-r--r--src/prog.c2
-rw-r--r--src/prog.h2
-rw-r--r--src/savsrv.c2
-rw-r--r--src/spf.c2
-rw-r--r--src/spf.h2
-rw-r--r--src/srvcfg.c2
-rw-r--r--src/srvcfg.h2
-rw-r--r--src/stack.c2
-rw-r--r--src/symbols.c2
72 files changed, 72 insertions, 72 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 8fa9ec9c..e832b987 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005-2011, 2015-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2018 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/src/bitmask.h b/src/bitmask.h
index 0cca1d46..ae3a072d 100644
--- a/src/bitmask.h
+++ b/src/bitmask.h
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd.
- Copyright (C) 2009-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/Makefile.am b/src/builtin/Makefile.am
index 6d987cee..2e397f11 100644
--- a/src/builtin/Makefile.am
+++ b/src/builtin/Makefile.am
@@ -1,8 +1,8 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005-2011, 2015-2017 Sergey Poznyakoff
+# Copyright (C) 2005-2018 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/src/builtin/body.bi b/src/builtin/body.bi
index cb2968e7..ab6611ff 100644
--- a/src/builtin/body.bi
+++ b/src/builtin/body.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2008-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/builtin.c b/src/builtin/builtin.c
index 43a63e83..4b6413dc 100644
--- a/src/builtin/builtin.c
+++ b/src/builtin/builtin.c
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd.
- Copyright (C) 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2010-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/builtin.def b/src/builtin/builtin.def
index 31eec2bd..ea1b39a4 100644
--- a/src/builtin/builtin.def
+++ b/src/builtin/builtin.def
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd.
- Copyright (C) 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2010-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/burst.bi b/src/builtin/burst.bi
index 68dfa45b..34971f3b 100644
--- a/src/builtin/burst.bi
+++ b/src/builtin/burst.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2011-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/callout.bi b/src/builtin/callout.bi
index 54dc7339..3c3f1586 100644
--- a/src/builtin/callout.bi
+++ b/src/builtin/callout.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2006-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/ctype.bi b/src/builtin/ctype.bi
index 524dcca9..e452e25d 100644
--- a/src/builtin/ctype.bi
+++ b/src/builtin/ctype.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2008, 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2006-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/curhdr.bi b/src/builtin/curhdr.bi
index 754ee025..e7dc4606 100644
--- a/src/builtin/curhdr.bi
+++ b/src/builtin/curhdr.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2008-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/db.bi b/src/builtin/db.bi
index 6d4a68f4..7186e3c7 100644
--- a/src/builtin/db.bi
+++ b/src/builtin/db.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2006-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/debug.bi b/src/builtin/debug.bi
index 65c17486..e2307946 100644
--- a/src/builtin/debug.bi
+++ b/src/builtin/debug.bi
@@ -1,8 +1,8 @@
/* Debugging API for MFL. -*- c -*-
- Copyright (C) 2006-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2006-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/dns.bi b/src/builtin/dns.bi
index 0b7bfdbc..6a98dfd5 100644
--- a/src/builtin/dns.bi
+++ b/src/builtin/dns.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2006-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/dspam.bi b/src/builtin/dspam.bi
index 8ac9e4e1..cc4b7d23 100644
--- a/src/builtin/dspam.bi
+++ b/src/builtin/dspam.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2006-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/email.bi b/src/builtin/email.bi
index 40f0de7e..2d90abcc 100644
--- a/src/builtin/email.bi
+++ b/src/builtin/email.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2010-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/from.bi b/src/builtin/from.bi
index ea2e16b9..57201520 100644
--- a/src/builtin/from.bi
+++ b/src/builtin/from.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2015-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/geoip.bi b/src/builtin/geoip.bi
index bad1b50f..b2dcad93 100644
--- a/src/builtin/geoip.bi
+++ b/src/builtin/geoip.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2009-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/gethostname.bi b/src/builtin/gethostname.bi
index aedf8a2b..3d616683 100644
--- a/src/builtin/gethostname.bi
+++ b/src/builtin/gethostname.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2009-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/getopt.bi b/src/builtin/getopt.bi
index 85957108..3303052e 100644
--- a/src/builtin/getopt.bi
+++ b/src/builtin/getopt.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2008-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/getpw.bi b/src/builtin/getpw.bi
index 667fb55b..a148a713 100644
--- a/src/builtin/getpw.bi
+++ b/src/builtin/getpw.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2009-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2009-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/gettext.bi b/src/builtin/gettext.bi
index 643fb726..070c294e 100644
--- a/src/builtin/gettext.bi
+++ b/src/builtin/gettext.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2007-2008, 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2007-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/header.bi b/src/builtin/header.bi
index 162130be..2922157e 100644
--- a/src/builtin/header.bi
+++ b/src/builtin/header.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2008-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/init.m4 b/src/builtin/init.m4
index 3e819fba..64cdd9d7 100644
--- a/src/builtin/init.m4
+++ b/src/builtin/init.m4
@@ -1,9 +1,9 @@
m4_divert(-1)
# This file is part of Mailfromd.
-# Copyright (C) 2006-2008, 2010-2011, 2015-2017 Sergey Poznyakoff
+# Copyright (C) 2006-2018 Sergey Poznyakoff
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 3, or (at your option)
# any later version.
#
diff --git a/src/builtin/io.bi b/src/builtin/io.bi
index 399311da..2ca80e2a 100644
--- a/src/builtin/io.bi
+++ b/src/builtin/io.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2006-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/ipaddr.bi b/src/builtin/ipaddr.bi
index 7a92b879..9ede3b4d 100644
--- a/src/builtin/ipaddr.bi
+++ b/src/builtin/ipaddr.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2007-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2007-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/macro.bi b/src/builtin/macro.bi
index 6584321a..757bbf8f 100644
--- a/src/builtin/macro.bi
+++ b/src/builtin/macro.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2008-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/mail.bi b/src/builtin/mail.bi
index 5f9efd95..dc7ea34b 100644
--- a/src/builtin/mail.bi
+++ b/src/builtin/mail.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2006-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)
any later version.
diff --git a/src/builtin/mbox.bi b/src/builtin/mbox.bi
index 8614c781..a0226ce2 100644
--- a/src/builtin/mbox.bi
+++ b/src/builtin/mbox.bi
@@ -1,8 +1,8 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015-2017 Sergey Poznyakoff
+ Copyright (C) 2008-2018 Sergey Poznyakoff
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3, or (at your option)