diff options
| author | Paul Eggert | 2015-01-01 14:27:34 -0800 |
|---|---|---|
| committer | Paul Eggert | 2015-01-01 14:27:34 -0800 |
| commit | 52a4e87c630ea397408efe4f8486be55e1199905 (patch) | |
| tree | 0b42ee5a37ae668b3c57bd3ec66b295e3980b601 /src | |
| parent | 7e09ef09a479731d01b1ca46e94ddadd73ac98e3 (diff) | |
| download | emacs-52a4e87c630ea397408efe4f8486be55e1199905.tar.gz emacs-52a4e87c630ea397408efe4f8486be55e1199905.zip | |
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or
updated incorrectly. Also, back out the copyright-date change to
doc/misc/texinfo.tex, as upstream hasn't updated that date yet.
Diffstat (limited to 'src')
| -rw-r--r-- | src/w32heap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32heap.c b/src/w32heap.c index 2a766419b25..f68332319c1 100644 --- a/src/w32heap.c +++ b/src/w32heap.c | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Heap management routines for GNU Emacs on the Microsoft Windows | 1 | /* Heap management routines for GNU Emacs on the Microsoft Windows |
| 2 | API. Copyright (C) 1994, 2001-2014 Free Software Foundation, Inc. | 2 | API. Copyright (C) 1994, 2001-2015 Free Software Foundation, Inc. |
| 3 | 3 | ||
| 4 | This file is part of GNU Emacs. | 4 | This file is part of GNU Emacs. |
| 5 | 5 | ||