aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2013-01-02 08:30:50 -0800
committerPaul Eggert2013-01-02 08:30:50 -0800
commit09b8afb6c8b235279dac6cdc7ffee68b782712ac (patch)
treea52d0d1765feb9c158e83e4c431d822183cf5e9b /src
parent0877d0dc24ee792b9b14592869ea1aa0934aee58 (diff)
downloademacs-09b8afb6c8b235279dac6cdc7ffee68b782712ac.tar.gz
emacs-09b8afb6c8b235279dac6cdc7ffee68b782712ac.zip
Update copyright dates to 2013.
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