diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2021-10-23 17:08:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2021-10-23 17:08:14 +0100 |
commit | e3e281ccf9d8777d0df98ddd644720573e0343d1 (patch) | |
tree | 0171a7bb394203f9faab21bd1346290cfd5153cd /src/scripts/MakeLinks | |
parent | 041bf37266e8b97f457b78401ee7006429c69495 (diff) |
Copyright updates:
vi $(git log --name-status exim-4.94..master | awk '/^M/{print $2}' | grep -v '^test/' | sort -u)
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-x | src/scripts/MakeLinks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 3e16ae13a..4a714e147 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 - 2020 +# Copyright (c) The Exim Maintainers 1995 - 2021 test ! -d ../src && \ echo "*** $0 should be run in a system-specific subdirectory." && \ |