aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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.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/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/gettext.bi2
-rw-r--r--src/builtin/header.bi2
-rw-r--r--src/builtin/init.m42
-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/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/deprecation.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/pragma.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
65 files changed, 65 insertions, 65 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d4e6543f..1517cb55 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005-2011, 2015 Sergey Poznyakoff
+# Copyright (C) 2005-2011, 2015-2016 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
diff --git a/src/bitmask.h b/src/bitmask.h
index ac960c90..97710e3f 100644
--- a/src/bitmask.h
+++ b/src/bitmask.h
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd.
- Copyright (C) 2009-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2009-2011, 2015-2016 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
diff --git a/src/builtin/Makefile.am b/src/builtin/Makefile.am
index 8f0d596f..582704c5 100644
--- a/src/builtin/Makefile.am
+++ b/src/builtin/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005-2011, 2015 Sergey Poznyakoff
+# Copyright (C) 2005-2011, 2015-2016 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
diff --git a/src/builtin/body.bi b/src/builtin/body.bi
index 88bd4e82..e8973929 100644
--- a/src/builtin/body.bi
+++ b/src/builtin/body.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/builtin.def b/src/builtin/builtin.def
index 75f5494f..f89f2bc0 100644
--- a/src/builtin/builtin.def
+++ b/src/builtin/builtin.def
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd.
- Copyright (C) 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2010-2011, 2015-2016 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
diff --git a/src/builtin/burst.bi b/src/builtin/burst.bi
index 1c911cb9..64c076e8 100644
--- a/src/builtin/burst.bi
+++ b/src/builtin/burst.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2011, 2015-2016 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
diff --git a/src/builtin/callout.bi b/src/builtin/callout.bi
index 93136e0e..f8d6119e 100644
--- a/src/builtin/callout.bi
+++ b/src/builtin/callout.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/ctype.bi b/src/builtin/ctype.bi
index 47cb59a1..4283c542 100644
--- a/src/builtin/ctype.bi
+++ b/src/builtin/ctype.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/curhdr.bi b/src/builtin/curhdr.bi
index 5e2b3973..a3c5a929 100644
--- a/src/builtin/curhdr.bi
+++ b/src/builtin/curhdr.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/debug.bi b/src/builtin/debug.bi
index b5561dd4..b8850ef8 100644
--- a/src/builtin/debug.bi
+++ b/src/builtin/debug.bi
@@ -1,5 +1,5 @@
/* Debugging API for MFL. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/dns.bi b/src/builtin/dns.bi
index 70d24542..176fe15d 100644
--- a/src/builtin/dns.bi
+++ b/src/builtin/dns.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/dspam.bi b/src/builtin/dspam.bi
index 41980634..b1422f45 100644
--- a/src/builtin/dspam.bi
+++ b/src/builtin/dspam.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/email.bi b/src/builtin/email.bi
index a2708a8e..30b4ef56 100644
--- a/src/builtin/email.bi
+++ b/src/builtin/email.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2010-2011, 2015-2016 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
diff --git a/src/builtin/from.bi b/src/builtin/from.bi
index f36c83d8..6d466879 100644
--- a/src/builtin/from.bi
+++ b/src/builtin/from.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2015 Sergey Poznyakoff
+ Copyright (C) 2015-2016 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
diff --git a/src/builtin/geoip.bi b/src/builtin/geoip.bi
index 9e4830de..1d1ca1c8 100644
--- a/src/builtin/geoip.bi
+++ b/src/builtin/geoip.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2009-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2009-2011, 2015-2016 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
diff --git a/src/builtin/gethostname.bi b/src/builtin/gethostname.bi
index eac467ea..548e6eee 100644
--- a/src/builtin/gethostname.bi
+++ b/src/builtin/gethostname.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2009-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2009-2011, 2015-2016 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
diff --git a/src/builtin/getopt.bi b/src/builtin/getopt.bi
index e7a66c8e..99a7b46c 100644
--- a/src/builtin/getopt.bi
+++ b/src/builtin/getopt.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/gettext.bi b/src/builtin/gettext.bi
index e70c1071..876f9340 100644
--- a/src/builtin/gettext.bi
+++ b/src/builtin/gettext.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2007-2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2007-2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/header.bi b/src/builtin/header.bi
index 39f8c15b..61c970ea 100644
--- a/src/builtin/header.bi
+++ b/src/builtin/header.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/init.m4 b/src/builtin/init.m4
index ba4e0b88..3e706069 100644
--- a/src/builtin/init.m4
+++ b/src/builtin/init.m4
@@ -1,6 +1,6 @@
m4_divert(-1)
# This file is part of Mailfromd.
-# Copyright (C) 2006-2008, 2010-2011, 2015 Sergey Poznyakoff
+# Copyright (C) 2006-2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/ipaddr.bi b/src/builtin/ipaddr.bi
index 73c49f82..09d7efd3 100644
--- a/src/builtin/ipaddr.bi
+++ b/src/builtin/ipaddr.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2007-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2007-2011, 2015-2016 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
diff --git a/src/builtin/macro.bi b/src/builtin/macro.bi
index 3c10a923..7eae845b 100644
--- a/src/builtin/macro.bi
+++ b/src/builtin/macro.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/mail.bi b/src/builtin/mail.bi
index 334ccf07..f6bd4096 100644
--- a/src/builtin/mail.bi
+++ b/src/builtin/mail.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/mbox.bi b/src/builtin/mbox.bi
index 37a34e3a..f151bd4d 100644
--- a/src/builtin/mbox.bi
+++ b/src/builtin/mbox.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/mmq.bi b/src/builtin/mmq.bi
index 883a278f..1d321a4a 100644
--- a/src/builtin/mmq.bi
+++ b/src/builtin/mmq.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2010-2011, 2015-2016 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
diff --git a/src/builtin/msg.bi b/src/builtin/msg.bi
index 33a98bc2..0de44a20 100644
--- a/src/builtin/msg.bi
+++ b/src/builtin/msg.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/msg.h b/src/builtin/msg.h
index 28f9a137..2c87143c 100644
--- a/src/builtin/msg.h
+++ b/src/builtin/msg.h
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/other.bi b/src/builtin/other.bi
index 8288f463..7501466a 100644
--- a/src/builtin/other.bi
+++ b/src/builtin/other.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/prereq.bi b/src/builtin/prereq.bi
index 968735b9..2eb09230 100644
--- a/src/builtin/prereq.bi
+++ b/src/builtin/prereq.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/progress.bi b/src/builtin/progress.bi
index b323f5fd..c325b495 100644
--- a/src/builtin/progress.bi
+++ b/src/builtin/progress.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2010-2011, 2015-2016 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
diff --git a/src/builtin/qrnt.bi b/src/builtin/qrnt.bi
index 33e613f6..5cc21883 100644
--- a/src/builtin/qrnt.bi
+++ b/src/builtin/qrnt.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/rate.bi b/src/builtin/rate.bi
index 47104200..1550bfb6 100644
--- a/src/builtin/rate.bi
+++ b/src/builtin/rate.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/rcpt.bi b/src/builtin/rcpt.bi
index b790a8aa..cd8f09de 100644
--- a/src/builtin/rcpt.bi
+++ b/src/builtin/rcpt.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/sa.bi b/src/builtin/sa.bi
index 13f555a9..24e62ee4 100644
--- a/src/builtin/sa.bi
+++ b/src/builtin/sa.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/spf.bi b/src/builtin/spf.bi
index 48329e44..49c1e675 100644
--- a/src/builtin/spf.bi
+++ b/src/builtin/spf.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2007-2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2007-2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/sprintf.bi b/src/builtin/sprintf.bi
index fb8cd4b0..7c533fa8 100644
--- a/src/builtin/sprintf.bi
+++ b/src/builtin/sprintf.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2007-2008, 2010-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2007-2008, 2010-2011, 2015-2016 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
diff --git a/src/builtin/string.bi b/src/builtin/string.bi
index baee13d5..d352e234 100644
--- a/src/builtin/string.bi
+++ b/src/builtin/string.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2012, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2012, 2015-2016 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
diff --git a/src/builtin/syslog.bi b/src/builtin/syslog.bi
index 0d7e9ece..4465a0dc 100644
--- a/src/builtin/syslog.bi
+++ b/src/builtin/syslog.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/system.bi b/src/builtin/system.bi
index 32ac03a6..d1f88c6a 100644
--- a/src/builtin/system.bi
+++ b/src/builtin/system.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2011, 2015 Sergey Poznyakoff
+ Copyright (C) 2006-2011, 2015-2016 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
diff --git a/src/builtin/vars.bi b/src/builtin/vars.bi
index 19e5327a..72b35698 100644
--- a/src/builtin/vars.bi<