diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2022-02-07 06:57:44 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2022-02-07 06:57:44 +0100 |
commit | 6ffaa52cf732a84c0f8259dbc9b8183960ec5c33 (patch) | |
tree | d3136c22e3e805cfc0efe78412cce905a17e0c8d /lib/libunistring.rc | |
parent | 591cbf5878b7d4105b275585b9db1324c9dfce56 (diff) | |
parent | af151c593704a40e10efb28d1e3dd59a23a661f3 (diff) |
Merge branch 'release/debian/1.0-1'debian/1.0-1
Diffstat (limited to 'lib/libunistring.rc')
-rw-r--r-- | lib/libunistring.rc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libunistring.rc b/lib/libunistring.rc index 5274632..a34f40d 100644 --- a/lib/libunistring.rc +++ b/lib/libunistring.rc @@ -19,15 +19,15 @@ BEGIN BEGIN BLOCK "04090000" /* Lang = US English, Charset = ASCII */ BEGIN - VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 or later. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <http://www.gnu.org/licenses/>\0" + VALUE "Comments", "This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License version 3 or later. You should have received a copy of the GNU Lesser General Public License along with this library; if not, see <https://www.gnu.org/licenses/>\0" VALUE "CompanyName", "Free Software Foundation\0" - VALUE "FileDescription", "LGPLed libunistring for Windows NT/2000/XP/Vista/7 and Windows 95/98/ME\0" + VALUE "FileDescription", "LGPLed libunistring for Windows\0" VALUE "FileVersion", PACKAGE_VERSION_STRING "\0" VALUE "InternalName", "unistring.dll\0" - VALUE "LegalCopyright", "Copyright (C) 2001-2011\0" + VALUE "LegalCopyright", "Copyright (C) 2001-2019\0" VALUE "LegalTrademarks", "\0" VALUE "OriginalFilename", "unistring.dll\0" - VALUE "ProductName", "libunistring: Unicode string library\0" + VALUE "ProductName", "GNU libunistring: Unicode string library\0" VALUE "ProductVersion", PACKAGE_VERSION_STRING "\0" END END |