diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2021-01-01 00:33:28 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2021-01-01 00:33:28 -0800 |
commit | 33d159c36f42cadccb02d95099bafac26458d3e8 (patch) | |
tree | 6d5d2d505dce425d5fafbb78e76d9fb96cebf7dc /nt/emacs.rc.in | |
parent | 8c1fe1e5efa2bbaeab2cf141bd31f09abe63d4c4 (diff) | |
download | emacs-33d159c36f42cadccb02d95099bafac26458d3e8.tar.gz emacs-33d159c36f42cadccb02d95099bafac26458d3e8.tar.bz2 emacs-33d159c36f42cadccb02d95099bafac26458d3e8.zip |
Fix copyright years by hand
These are dates that admin/update-copyright did not update.
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 b551e588cad..ed217887c5d 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-2020\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2021\0" VALUE "OriginalFilename", "emacs.exe" VALUE "ProductName", "Emacs\0" VALUE "ProductVersion", "@comma_space_version@\0" |