summaryrefslogtreecommitdiff
path: root/src/kqueue.c
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2016-01-12 16:20:00 -0500
committerGlenn Morris <rgm@gnu.org>2016-01-12 16:20:00 -0500
commitefa968e9bba9bde01bcc8e8bbd9e3422818d0a3c (patch)
treedb71724a4de5f4e7247cd4e0ce57de643ef685d7 /src/kqueue.c
parent4dc28fe902b8a6ebeaf8a977aec4657a05f2c215 (diff)
downloademacs-efa968e9bba9bde01bcc8e8bbd9e3422818d0a3c.tar.gz
; Add 2016 to copyright years for files not in emacs-25 branch
Diffstat (limited to 'src/kqueue.c')
-rw-r--r--src/kqueue.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/kqueue.c b/src/kqueue.c
index e0ee5fb9d7b..a69d06da3ae 100644
--- a/src/kqueue.c
+++ b/src/kqueue.c
@@ -1,5 +1,6 @@
/* Filesystem notifications support with kqueue API.
- Copyright (C) 2015 Free Software Foundation, Inc.
+
+Copyright (C) 2015-2016 Free Software Foundation, Inc.
This file is part of GNU Emacs.