summaryrefslogtreecommitdiff
path: root/build-aux/git-hooks
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2016-01-01 01:16:19 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2016-01-01 01:34:24 -0800
commit0e963201d03d9229bb8ac4323291d2b0119526ed (patch)
treedaa335b2d549444617fb9039b1da32bf6a1e5432 /build-aux/git-hooks
parent982530518fd6806a896a75f73e29e2f3b59e5791 (diff)
downloademacs-0e963201d03d9229bb8ac4323291d2b0119526ed.tar.gz
Update copyright year to 2016
Run admin/update-copyright.
Diffstat (limited to 'build-aux/git-hooks')
-rwxr-xr-xbuild-aux/git-hooks/commit-msg2
-rwxr-xr-xbuild-aux/git-hooks/pre-commit2
2 files changed, 2 insertions, 2 deletions
diff --git a/build-aux/git-hooks/commit-msg b/build-aux/git-hooks/commit-msg
index 96613765d32..52f92257d43 100755
--- a/build-aux/git-hooks/commit-msg
+++ b/build-aux/git-hooks/commit-msg
@@ -1,7 +1,7 @@
#!/bin/sh
# Check the format of GNU Emacs change log entries.
-# Copyright 2014-2015 Free Software Foundation, Inc.
+# Copyright 2014-2016 Free Software Foundation, Inc.
# This file is part of GNU Emacs.
diff --git a/build-aux/git-hooks/pre-commit b/build-aux/git-hooks/pre-commit
index 8bce1f5ade0..5a512442b18 100755
--- a/build-aux/git-hooks/pre-commit
+++ b/build-aux/git-hooks/pre-commit
@@ -1,7 +1,7 @@
#!/bin/sh
# Check file names in git commits for GNU Emacs.
-# Copyright 2014-2015 Free Software Foundation, Inc.
+# Copyright 2014-2016 Free Software Foundation, Inc.
# This file is part of GNU Emacs.