summaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-04-30 13:08:07 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2020-04-30 13:08:07 +0100
commit1e1ddfac79fbcd052f199500a6493c7f79cb8462 (patch)
treeb895ec5e3617be26c8f53bc57c7479067823213e /src/scripts
parentbd4648b6b03cc8b0962756f244b81d1c0f46e8b5 (diff)
downloadexim4-1e1ddfac79fbcd052f199500a6493c7f79cb8462.tar.gz
Copyright updates:exim-4_94_RC0
vi $(git log --name-status exim-4.93..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u)
Diffstat (limited to 'src/scripts')
-rwxr-xr-xsrc/scripts/Configure-Makefile2
-rwxr-xr-xsrc/scripts/MakeLinks2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile
index ecd2083a7..61368ecb3 100755
--- a/src/scripts/Configure-Makefile
+++ b/src/scripts/Configure-Makefile
@@ -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 - 2018
+# Copyright (c) The Exim Maintainers 1995 - 2020
# First off, get the OS type, and check that there is a make file for it.
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks
index 277a1c026..784247d99 100755
--- a/src/scripts/MakeLinks
+++ b/src/scripts/MakeLinks
@@ -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 - 2018
+# Copyright (c) The Exim Maintainers 1995 - 2020
test ! -d ../src && \
echo "*** $0 should be run in a system-specific subdirectory." && \