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 /doc/doc-docbook | |
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 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/Makefile b/doc/doc-docbook/Makefile index bc7a9b0ae..fb3db4b96 100644 --- a/doc/doc-docbook/Makefile +++ b/doc/doc-docbook/Makefile @@ -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'," |