Copyright updates:
authorJeremy Harris <jgh146exb@wizmail.org>
Sat, 23 Oct 2021 16:08:14 +0000 (17:08 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Sat, 23 Oct 2021 16:08:14 +0000 (17:08 +0100)
vi $(git log --name-status exim-4.94..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u)

145 files changed:
doc/doc-docbook/Makefile
release-process/scripts/mk_exim_release
src/OS/Makefile-Base
src/OS/os.c-FreeBSD
src/OS/os.h-FreeBSD
src/OS/os.h-GNU
src/OS/os.h-Linux
src/OS/os.h-OpenBSD
src/OS/os.h-SunOS5
src/OS/unsupported/os.h-NetBSD
src/exim_monitor/em_globals.c
src/exim_monitor/em_hdr.h
src/exim_monitor/em_init.c
src/exim_monitor/em_log.c
src/exim_monitor/em_main.c
src/exim_monitor/em_menu.c
src/exim_monitor/em_version.c
src/scripts/Configure-Makefile
src/scripts/MakeLinks
src/scripts/reversion
src/src/acl.c
src/src/arc.c
src/src/auths/call_pam.c
src/src/auths/call_radius.c
src/src/auths/get_data.c
src/src/auths/gsasl_exim.c
src/src/auths/plaintext.c
src/src/child.c
src/src/config.h.defaults
src/src/daemon.c
src/src/dbfn.c
src/src/dbstuff.h
src/src/dcc.c
src/src/debug.c
src/src/deliver.c
src/src/directory.c
src/src/dkim.c
src/src/dmarc.c
src/src/dmarc.h
src/src/dns.c
src/src/dnsbl.c
src/src/drtables.c
src/src/dummies.c
src/src/enq.c
src/src/exigrep.src
src/src/exim.c
src/src/exim_dbmbuild.c
src/src/exim_dbutil.c
src/src/exim_lock.c
src/src/exiqgrep.src
src/src/expand.c
src/src/filter.c
src/src/filtertest.c
src/src/functions.h
src/src/globals.c
src/src/globals.h
src/src/header.c
src/src/host.c
src/src/ip.c
src/src/local_scan.c
src/src/local_scan.h
src/src/log.c
src/src/lookups/Makefile
src/src/lookups/cdb.c
src/src/lookups/dbmdb.c
src/src/lookups/dnsdb.c
src/src/lookups/dsearch.c
src/src/lookups/ibase.c
src/src/lookups/json.c
src/src/lookups/ldap.c
src/src/lookups/lf_sqlperform.c
src/src/lookups/lmdb.c
src/src/lookups/lsearch.c
src/src/lookups/oracle.c
src/src/lookups/passwd.c
src/src/lookups/readsock.c
src/src/lookups/sqlite.c
src/src/lookups/testdb.c
src/src/lookups/whoson.c
src/src/macro_predef.c
src/src/macro_predef.h
src/src/macros.h
src/src/malware.c
src/src/match.c
src/src/moan.c
src/src/mytypes.h
src/src/os.c
src/src/parse.c
src/src/pdkim/pdkim.c
src/src/pdkim/signing.c
src/src/queue.c
src/src/rda.c
src/src/readconf.c
src/src/receive.c
src/src/regex.c
src/src/rewrite.c
src/src/rfc2047.c
src/src/route.c
src/src/routers/accept.c
src/src/routers/dnslookup.c
src/src/routers/ipliteral.c
src/src/routers/iplookup.c
src/src/routers/iplookup.h
src/src/routers/manualroute.c
src/src/routers/queryprogram.c
src/src/routers/redirect.c
src/src/routers/redirect.h
src/src/routers/rf_get_transport.c
src/src/routers/rf_queue_add.c
src/src/search.c
src/src/sieve.c
src/src/smtp_in.c
src/src/smtp_out.c
src/src/spam.c
src/src/spam.h
src/src/spf.c
src/src/spool_in.c
src/src/spool_mbox.c
src/src/spool_out.c
src/src/srs.c
src/src/srs.h
src/src/std-crypto.c
src/src/store.c
src/src/store.h
src/src/string.c
src/src/structs.h
src/src/tls-gnu.c
src/src/tls-openssl.c
src/src/tls.c
src/src/tlscert-gnu.c
src/src/transport.c
src/src/transports/appendfile.c
src/src/transports/appendfile.h
src/src/transports/autoreply.c
src/src/transports/lmtp.c
src/src/transports/pipe.c
src/src/transports/queuefile.c
src/src/transports/smtp.c
src/src/transports/smtp.h
src/src/transports/smtp_socks.c
src/src/transports/tf_maildir.c
src/src/transports/tf_maildir.h
src/src/tree.c
src/src/verify.c
src/util/gen_pkcs3.c

index bc7a9b0ae73e98e8df68e0934c5119a5b78833c2..fb3db4b968134cc7f23a7d97bf1be42352e64147 100644 (file)
@@ -1,5 +1,5 @@
 # Make file for Exim documentation from xfpt source.
-# Copyright (c) The Exim Maintainers 2020
+# Copyright (c) The Exim Maintainers 2020 - 2021
 export LC_ALL=C
 
 notarget:;    @echo "** You must specify a target, in the form x.y, where x is 'filter', 'spec',"
index 71a39c92bf1a229ac7e0f76817f90fc5e7065685..04399da16284f016180f2207de44e593844e169c 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/env perl
-# Copyright (c) The Exim Maintainers 2016-2018
+# Copyright (c) The Exim Maintainers 2016 - 2021
 
 use strict;
 use warnings;
index 2880b0ce3a94f5c0d569886aa096d6aa07c73b69..f58e7ed34f90b81908acc6a75353f2464785801f 100644 (file)
@@ -5,8 +5,7 @@
 # optional, Local/* files at the front of this file, to create Makefile in the
 # build directory.
 #
-# Copyright (c) The Exim Maintainers 1995 - 2018
-# Copyright (c) The Exim Maintainers 2020
+# Copyright (c) The Exim Maintainers 1995 - 2021
 
 SHELL      = $(MAKE_SHELL)
 SCRIPTS    = ../scripts
index ac833a29f9749386631b5c95348021768148c3d9..02b78587b0fb33cec865359e32d2b7357f4b12b5 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Jeremy Harris 1995 - 2020 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* FreeBSD-specific code. This is concatenated onto the generic
index 36a6d71159ead5bf47edfd13268c9106c77d7bd5..06e217a449fc53385f15a2249d20b01fee1f6985 100644 (file)
@@ -1,6 +1,6 @@
 /* Exim: OS-specific C header file for FreeBSD */
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 2c3b7b5f557bafd16ee92ccf731d4da82aca47e4..4b222600e56e0e1bae356bf4b3d62fffa81516a8 100644 (file)
@@ -1,5 +1,5 @@
 /* Exim: OS-specific C header file for GNU/Hurd */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 
 #include <features.h>
 
index f2c243e9f7dc7ce356565cad88bf3c0e1ce6e311..e6a8d288ed31e1ca2d8dec5b18f0a5d4110d8ffa 100644 (file)
@@ -1,5 +1,6 @@
 /* Exim: OS-specific C header file for Linux */
 /* Copyright (c) University of Cambridge 1995 - 2020 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 663fc97c35bc33b2041766d1bf5b2ef25cb283d4..c690b6e4a489fb1244dc1bbb4c46d064c5558732 100644 (file)
@@ -1,5 +1,6 @@
 /* Exim: OS-specific C header file for OpenBSD */
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 1ceafa7018fa25d9b987dbd4c98a3ac41cbd3aa2..71253213cc056352e2afbdf20a5fd74aa7ad654c 100644 (file)
@@ -1,4 +1,5 @@
 /* Exim: OS-specific C header file for SunOS5 aka Solaris */
+/* Copyright (c) The Exim Maintainers 2021 */
 
 #define CRYPT_H
 #define HAVE_MMAP
index 63ff27c27c0106c976e074a7106205e6442f5c27..0b9fc03f0db33dc6cf781f3ec2316766631ff917 100644 (file)
@@ -1,4 +1,5 @@
 /* Exim: OS-specific C header file for NetBSD */
+/* Copyright (c) The Exim Maintainers 2021 */
 
 #define HAVE_BSD_GETLOADAVG
 #define HAVE_GETIFADDRS
index e311aef1cb296d6cd207a8680dde98cb5e095370..3d452c6ec177436fa30a372ac03315dba82aa9ce 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 6d8b7e2ea57b66b3df1d0b83f48920e0dd25ce9c..87e4fc6dfc53f42aaa4a4a4f6e1c2969402c90ae 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index ee27c20521a7028e3d3f10ee92c6b90f00a3b9ff..e16897e95c4978fc63be8523641044535946f99c 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* This module contains code to initialize things from the
index 662595b125aa89acc751a42c79c23c9502365467..a2a489c3a49635fe7471e1666338308df0340a64 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainters 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* This module contains code for scanning the main log,
index 0a89fbb3871c7dcb8ee34364cb9d85c8270677e1..38c72307a9b443d1c70943a73b7b5e2fafbc1cfa 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 7139bbf251514378027b65bc32ca0af430ad1334..881f3748c312ea48b5510ff88152d8a19c41ccc7 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 336f2ae97d14bc561cc7a9aa8e9a38e30bf0bfac..b627a6e2b27ced2aaafa5a6e67ea089af4eacaba 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #define EM_VERSION_C
index df597a864bb3c05ee8e3152a3fc47935aa7948b1..ed77b6a8f88cc4afda0b6507363ce1bf0330d192 100755 (executable)
@@ -7,7 +7,7 @@ export LC_ALL
 # just got too horrendous to get it right in "make", because of the optionally
 # existing configuration files.
 #
-# Copyright (c) The Exim Maintainers 1995 - 2020
+# Copyright (c) The Exim Maintainers 1995 - 2021
 
 
 # First off, get the OS type, and check that there is a make file for it.
index 3e16ae13ae66f4879ecb49940ee083c39e7cb0b8..4a714e147eee7da0d5033a8779fe75011f9617b5 100755 (executable)
@@ -3,7 +3,7 @@
 # Script to build links for all the exim source files from the system-
 # specific build directory. It should be run from within that directory.
 #
-# Copyright (c) The Exim Maintainers 1995 - 2020
+# Copyright (c) The Exim Maintainers 1995 - 2021
 
 test ! -d ../src && \
   echo "*** $0 should be run in a system-specific subdirectory." && \
index cec1db2fbde8d7ffa1dd14d3a17f523abc7925b6..b932224f5bf3f61c964332bbddce3d1ae886078b 100755 (executable)
@@ -1,5 +1,5 @@
 #!/bin/sh
-# Copyright (c) The Exim Maintainers 1995 - 2018
+# Copyright (c) The Exim Maintainers 1995 - 2021
 
 set -e
 LC_ALL=C
index 6d064e8a28402f891e634baef12748e1396e13d4..15023c7cc68b0f118376e9057ea82959b83bc94d 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Code for handling Access Control Lists (ACLs) */
index a68ab6eb4a55a55426f3b96de8d18740955f29ad..9678ceb2d98d6088521f1b46a9eea3353021e230 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 /* Experimental ARC support for Exim
    Copyright (c) Jeremy Harris 2018 - 2020
+   Copyright (c) The Exim Maintainers 2021
    License: GPL
 */
 
index 03b9be1a8de8279513ac9a80d6a6f7c558ecbf8a..80f80f1a8051e3ffd68b8fa5b2e3b626372f7839 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 9d10b34c69da804e330747714ebe98a55d11be1b..1c048923ea7fa930892ab6dac07fc383efad9c33 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* Copyright (c) University of Cambridge 1995 - 2016 */
 /* See the file NOTICE for conditions of use and distribution. */
 
index 88359658ab5c3300f610bc152a64841924f9fd9e..e0d79db3c511571eb134cd25ee866fbaf2477087 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 479d01a29daa1a9a4cd0996f528ad3240e2cc877..f5c2afd603c06071e242c5e763c1567fae3b84e8 100644 (file)
@@ -2,7 +2,7 @@
 *     Exim - an Internet mail transport agent    *
 *************************************************/
 
-/* Copyright (c) The Exim Maintainers 2019-2020 */
+/* Copyright (c) The Exim Maintainers 2019 - 2021 */
 /* Copyright (c) University of Cambridge 1995 - 2018 */
 /* See the file NOTICE for conditions of use and distribution. */
 
index ab703daec6aae645fb959cd9c3c7f325b7be25a4..58d17835938b51c630f01fef87119940faf691db 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 948e0d66928dfb26ed96982c94815ef5950684dc..54583c3aeb1d9195963b3b9d930cba1a9c242126 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2015 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 877cc7bc4ba904cb4fc31fed54fe0b17c8a6a5b9..a91560e6170c4bbe50a1602e1e0ca64c434c2c2b 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2018-2020 */
+/* Copyright (c) The Exim Maintainers 2018 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* The default settings for Exim configuration variables. A #define without
index a4b1e2685451633f8480c928a59c1977d037648b..0b8d5d5952fc2a7ca86b2ff2defe47159b9b5e8b 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions concerned with running Exim as a daemon */
index 5cbe10c1f2631333bf171023c1fd7ae7264093e9..29cd9e8b92d9d6774a07bcc808a794800fd4967b 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 94db7f7fda92693f557bf685d2e795fd7e79389a..ce3272c4a3e8941bfbb9d255052ebcafa26da5bf 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* This header file contains macro definitions so that a variety of DBM
index fb32fef6af266d3e32ab2be4bb42bd50bfaa3f11..a9124a013a7b177addab97352cfd3f132a66fdb9 100644 (file)
@@ -7,7 +7,7 @@
  * wbreyha@gmx.net
  * See the file NOTICE for conditions of use and distribution.
  *
- * Copyright (c) The Exim Maintainers 2015 - 2019
+ * Copyright (c) The Exim Maintainers 2015 - 2021
  */
 
 /* Code for calling dccifd. Called from acl.c. */
index f7002b147a50e6aafe0a2eb9ab3166d967add775..92cad6d4817b4652a498577ecdb02e41b3ab1814 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2015 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index e931d22e92e975d30ad5bcc30b6e9e1087bcb7ef..4594c4a1d95a6703856e7f498f1b6edbaa0912c5 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* The main code for delivering a message. */
index 3273eb89b066a23f8ed35dbc7f7f0b3f4e5434f0..11bf7338b98d14b685c8df434c580f4ce4f210b3 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
-/* Copyright (c) The Exim Maintainers 2010 - 2018 */
+/* Copyright (c) The Exim Maintainers 2010 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "exim.h"
index 5b7f17b2da9b3bed79410fe31fd96250a9d34a44..0c5e84788872ae7f359ce65e329fd93b3cacbd3f 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge, 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021*/
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Code for DKIM support. Other DKIM relevant code is in
index 8a9cdce0dc467557f736fc712a188123d897e26b..060d3ef510395e1338bb61071e30ab0b21a0a4ca 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 /* DMARC support.
    Copyright (c) Todd Lyons <tlyons@exim.org> 2012 - 2014
-   Copyright (c) The Exim Maintainers 2019
+   Copyright (c) The Exim Maintainers 2019 - 2021
    License: GPL */
 
 /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project;
index f3c29b00a1e4cdbb3dcb71763283c0163e0dc0c0..0b5307abba48833fb648011d24c9d915e7811c1b 100644 (file)
@@ -4,6 +4,7 @@
 
 /* Experimental DMARC support.
    Copyright (c) Todd Lyons <tlyons@exim.org> 2012 - 2014
+   Copyright (c) The Exim Maintainers 2021
    License: GPL */
 
 /* Portions Copyright (c) 2012, 2013, The Trusted Domain Project;
index 63856ead3a662596d1860617305aa0d189c1f4a0..8bf7f65424dea6faeaeff8e21ce8f83f6bdc1519 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for interfacing with the DNS. */
index ad36e8ecbcb1e8ff9dd499cbdca32904466411d7..5335b777b70a070dbd7065653b669cd727fe7d90 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions concerned with dnsbls */
index 02f014e87e77837ca9d32edd9b1b624b3afab795..a4958b179754dfa5db0d3539734e179beaecce82 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 598117fcf0996656bf8ed1b26f927ad3df377123..38b514b6c46946c8192216c73f5c48656e215df0 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* This file is not part of the main Exim code. There are little bits of test
index 0dcb9a732b10f9d57bb4141158724edda95b9d2c..f7f8c9c1644ab9543727e964e45b3e04a20c8607 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2015 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions concerned with serialization. */
index d7f15239b835bda032e87b8bdc732b8cfdc42ac2..2c414fd31e6e223e68952fa4546e1353932cca08 100644 (file)
@@ -9,7 +9,7 @@ use Getopt::Long qw(:config no_ignore_case);
 use File::Basename;
 
 # Copyright (c) 2007-2017 University of Cambridge.
-# Copyright (c) The Exim Maintainers 2020
+# Copyright (c) The Exim Maintainers 2020 - 2021
 # See the file NOTICE for conditions of use and distribution.
 
 # Except when they appear in comments, the following placeholders in this
index 9ee567df4c01e43100197e8536e1f4966b0786c3..a17dd92adc52a12a00f2539a9386e34567278121 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index e4194f37151c6aad7d4eb24c3b447c9917c6bf68..45a3f1083730f23729f3cfc84f5de33061d0585a 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 697b87500ec846f938deee86adeec735092d4297..5f2e664172a1fcabbeb703ec5cd7f8d79a840e75 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index dbdd971297583fc26daf6aca9e20fc6167742a26..427d22c1ed0e8aac07409dfba80c9640e323afdf 100644 (file)
@@ -10,7 +10,7 @@ Default is -fcntl -lockfile.
 
 Argument: the name of the lock file
 
-Copyright (c) The Exim Maintainers 2016
+Copyright (c) The Exim Maintainers 2016 - 2021
 */
 
 #include "os.h"
index 04602da680c62f41eb6cd5caeb655ea383d64ef7..9fee423e421c69581d2eaaf4abc073b614273fe4 100644 (file)
@@ -2,6 +2,8 @@
 
 # Utility for searching and displaying queue information.
 # Written by Matt Hubbard 15 August 2002
+#
+# Copyright (c) The Exim Maintainers 2021
 
 # Except when they appear in comments, the following placeholders in this
 # source are replaced when it is turned into a runnable script:
index 41016c316960661bc089893796889807003f3548..53ad3ff9285a50bb7707d8969caf59a7e452ec4d 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 1dbae43e9031b0aad8d9c21fd8bf52a8ab9405d1..c5ef678b678552367db924b6d9f3aeb4dfc8daec 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 3b4752ea5568b655460c0aaf79d2f64a10144740..621ca76e9df7a3d32ef3b31be4c351e2a40726b2 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 401300d94453e92265afbd2a949ec7c639fe3e9c..3dd890a00fd1feefa27cbb2cc257456737315f71 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 200b506f7548c7b7d4bcb09cb3140c4c9c566ebd..98e0f8daf36e5e6936ec8bf13132f010c6e40866 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* All the global variables are defined together in this one module, so
index 1509ffa7fcb95c4d6f132fe6dfdaaaaa2048f836..fbc9c76ee5fe45ec17bfa7d2f2a288a6352b56c8 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Almost all the global variables are defined together in this one header, so
index e334c69bfbcb7420802dcafdaea2383de90170a2..9bd376633c5f4b8bc2751224073119b4549be5ec 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2016 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index c2ea770e28eabb553f033816464f4828de0944c9..02d2da3621aa1e8c4b2d3187b553f7fdef1641be 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for finding hosts, either by gethostbyname(), gethostbyaddr(), or
index 96a6c29f20e5082d32833664fd6559b4e27eace0..d83d6f91046470c41f9b6ec8fde57a65a9b22991 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for doing things with sockets. With the advent of IPv6 this has
index 2032ae70dab8a5ab026b1ee2feff79f6d1877b87..7a3bae7e3e8af8f64272492b053d1201b02a07af 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 3efe94941dfa1703ddef68606a52a609f93a7d10..076fd6aa4ed0858af8172dd8aaf0a823445dbf26 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2020 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* This file is the header that is the only Exim header to be included in the
index a7ef3d803b3bac362101523581cd7744b428eb95..b085e9ee2ab39553ab4e9762386356e27439a4ce 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for writing log files. The code for maintaining datestamped
index 1fd139486709696286bf439583be5cf51965a8a1..19585bf31a3755f71f579ef1f6000845ec73be9c 100644 (file)
@@ -1,6 +1,8 @@
 # Make file for building Exim's lookup modules.
 # This is called from the main make file, after cd'ing
 # to the lookups subdirectory.
+#
+# Copyright (c) The Exim Maintainers 2021
 
 # nb: at build time, the version of this file used will have had some
 #     extra variable definitions and prepended to it and module build rules
index c0ac2cbe45e360c902b4745386b8c7e305decb99..b11f5f7d573119025f4e35b6704e0b9629853ccd 100644 (file)
@@ -7,7 +7,7 @@
  * ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  *
  * Copyright (c) 1998 Nigel Metheringham, Planet Online Ltd
- * Copyright (c) The Exim Maintainers 2020
+ * Copyright (c) The Exim Maintainers 2020 - 2021
  *
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
index f5614fdacb7ddfac67b3edfed9e583803bf6cb1c..508083361151652cc922005d60880ecb7ef66566 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 8422833c4c48078311e5c426c7e2bf62751dc214..781a2aea5da2b06ffc3777e21b54d3ee02490d7f 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index a6b331edb6401e2932caf3d6d3543d3e7e2f4add..2cf880ddae9758fa425a918e7b3cb4ea97ddae11 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2015 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* The idea for this code came from Matthew Byng-Maddick, but his original has
index 72a27c0109388c5e5a0b34391730ca18a58309f2..defe5516e0563eb5d1ea4cafad80825d12977692 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* The code in this module was contributed by Ard Biesheuvel. */
index 9b1fe78ed3b4e9d17e20ee8863d74563ac096302..3ca1af50d91f83c8c613a933ba2e4ac5edff34cf 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Jeremy Harris 2019-2020 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 1674c9f1f9c716dfb19ab87f821997becf9ea908..b1958d2b2455c54976a4d7c84adde897431ac9b7 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Many thanks to Stuart Lynne for contributing the original code for this
index 38b7c2ad345c4bde4f6cbcadb74ae42994eb2f8a..b9de0a1c8924cb2a2ca73b25f4b6a28901c845f0 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index d9cf25d548eac36f8416224731c3af47d2bbeb1b..b73ec1c4dd39256d1e23726f13dc9f908775fabf 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 2016 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 10927dd8270f37e30ffd285475a4c2c39a6b4511..afb26908bcd6cd5a541a57d028e6831fb8e99e5a 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 136971590c8dec1ff7280ce964c63abeb18ea4f5..7c1e0b2058c2c85103575cc31a8dc9cea1534555 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2015 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Interface to an Oracle database. This code was originally supplied by
index 5578d58dde9e5f67bffcef5edd8d10b31825556f..f37bc6a0aad4de3d98aaac229b3dfa1baf3ecfa2 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2015 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index f7e04d1d86b83c1c504df5b5bb6e000b42943dbb..7bb3b9ab55ce59ecdf3fab248839a7417c5c2027 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Jeremy Harris 2020 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 1638ea4019d6b0ccd86b4ec2c4ba6630f55ffd42..4c1412bae1a6ba713deb216a2cd4e6db71b864c4 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 3ecd104018ab680b81d7fa3fb05865908304106d..b169b059a2c08e7e216a037de5cfb3bea2e35c6e 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2015 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 2260788a7258adc4f8a0d5867fe6c2217675b039..15ff3cf02527de37c1f965656dfe1f6445960b44 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2015 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* This code originally came from Robert Wal. */
index 757b375630b9a8125dc8006ad18d915d8849b9a0..89e35878e146684734d4fca188c618cfaf28ea87 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Jeremy Harris 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Create a static data structure with the predefined macros, to be
index 3c988a380ca80562164c861502c22631ab00d0ec..59b1bbe3b0ea9111b95597279fc26dad18f0e6a5 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Jeremy Harris 2017 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Global functions */
index b2f4095bd6e0590de6cc10b511234cf23e57911d..bf5241e1029ebd3e17dd0bd74ec54add81a85a25 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index ebd360cd2f8fbc697e08f352b098d33025aaa7cd..1dc89ae1509c680b0f8cadb3676c47bcaefbe5f4 100644 (file)
@@ -4,7 +4,7 @@
 
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003 - 2015
  * License: GPL
- * Copyright (c) The Exim Maintainers 2015 - 2020
+ * Copyright (c) The Exim Maintainers 2015 - 2021
  */
 
 /* Code for calling virus (malware) scanners. Called from acl.c. */
index 8a1c9e5ea9b345536992829d43d4760caceeab4b..6415b993d02d8d2c035d9abeafa22ce90741d6b1 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for matching strings */
index 1d9c5b9a5ee435b32db98f849be8b717b57d8826..c8755911fc1237fb36b757ea2e2f014502bab9d5 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for sending messages to sender or to mailmaster. */
index 38ee93d8ca034276ea6eaa9f65562e737f11181b..c51c870c22838823a36b751566ffe52c634d788b 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 9a450a8656c98fe35df7206bc9e5bb7cbf855c8e..2bb5bbef121ffb8f97c12862578f58d35b19c0e6 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #ifdef STAND_ALONE
index a290ae7c3be4453f901cc4f63a322ee750800553..5bf97eab9e328f8d990b903b1ada450f679f0953 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for parsing addresses */
index 45fa2a104a0eb93e6350be9a250a2b53ea567ce9..05f656df46e0b68636385c81b0401a5bf748bf28 100644 (file)
@@ -3,6 +3,7 @@
  *
  *  Copyright (C) 2009 - 2016  Tom Kistner <tom@duncanthrax.net>
  *  Copyright (C) 2016 - 2020  Jeremy Harris <jgh@exim.org>
+ *  Copyright (c) The Exim Maintainers 2021
  *
  *  http://duncanthrax.net/pdkim/
  *
index 5f24e8030c77caac8ed29ba8700160eb95f24d4a..561eb61619f8ee6bbe658b785790b1ffe4600cef 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *  PDKIM - a RFC4871 (DKIM) implementation
  *
- *  Copyright (C) 1995 - 2020  Exim maintainers
+ *  Copyright (c) The Exim Maintainers 1995 - 2021
  *
  *  signing/verification interface
  */
index 8fb82b4fc986b74afd9fb4a2a8ec4f7678ded353..93d69f89f2e6de00f777242d6fef4e07cc74e24e 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions that operate on the input queue. */
index a12e5de2974719ac9e9cd48fb00a4d01e25a06c4..684730a7d048e9aef1916a80a840f32acdcd843a 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim maintainers 2020 */
+/* Copyright (c) The Exim maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* This module contains code for extracting addresses from a forwarding list
index 987f9fab0baa808fe4c9de8b1333dce537876d5e..754ab197b48da653ad51e5cb23558ccc03622c72 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for reading the configuration file, and for displaying
index d2e556e32a18e54870c59cc34bcb81b96f543232..fab0f00c467eeb2da0030d718a2044b43bb9dfcb 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Code for receiving a message and setting up spool files. */
index a3d6659a6428e1003bd2ef93ca900ccb9f4f93e2..2b3e308a2b9372b3eafd513fd9d72d1a1a3ec1b5 100644 (file)
@@ -4,7 +4,7 @@
 
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003-2015
  * License: GPL
- * Copyright (c) The Exim Maintainers 2016 - 2018
+ * Copyright (c) The Exim Maintainers 2016 - 2021
  */
 
 /* Code for matching regular expressions against headers and body.
index 6a6da47dfa0c70d4e3265fb85a033efe5a4f0a23..fbcf863c25ea1a90b0ba2a6850c7f96780064320 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions concerned with rewriting headers */
index c3cf4db117dee7b63cf27937fc0649aaab246b42..4679d767750ab9ce86ce544eaec66375ae85a69b 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* This file contains a function for decoding message header lines that may
index 5aed06b4f4fbc2f9b1dbf0563d300fad581c0e7c..225a19046e5fa327acebe63731cca160811dc8e8 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions concerned with routing, and the list of generic router options. */
index b02ceda7af7a27bf9a88a992fc1e741c02530e51..110a1efe433af6069941109181b13ed065ec3a99 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 41a5ad78d22df03fcb8c0634b8c5ff6298f4a52a..977b58d4536b8283540a11bbd177608ecc3901b0 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 09775ed83220829c172c5039dd8bc4432ce200d6..80f37797019b366a07a9220f26ca4006797f0ffc 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 04bc8e26fa190a0a5d9814a6987b78f53b16e73e..2237d038600962703a4a7a25a02ec195d48fd2b9 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 9b2bf0f412b17d090dd97cd18fe06b6bce0cb7ac..dbcb03c9e3cf8a64e0f1d7e2daf88959083f7c05 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 01802714ffffa5188fb660904ed1d4eccdab993b..e3ef1eadb8fe8019949a6452b7e27133ddeab96a 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 96210907bc876f18be238e5434dd9c6e1a07d743..e6e538841ed115f4898e69cfddee1e12633a236f 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 71769dbc3386a9b19f522f7b85dcfb0f8f14543d..8e0b7e529a4439151598bf112eb47c2670cd25c3 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 7c9ee1ce0dd68e159b363fb6e3a7a84f107d438a..cdb6ba1a0f0e68d4a621bb7c4463dc7d282b95bd 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Header for the redirect router */
index 32bde9ec3eeef7a7f9ad7e37e581cc324eb2991f..ce81345e72b1372b3baf7e2f83ba4fed792ca43e 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 4dab60dfe0d18bd311fa5a47ac014187016b5a72..0693c8c6e59f7c942faadb25601b62f037e7248d 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 81d1d20f982651c6042b7485eb5256cb69d94fbb..90af54c36d2fd9ca1d891dd5e1fa4ae89587e9e7 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2015 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* A set of functions to search databases in various formats. An open
index 9571351f00f2951880af7ad6ae2fd21c076af73e..bd0c9b28eeb7e05a59d09e2aa677514c2d7c3479 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Michael Haardt 2003 - 2015
- * Copyright (c) The Exim Maintainers 2016 - 2020
+ * Copyright (c) The Exim Maintainers 2016 - 2021
  * See the file NOTICE for conditions of use and distribution.
  */
 
index c1aa5867cde8b4281179e5ab249835b656b40c13..824178e4d6f7a7c6bddefdd12a7a43795441aff6 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for handling an incoming SMTP call. */
index 2147750af1068dae10d6576083bd73f588973ed4..46713d4b741dd8e664bcaa8f96cc07f074e4bcf1 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* A number of functions for driving outgoing SMTP calls. */
index 544fed17a40df4d7fec80eeb1e6c2470932f0337..470e5fae7c1e2e67892000d80e5e138b45423d7a 100644 (file)
@@ -4,7 +4,7 @@
 
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003 - 2015
  * License: GPL
- * Copyright (c) The Exim Maintainers 2016 - 2020
+ * Copyright (c) The Exim Maintainers 2016 - 2021
  */
 
 /* Code for calling spamassassin's spamd. Called from acl.c. */
index 312dce8de86bf61cd234eeb14409017fd643c888..cc36ffd3f7fd3bcd35e2bd007948be4d9622b3c8 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003 - 2015 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* License: GPL */
 
 /* spam defines */
index 2f55fb77cd63c9fc62eb250b1daec4f1aecc1809..9f0805ada9d49ac93ad36356c4e08ad015282f4b 100644 (file)
@@ -5,7 +5,7 @@
 /* SPF support.
    Copyright (c) Tom Kistner <tom@duncanthrax.net> 2004 - 2014
    License: GPL
-   Copyright (c) The Exim Maintainers 2015 - 2020
+   Copyright (c) The Exim Maintainers 2015 - 2021
 */
 
 /* Code for calling spf checks via libspf-alt. Called from acl.c. */
index 0bebcea9750fa9e872ce9259de89a0f9efc92db7..de6ee7e51ca12035c7cdb7f8adad6766c39b84a6 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for reading spool files. When compiling for a utility (eximon),
index cf7909fbe2b628afe0a3be75c9ccd5bb67d60bea..e5b9ad79ca98c6e4f94a2ed46f68afef0ce62717 100644 (file)
@@ -4,7 +4,7 @@
 
 /* Copyright (c) Tom Kistner <tom@duncanthrax.net> 2003 - 2015
  * License: GPL
- * Copyright (c) The Exim Maintainers 2016 - 2020
+ * Copyright (c) The Exim Maintainers 2016 - 2021
  */
 
 /* Code for setting up a MBOX style spool file inside a /scan/<msgid>
index 8531112c061193cf7f9a7812bfd0d690a3b9fe40..13e8dd66436e212b4a9dc04afbf854dd96470f8b 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for writing spool files, and moving them about. */
index 5cca182daf6a46537d92dc9f92c982dfca6715b6..5db21ec8c61c506ac1d39762327a6d5328c1aed4 100644 (file)
@@ -4,7 +4,7 @@
 
 /* SRS - Sender rewriting scheme support
   (C)2004 Miles Wilton <miles@mirtol.com>
-  Copyright (c) The Exim Maintainers 2016
+  Copyright (c) The Exim Maintainers 2016 - 2021
 
   SRS Support Version: 1.0a
 
index 32404128f5da299fc4cba39f4d7741d9e2c79113..29209b1092f1a307af7221f5427d28af8117a9ed 100644 (file)
@@ -4,6 +4,7 @@
 
 /* SRS - Sender rewriting scheme support
   ©2004 Miles Wilton <miles@mirtol.com>
+  Copyright (c) The Exim Maintainers 2021
   License: GPL */
 
 #ifndef __SRS_H__
index b462908ea39091f367ee72a0a9df1e4850ac8cef..c56d260148d802f6a8dea7a1d2174943d9e8bdd0 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Phil Pennock 2012, 2016
- * Copyright (c) The Exim Maintainers 2017 - 2018
+ * Copyright (c) The Exim Maintainers 2017 - 2021
  * But almost everything here is fixed published constants from RFCs, so also:
  * Copyright (C) The Internet Society (2003)
  * Copyright (C) The IETF Trust (2008)
index e8819e3e3f4d10de13b6eeb1123c713dd09ab2c6..520305dbbadbd16f86bf4e0368c2c80a57d72641 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim maintainers 2019 - 2020 */
+/* Copyright (c) The Exim maintainers 2019 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Exim gets and frees all its store through these functions. In the original
index 58561ac2832e6e87344489b55a139cc5b0463eb3..ccfa8f0120a9f5bb3e2d745144a855e0ab42b6aa 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Header for Exim's memory allocation functions */
index 64d14439e6bab3c2378e8bf594c40a2423d6348c..87882d801dc1c34c8c9040bff05c880f5a4e33ec 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Miscellaneous string-handling functions. Some are not required for
index 9bfc8826b1c00931a3bfa6c87c0c99b174f7304c..eee288efde8415d5be784ae8ff20e27810669443 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 02eb7e8a09c21dd5b639b457d9094318086bd53d..aea1bd8b216650baa7ea4a83a3af96dda32fb79c 100644 (file)
@@ -3,10 +3,9 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
-/* See the file NOTICE for conditions of use and distribution. */
-
 /* Copyright (c) Phil Pennock 2012 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
+/* See the file NOTICE for conditions of use and distribution. */
 
 /* This file provides TLS/SSL support for Exim using the GnuTLS library,
 one of the available supported implementations.  This file is #included into
index 590d271f7bc3c10f4ce4ccd34395ba932fb0e928..e8d14398f1b5dab04544b246ddaaf6218035abc1 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2019 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Portions Copyright (c) The OpenSSL Project 1999 */
index c497ac307c1782c4155cd6135ea219331bea6e75..d5d11bcea874cc58a0b76c621fc1b2192a6d75ec 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* This module provides TLS (aka SSL) support for Exim. The code for OpenSSL is
index 8ea7023541fd9f29a44177383166f3eb5e886cc0..cbc7accf051d3ddd7309c933805b9ba13520824f 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Jeremy Harris 2014 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 
 /* This file provides TLS/SSL support for Exim using the GnuTLS library,
 one of the available supported implementations.  This file is #included into
index 3d86919decbf4f8478a824d4e3b56454c06af5a4..0c2c6e29af9c713c20419a7ae8670aa622a55de0 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* General functions concerned with transportation, and generic options for all
index 39ff881bba2d537c28e48c1a4c6bdb5d6a402fe0..91269890c5b506822159d4293e74e4a4bf697660 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2020 */
-/* Copyright (c) The Exim maintainers 2020 */
+/* Copyright (c) The Exim maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index 0f5740ef8476a14abbc118dee7335f333a812a7a..3fd2f467cb31023e6dc9e85a8b4c0f254d88a67b 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Private structure for the private options. */
index 83b7fb685a24b2f5417bffa2d901dea91750abd0..6110f87bff713e3e9fdd3a4061ca7aecae96dcbd 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index e3b3639ad606d8d28d2665f02d5c5058e23de38d..424210d393705ee7fc39e96226648563571c6fbd 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index da49307b1c6cd25e7783a2f7a8bb8c2476fca31a..e22722fd06a4e50f838cac94d63582a78e3c47a8 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim maintainers 2020 */
+/* Copyright (c) The Exim maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index e657e350fbc62d0fdce3c0f0ecc8e3905e0c4977..74131cc64b13fe0d5a0d64d34aac12347a8ec473 100644 (file)
@@ -4,7 +4,7 @@
 
 /* Copyright (c) Andrew Colin Kissa <andrew@topdog.za.net> 2016 */
 /* Copyright (c) University of Cambridge 2016 */
-/* Copyright (c) The Exim Maintainers 1995 - 2020 */
+/* Copyright (c) The Exim Maintainers 1995 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 
index b50869414612d44016c8e3db175f8dc82dda1dbe..6f4e7ab718f68fa76a446f5db4c8ac8fc924cd1b 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #include "../exim.h"
index 2ce8b11c5fbf72357b60f277ade336605c4d6ac9..2ed6cfd51fc9270897cca362d9e91de4cea746ec 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 #define DELIVER_BUFFER_SIZE 4096
index c410eceec8f972317c49c59d818eb3c60ad37534..0234c9b5d461010612133118a00b2482109fbdd1 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) Jeremy Harris 2015 - 2018 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* SOCKS version 5 proxy, client-mode */
index 2673b1443e9f73cf0da6e77bccc63bd3180ba7ea..a83fc6f09c221b67df8a5eba66ff7af93d17c308 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions in support of the use of maildirsize files for handling quotas in
index 8c26b32c079eada9dcf7b703144a3506e0dcee35..b3707b1a9ad816b2dbc7607606a3439530915d36 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2009 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Header file for the functions that are used to support the use of
index e16a8643c0d60baec0f9e06a4929cabf20db9af0..f2c97db1e087575f0473846cbb4b45a03705dbfb 100644 (file)
@@ -3,6 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2015 */
+/* Copyright (c) The Exim Maintainers 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions for maintaining binary balanced trees and some associated
index 6e07566a7edc78fa0611b02c1cf422cffbc983f7..0ac6a7c744c6e0c8db27d7e5945c446495fe441a 100644 (file)
@@ -3,7 +3,7 @@
 *************************************************/
 
 /* Copyright (c) University of Cambridge 1995 - 2018 */
-/* Copyright (c) The Exim Maintainers 2020 */
+/* Copyright (c) The Exim Maintainers 2020 - 2021 */
 /* See the file NOTICE for conditions of use and distribution. */
 
 /* Functions concerned with verifying things. The original code for callout
index 5c4e42993142efaf5753ec4440d365c145cdcb79..2fe9a6c5e46d2cc740f5d97e90dccdd7a859e22e 100644 (file)
@@ -1,4 +1,5 @@
 /* Copyright (C) 2012,2016 Phil Pennock.
+ * Copyright (c) The Exim Maintainers 2021
  * This is distributed as part of Exim and licensed under the GPL.
  * See the file "NOTICE" for more details.
  */