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 /doc | |
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 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 4e561f2b9..2f3e494db 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -52,7 +52,7 @@ .set I " " .macro copyyear -2014 +2015 .endmacro . ///////////////////////////////////////////////////////////////////////////// |