diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-01 14:27:34 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2015-01-01 14:27:34 -0800 |
commit | 52a4e87c630ea397408efe4f8486be55e1199905 (patch) | |
tree | 0b42ee5a37ae668b3c57bd3ec66b295e3980b601 /nt/emacs.rc.in | |
parent | 7e09ef09a479731d01b1ca46e94ddadd73ac98e3 (diff) | |
download | emacs-52a4e87c630ea397408efe4f8486be55e1199905.tar.gz emacs-52a4e87c630ea397408efe4f8486be55e1199905.tar.bz2 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 'nt/emacs.rc.in')
-rw-r--r-- | nt/emacs.rc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/emacs.rc.in b/nt/emacs.rc.in index d2d17b8eb1b..da858854999 100644 --- a/nt/emacs.rc.in +++ b/nt/emacs.rc.in @@ -31,7 +31,7 @@ BEGIN VALUE "FileDescription", "GNU Emacs: The extensible self-documenting text editor\0" VALUE "FileVersion", "@comma_space_version@\0" VALUE "InternalName", "Emacs\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2014\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2015\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "@comma_space_version@\0" |