From: Michele Locati Date: Tue, 13 Aug 2013 19:30:51 +0000 (+0200) Subject: Update copyright year in Windows resource. X-Git-Tag: v0.18.3.1^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3c25c69ff10c0981c7cfb1d48ef4667a80f66d;p=thirdparty%2Fgettext.git Update copyright year in Windows resource. --- diff --git a/ChangeLog b/ChangeLog index 6a96e1b82..f525ec802 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-08-13 Michele Locati (tiny change) + + * windows/gettext.rc: Update copyright year. + 2013-07-07 Daiki Ueno * NEWS: Mention libasprintf change and Tcl bug fix. diff --git a/windows/gettext.rc b/windows/gettext.rc index 439c8affa..d105b63c0 100644 --- a/windows/gettext.rc +++ b/windows/gettext.rc @@ -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"