aboutsummaryrefslogtreecommitdiffstats
path: root/build-aux/git-hooks/pre-commit
diff options
context:
space:
mode:
authorPaul Eggert2018-01-01 00:21:42 -0800
committerPaul Eggert2018-01-01 00:57:59 -0800
commit5c7dd8a783fa2503f042f6671279e5fca38c35cb (patch)
tree5cdd7dbd45722f66524ec6956d90e99ae3ae4c34 /build-aux/git-hooks/pre-commit
parent220a9ecba1b62e09703cb0a3c122797d4498ccc2 (diff)
downloademacs-5c7dd8a783fa2503f042f6671279e5fca38c35cb.tar.gz
emacs-5c7dd8a783fa2503f042f6671279e5fca38c35cb.zip
Update copyright year to 2018
Run admin/update-copyright.
Diffstat (limited to 'build-aux/git-hooks/pre-commit')
-rwxr-xr-xbuild-aux/git-hooks/pre-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/git-hooks/pre-commit b/build-aux/git-hooks/pre-commit
index 68a0c33d4a1..5e42dab233b 100755
--- a/build-aux/git-hooks/pre-commit
+++ b/build-aux/git-hooks/pre-commit
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2# Check file names in git commits for GNU Emacs. 2# Check file names in git commits for GNU Emacs.
3 3
4# Copyright 2014-2017 Free Software Foundation, Inc. 4# Copyright 2014-2018 Free Software Foundation, Inc.
5 5
6# This file is part of GNU Emacs. 6# This file is part of GNU Emacs.
7 7