aboutsummaryrefslogtreecommitdiffstats
path: root/src/w32notify.c
diff options
context:
space:
mode:
authorGlenn Morris2018-02-13 14:29:59 -0800
committerGlenn Morris2018-02-13 14:29:59 -0800
commit298275c595f6ca9e77f8131d34dda2b58fe1faa5 (patch)
treead8eca7cae3f74eec401a6dee798ee778ae4cff4 /src/w32notify.c
parent4bee1b8bacb9ce6107ea605da464d01f6bd3aa7d (diff)
downloademacs-298275c595f6ca9e77f8131d34dda2b58fe1faa5.tar.gz
emacs-298275c595f6ca9e77f8131d34dda2b58fe1faa5.zip
; Replace "Written by" with standard "Author:" header in some C files
Diffstat (limited to 'src/w32notify.c')
-rw-r--r--src/w32notify.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/w32notify.c b/src/w32notify.c
index c16a8d11b65..5c1d2120543 100644
--- a/src/w32notify.c
+++ b/src/w32notify.c
@@ -1,5 +1,8 @@
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-2018 Free Software Foundation, Inc. 2
3Copyright (C) 2012-2018 Free Software Foundation, Inc.
4
5Author: Eli Zaretskii <eliz@gnu.org>
3 6
4This file is part of GNU Emacs. 7This file is part of GNU Emacs.
5 8
@@ -16,9 +19,7 @@ GNU General Public License for more details.
16You should have received a copy of the GNU General Public License 19You should have received a copy of the GNU General Public License
17along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */ 20along with GNU Emacs. If not, see <https://www.gnu.org/licenses/>. */
18 21
19/* Written by Eli Zaretskii <eliz@gnu.org>. 22/* Design overview:
20
21 Design overview:
22 23
23 For each watch request, we launch a separate worker thread. The 24 For each watch request, we launch a separate worker thread. The
24 worker thread runs the watch_worker function, which issues an 25 worker thread runs the watch_worker function, which issues an