diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-01 01:02:09 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2018-01-01 01:02:09 -0800 |
commit | 63b04c11d530f4a6a41f112d1b3ba1ed1eb81195 (patch) | |
tree | 509afc8bf4ab9b2ab8b216be8c1e6a2ca2e4fc30 /nt/emacs.rc.in | |
parent | 5c7dd8a783fa2503f042f6671279e5fca38c35cb (diff) | |
download | emacs-63b04c11d530f4a6a41f112d1b3ba1ed1eb81195.tar.gz emacs-63b04c11d530f4a6a41f112d1b3ba1ed1eb81195.tar.bz2 emacs-63b04c11d530f4a6a41f112d1b3ba1ed1eb81195.zip |
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or
updated incorrectly.
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 abf5de1e4e9..1cf40ba676d 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-2017\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2018\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "@comma_space_version@\0" |