aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2020-07-24 11:35:33 +0300
committerSergey Poznyakoff <gray@gnu.org>2020-07-24 11:35:33 +0300
commit4ba16894777202d32fdc2f1ee053db1b9149ac83 (patch)
treef5449b53266fb53462ce555e7e4d7a74928a5ec2 /src
parent446434b9b4d5e72304da3608ba02ec9a4511c0f9 (diff)
downloadmailfromd-4ba16894777202d32fdc2f1ee053db1b9149ac83.tar.gz
mailfromd-4ba16894777202d32fdc2f1ee053db1b9149ac83.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 fe7868a0..2e433845 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005-2019 Sergey Poznyakoff
+# Copyright (C) 2005-2020 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 9dac65df..ca8ca0bf 100644
--- a/src/bitmask.h
+++ b/src/bitmask.h
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd.
- Copyright (C) 2009-2019 Sergey Poznyakoff
+ Copyright (C) 2009-2020 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 acf4a067..56a6d505 100644
--- a/src/builtin/Makefile.am
+++ b/src/builtin/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005-2019 Sergey Poznyakoff
+# Copyright (C) 2005-2020 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 cd3655aa..a715891e 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-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2020 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.c b/src/builtin/builtin.c
index 1ed09886..b33861a4 100644
--- a/src/builtin/builtin.c
+++ b/src/builtin/builtin.c
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd.
- Copyright (C) 2010-2019 Sergey Poznyakoff
+ Copyright (C) 2010-2020 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 1e232ce3..56f3a5bd 100644
--- a/src/builtin/builtin.def
+++ b/src/builtin/builtin.def
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- C -*-
- Copyright (C) 2010-2019 Sergey Poznyakoff
+ Copyright (C) 2010-2020 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 5429353f..0f512035 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-2019 Sergey Poznyakoff
+ Copyright (C) 2011-2020 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 c1f25856..cecafbe7 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-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 67e52542..a0214aa7 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-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 d884f45c..a598db18 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-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2020 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/db.bi b/src/builtin/db.bi
index bf62e8a4..9da7869a 100644
--- a/src/builtin/db.bi
+++ b/src/builtin/db.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 5b9069a2..655e8c88 100644
--- a/src/builtin/debug.bi
+++ b/src/builtin/debug.bi
@@ -1,5 +1,5 @@
/* Debugging API for MFL. -*- c -*-
- Copyright (C) 2006-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 0e1e3279..926b4940 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-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 341732b0..a3cebfd6 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-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 c8faa4bf..360fe9e7 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-2019 Sergey Poznyakoff
+ Copyright (C) 2010-2020 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 112567e5..0a9db76d 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-2019 Sergey Poznyakoff
+ Copyright (C) 2015-2020 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 9bafe868..1fdabecb 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-2019 Sergey Poznyakoff
+ Copyright (C) 2009-2020 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 8065fbc5..0b6f0009 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-2019 Sergey Poznyakoff
+ Copyright (C) 2009-2020 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 d9a7441c..ce94ecd2 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-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2020 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/getpw.bi b/src/builtin/getpw.bi
index 7ee73cc5..858071c3 100644
--- a/src/builtin/getpw.bi
+++ b/src/builtin/getpw.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2009-2019 Sergey Poznyakoff
+ Copyright (C) 2009-2020 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 73b3229d..21921fdc 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-2019 Sergey Poznyakoff
+ Copyright (C) 2007-2020 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 588bdf8e..e1729a17 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-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2020 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 f84c4a02..0043839e 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-2019 Sergey Poznyakoff
+# Copyright (C) 2006-2020 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/io.bi b/src/builtin/io.bi
index c43ef7bb..6d94db2c 100644
--- a/src/builtin/io.bi
+++ b/src/builtin/io.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2006-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 d48dffc9..31ac1541 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-2019 Sergey Poznyakoff
+ Copyright (C) 2007-2020 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 f5598cde..7da729c7 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-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2020 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 4f3549b3..0999f858 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-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 35f48955..e562b02a 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-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2020 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 e7822cca..d4db8dc9 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-2019 Sergey Poznyakoff
+ Copyright (C) 2010-2020 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 a87b1916..b52b9588 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-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2020 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 8c8aa803..3df61744 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-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2020 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 4dd9d1ff..c51cee56 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-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 0093ee71..2da02a9b 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-2019 Sergey Poznyakoff
+ Copyright (C) 2006-2020 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 8bf5379a..a1e91473 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-2019 Sergey Poznyakoff
+ Copyright (C) 2010-2020 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 10fb22ee..223c2abd 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-2019 Sergey Poznyakoff
+ Copyright (C) 2008-2020 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 6ece3