diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-01 01:38:07 -0800 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2016-01-01 01:38:07 -0800 |
commit | 9c3dbabee3cc8cddce33aaa7622dfb4c11353123 (patch) | |
tree | d5e25b8c8a65cecc360af67e749bbbb12badd0cc /nt/emacsclient.rc.in | |
parent | 0e963201d03d9229bb8ac4323291d2b0119526ed (diff) | |
download | emacs-9c3dbabee3cc8cddce33aaa7622dfb4c11353123.tar.gz |
Fix copyright years by hand
These are dates that admin/update-copyright did not update, or
updated incorrectly.
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 c78aa0ae670..147d1457386 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-2015\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2016\0" VALUE "OriginalFilename", "emacsclientw.exe" VALUE "ProductName", "EmacsClient\0" VALUE "ProductVersion", "@comma_space_version@\0" |