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/emacsclient.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/emacsclient.rc.in')
-rw-r--r-- | nt/emacsclient.rc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nt/emacsclient.rc.in b/nt/emacsclient.rc.in index ebb117f0e6b..c061f06528e 100644 --- a/nt/emacsclient.rc.in +++ b/nt/emacsclient.rc.in @@ -25,7 +25,7 @@ BEGIN VALUE "FileDescription", "GNU EmacsClient: Client for the extensible self-documenting text editor\0" VALUE "FileVersion", "@comma_space_version@\0" VALUE "InternalName", "EmacsClient\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2020\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2021\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "@comma_space_version@\0" |