diff options
author | Phil Pennock <pdp@exim.org> | 2015-06-04 22:43:13 -0400 |
---|---|---|
committer | Phil Pennock <pdp@exim.org> | 2015-06-04 22:43:13 -0400 |
commit | 3386088d5af4d4c61faa12ae29560e2c5bd43304 (patch) | |
tree | c3b1731cdf62b9b7409c6bb0ec8868b47782d8fe /src/Makefile | |
parent | b3ef41c94af9aefec7b6855cf2ce73ffeaba9d9a (diff) |
Copyright year updates (things touched in 2015)
Update current year in docs and banner copyright in src/src/globals.c
Rest of changes from:
vi $(git whatchanged --since=2015-01-01 | grep '^:100' | sed -n 's/^[^M]*M//p' | sort -u | fgrep -v test/)
Note that there are a lot of changes made because of const propagation;
I opted to include the copyright year updates in that, but we could be
doing a better job with who gets the copyright credit for these changes.
Changes visible with:
git diff $(git rev-list -n1 --before="2015-01-01" master)
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 9843b9ae4..adda7ceb3 100644 --- a/src/Makefile +++ b/src/Makefile @@ -2,7 +2,7 @@ # appropriate links, and then creating and running the main makefile in that # directory. -# Copyright (c) University of Cambridge, 1995 - 2014 +# Copyright (c) University of Cambridge, 1995 - 2015 # See the file NOTICE for conditions of use and distribution. # IRIX make uses the shell that is in the SHELL variable, which often defaults |