Update copyright year in Windows resource.

This commit is contained in:
Michele Locati 2013-08-13 21:30:51 +02:00 committed by Daiki Ueno
parent bf83f72dac
commit ed2d6c1812
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2013-08-13 Michele Locati <michele@locati.it> (tiny change)
* windows/gettext.rc: Update copyright year.
2013-08-08 Daiki Ueno <ueno@gnu.org>
* .dir-locals.el: New file to force spaces instead of tabs in C

View File

@ -24,7 +24,7 @@ BEGIN
VALUE "FileDescription", "GPLed program for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0"
VALUE "FileVersion", PACKAGE_VERSION_STRING "\0"
VALUE "InternalName", "*.exe\0"
VALUE "LegalCopyright", "Copyright (C) 1995-2010\0"
VALUE "LegalCopyright", "Copyright (C) 1995-2013\0"
VALUE "LegalTrademarks", "\0"
VALUE "OriginalFilename", "*.exe\0"
VALUE "ProductName", "gettext utilities\0"