diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-30 13:08:07 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-30 13:08:07 +0100 |
commit | 1e1ddfac79fbcd052f199500a6493c7f79cb8462 (patch) | |
tree | b895ec5e3617be26c8f53bc57c7479067823213e /src/OS/Makefile-Linux | |
parent | bd4648b6b03cc8b0962756f244b81d1c0f46e8b5 (diff) |
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/OS/Makefile-Linux')
-rw-r--r-- | src/OS/Makefile-Linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/OS/Makefile-Linux b/src/OS/Makefile-Linux index ae9f249a9..dfb2fa8e7 100644 --- a/src/OS/Makefile-Linux +++ b/src/OS/Makefile-Linux @@ -1,5 +1,6 @@ # Exim: OS-specific make file for Linux. This is for modern Linuxes, # which use libc6. +# Copyright (c) The Exim Maintainers 2020 # # For Linux, we assume GNU Make; at time of writing, the only extension # used is ?= which is actually portable to other maintained Make variants, |