diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/kqueue.c | 3 |
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 @@ | |||
| 1 | /* Filesystem notifications support with kqueue API. | 1 | /* Filesystem notifications support with kqueue API. |
| 2 | Copyright (C) 2015 Free Software Foundation, Inc. | 2 | |
| 3 | Copyright (C) 2015-2016 Free Software Foundation, Inc. | ||
| 3 | 4 | ||
| 4 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 5 | 6 | ||