diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-04-02 15:53:53 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-04-02 15:53:53 +0100 |
commit | 80fea873648ca2ab2e592999a336c59cf054ab55 (patch) | |
tree | 03d7a74039d0c000fc79ea76793d2563b08ab929 /src/scripts/MakeLinks | |
parent | 736848857a8ffbd5a2358d8afcf053fabd626376 (diff) |
Copyright year updates (things touched in 2016)
Update current year in docs and banner copyright in src/src/globals.c
Rest of changes from:
vi $(git whatchanged --since=2016-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/)
Diffstat (limited to 'src/scripts/MakeLinks')
-rwxr-xr-x | src/scripts/MakeLinks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scripts/MakeLinks b/src/scripts/MakeLinks index 9420b11c6..68cecf0a9 100755 --- a/src/scripts/MakeLinks +++ b/src/scripts/MakeLinks @@ -2,6 +2,8 @@ # 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 2016 test ! -d ../src && \ echo "*** $0 should be run in a system-specific subdirectory." && \ |