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 | |
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')
-rwxr-xr-x | src/scripts/Configure-Makefile | 2 | ||||
-rwxr-xr-x | src/scripts/MakeLinks | 2 | ||||
-rwxr-xr-x | src/scripts/reversion | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/Configure-Makefile b/src/scripts/Configure-Makefile index df597a864..ed77b6a8f 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 - 2020 +# Copyright (c) The Exim Maintainers 1995 - 2021 # 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 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." && \ diff --git a/src/scripts/reversion b/src/scripts/reversion index cec1db2fb..b932224f5 100755 --- a/src/scripts/reversion +++ b/src/scripts/reversion @@ -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 |