aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/inotify.c3
-rw-r--r--src/w32notify.c2
2 files changed, 2 insertions, 3 deletions
diff --git a/src/inotify.c b/src/inotify.c
index 8a52c27985c..4efef9e55b7 100644
--- a/src/inotify.c
+++ b/src/inotify.c
@@ -1,7 +1,6 @@
1/* Inotify support for Emacs 1/* Inotify support for Emacs
2 2
3Copyright (C) 2012 3Copyright (C) 2012-2013 Free Software Foundation, Inc.
4 Free Software Foundation, Inc.
5 4
6This file is part of GNU Emacs. 5This file is part of GNU Emacs.
7 6
diff --git a/src/w32notify.c b/src/w32notify.c
index 0b7dc9a1110..d78e55f43ed 100644
--- a/src/w32notify.c
+++ b/src/w32notify.c
@@ -1,5 +1,5 @@
1/* Filesystem notifications support for GNU Emacs on the Microsoft Windows API. 1/* Filesystem notifications support for GNU Emacs on the Microsoft Windows API.
2 Copyright (C) 2012 Free Software Foundation, Inc. 2 Copyright (C) 2012-2013 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5