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/OS/Makefile-Base | |
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/OS/Makefile-Base')
-rw-r--r-- | src/OS/Makefile-Base | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/OS/Makefile-Base b/src/OS/Makefile-Base index 3f07396f6..229961f1b 100644 --- a/src/OS/Makefile-Base +++ b/src/OS/Makefile-Base @@ -4,6 +4,8 @@ # concatentates the configuration settings from Local/Makefile and other, # optional, Local/* files at the front of this file, to create Makefile in the # build directory. +# +# Copyright (c) The Exim Maintainers 2016 SHELL = $(MAKE_SHELL) SCRIPTS = ../scripts |