summaryrefslogtreecommitdiff
path: root/src/exim_monitor
diff options
context:
space:
mode:
authorPhil Pennock <pdp@exim.org>2015-06-04 22:43:13 -0400
committerPhil Pennock <pdp@exim.org>2015-06-04 22:43:13 -0400
commit3386088d5af4d4c61faa12ae29560e2c5bd43304 (patch)
treec3b1731cdf62b9b7409c6bb0ec8868b47782d8fe /src/exim_monitor
parentb3ef41c94af9aefec7b6855cf2ce73ffeaba9d9a (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/exim_monitor')
-rw-r--r--src/exim_monitor/em_globals.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exim_monitor/em_globals.c b/src/exim_monitor/em_globals.c
index 3277012f0..6415e4238 100644
--- a/src/exim_monitor/em_globals.c
+++ b/src/exim_monitor/em_globals.c
@@ -2,7 +2,7 @@
* Exim Monitor *
*************************************************/
-/* Copyright (c) University of Cambridge 1995 - 2012 */
+/* Copyright (c) University of Cambridge 1995 - 2015 */
/* See the file NOTICE for conditions of use and distribution. */