aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2021-01-06 18:13:34 +0200
committerSergey Poznyakoff <gray@gnu.org>2021-01-06 18:13:34 +0200
commit32f55da53b17bd5babc78b39c941de5facf1a5d3 (patch)
tree1628aeacb90406f4d956d1dfea51eccb0ee111d9 /src
parent288cc290225ab987d4a88e930e2339fc5d16d5dd (diff)
downloadmailfromd-32f55da53b17bd5babc78b39c941de5facf1a5d3.tar.gz
mailfromd-32f55da53b17bd5babc78b39c941de5facf1a5d3.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/dkim.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/geoip2.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/dkim-canonicalize.c2
-rw-r--r--src/dkim.c2
-rw-r--r--src/dkim.h2
-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
77 files changed, 77 insertions, 77 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 5bf25f09..1e0464f6 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005-2020 Sergey Poznyakoff
+# Copyright (C) 2005-2021 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 ca8ca0bf..cca68bd3 100644
--- a/src/bitmask.h
+++ b/src/bitmask.h
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd.
- Copyright (C) 2009-2020 Sergey Poznyakoff
+ Copyright (C) 2009-2021 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 dd917bdb..714a3472 100644
--- a/src/builtin/Makefile.am
+++ b/src/builtin/Makefile.am
@@ -1,5 +1,5 @@
# This file is part of Mailfromd.
-# Copyright (C) 2005-2020 Sergey Poznyakoff
+# Copyright (C) 2005-2021 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 a715891e..7f16f256 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-2020 Sergey Poznyakoff
+ Copyright (C) 2008-2021 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 b33861a4..2b11fb68 100644
--- a/src/builtin/builtin.c
+++ b/src/builtin/builtin.c
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd.
- Copyright (C) 2010-2020 Sergey Poznyakoff
+ Copyright (C) 2010-2021 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 56f3a5bd..b87d922c 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-2020 Sergey Poznyakoff
+ Copyright (C) 2010-2021 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 0f512035..2ca721f9 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-2020 Sergey Poznyakoff
+ Copyright (C) 2011-2021 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 cecafbe7..5bbd0252 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-2020 Sergey Poznyakoff
+ Copyright (C) 2006-2021 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 a0214aa7..82eaa6b0 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-2020 Sergey Poznyakoff
+ Copyright (C) 2006-2021 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 a598db18..6df22b91 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-2020 Sergey Poznyakoff
+ Copyright (C) 2008-2021 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 d9769526..c791c8ac 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-2020 Sergey Poznyakoff
+ Copyright (C) 2006-2021 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 ec07459f..f6664889 100644
--- a/src/builtin/debug.bi
+++ b/src/builtin/debug.bi
@@ -1,5 +1,5 @@
/* Debugging API for MFL. -*- c -*-
- Copyright (C) 2006-2020 Sergey Poznyakoff
+ Copyright (C) 2006-2021 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/dkim.bi b/src/builtin/dkim.bi
index 6265af9d..96649007 100644
--- a/src/builtin/dkim.bi
+++ b/src/builtin/dkim.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2020 Sergey Poznyakoff
+ Copyright (C) 2020-2021 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 179dd2c3..b02b2a78 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-2020 Sergey Poznyakoff
+ Copyright (C) 2006-2021 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 a3cebfd6..660bbd15 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-2020 Sergey Poznyakoff
+ Copyright (C) 2006-2021 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 360fe9e7..184e7543 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-2020 Sergey Poznyakoff
+ Copyright (C) 2010-2021 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 0a9db76d..bf582ed7 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-2020 Sergey Poznyakoff
+ Copyright (C) 2015-2021 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 1fdabecb..e84c600e 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-2020 Sergey Poznyakoff
+ Copyright (C) 2009-2021 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/geoip2.bi b/src/builtin/geoip2.bi
index ad790342..7159afc4 100644
--- a/src/builtin/geoip2.bi
+++ b/src/builtin/geoip2.bi
@@ -1,5 +1,5 @@
/* This file is part of Mailfromd. -*- c -*-
- Copyright (C) 2020 Sergey Poznyakoff
+ Copyright (C) 2020-2021 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 0b6f0009..32c05159 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-2020 Sergey Poznyakoff
+ Copyright (C) 2009-2021 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 ce94ecd2..5317fd3d 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-2020 Sergey Poznyakoff
+ Copyright (C) 2008-2021 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 858071c3..17db7cad 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-2020 Sergey Poznyakoff
+ Copyright (C) 2009-2021 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 21921fdc..d0a530be 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-2020 Sergey Poznyakoff
+ Copyright (C) 2007-2021 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 e1729a17..96b3ade4 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-2020 Sergey Poznyakoff
+ Copyright (C) 2008-2021 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 0043839e..1c1cd6ff 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-2020 Sergey Poznyakoff
+# Copyright (C) 2006-2021 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 6d94db2c..63c4d32b 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-2020 Sergey Poznyakoff
+ Copyright (C) 2006-2021 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 31ac1541..63d32095 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-2020 Sergey Poznyakoff
+ Copyright (C) 2007-2021 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 7da729c7..82347dce 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-2020 Sergey Poznyakoff
+ Copyright (C) 2008-2021 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 0999f858..cf5056ab 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-2020 Sergey Poznyakoff
+ Copyright (C) 2006-2021 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 d29f8443..67d4e323 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-2020 Sergey Poznyakoff
+ Copyright (C) 2008-2021 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 d4db8dc9..6e2d5762 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-2020 Sergey Poznyakoff
+ Copyright (C) 2010-2021 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 b52b9588..14318523 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-2020 Sergey Poznyakoff
+ Copyright (C) 2008-2021 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 3df61744..acbd8540 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-2020 Sergey Poznyakoff
+ Copyright (C) 2008-2021 Sergey Poznyakoff