diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2019-01-01 01:02:40 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2019-01-01 01:02:40 +0000 |
commit | 2fcf2dff00a55ece17f4342a934cb1d69ae1a743 (patch) | |
tree | ac508cb36e2e0b480c2b921146fff5cc701bf77f /nt/emacs.rc.in | |
parent | 26bed8ba10eeaf0a340a8d0d760c5578dddec867 (diff) | |
download | emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.tar.gz emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.tar.bz2 emacs-2fcf2dff00a55ece17f4342a934cb1d69ae1a743.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 1cf40ba676d..71346dba6d0 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-2018\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2019\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "@comma_space_version@\0" |