diff options
| author | Paul Eggert | 2013-01-02 08:30:50 -0800 |
|---|---|---|
| committer | Paul Eggert | 2013-01-02 08:30:50 -0800 |
| commit | 09b8afb6c8b235279dac6cdc7ffee68b782712ac (patch) | |
| tree | a52d0d1765feb9c158e83e4c431d822183cf5e9b /src | |
| parent | 0877d0dc24ee792b9b14592869ea1aa0934aee58 (diff) | |
| download | emacs-09b8afb6c8b235279dac6cdc7ffee68b782712ac.tar.gz emacs-09b8afb6c8b235279dac6cdc7ffee68b782712ac.zip | |
Update copyright dates to 2013.
Diffstat (limited to 'src')
| -rw-r--r-- | src/inotify.c | 3 | ||||
| -rw-r--r-- | src/w32notify.c | 2 |
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 | ||
| 3 | Copyright (C) 2012 | 3 | Copyright (C) 2012-2013 Free Software Foundation, Inc. |
| 4 | Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | This file is part of GNU Emacs. | 5 | This 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 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||