commit 5bd045bdb53a63c89bdd224aed5f3e47b0bc8a3a
parent d98105b91b7ef63adf56fe808c92657fea927c59
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date: Tue, 15 Dec 2020 22:12:58 +0300
Updated W32 resource files
Diffstat:
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/microhttpd/microhttpd_dll_res.rc.in b/src/microhttpd/microhttpd_dll_res.rc.in
@@ -23,7 +23,7 @@ BEGIN
VALUE "InternalName", "libmicrohttpd\0"
VALUE "OriginalFilename", "libmicrohttpd-@MHD_W32_DLL_SUFF@.dll\0"
VALUE "CompanyName", "Free Software Foundation\0"
- VALUE "LegalCopyright", "Copyright (C) 2007-2017 Christian Grothoff and project contributors\0"
+ VALUE "LegalCopyright", "Copyright (C) 2007-2020 Christian Grothoff, Evgeny Grin and project contributors\0"
VALUE "Comments", "http://www.gnu.org/software/libmicrohttpd/\0"
END
END
diff --git a/w32/common/microhttpd_dll_res_vc.rc.in b/w32/common/microhttpd_dll_res_vc.rc.in
@@ -23,7 +23,7 @@ BEGIN
VALUE "ProductName", "GNU libmicrohttpd\0"
VALUE "ProductVersion", "@PACKAGE_VERSION@\0"
VALUE "FileVersion", "@PACKAGE_VERSION@\0"
- VALUE "FileDescription", "GNU libmicrohttpd dll for Windows (VC build)\0"
+ VALUE "FileDescription", "GNU libmicrohttpd DLL for Windows (VC build)\0"
VALUE "InternalName", "libmicrohttpd\0"
#if defined(_DEBUG)
VALUE "OriginalFilename", "libmicrohttpd-dll_d.dll\0"
@@ -31,7 +31,7 @@ BEGIN
VALUE "OriginalFilename", "libmicrohttpd-dll.dll\0"
#endif
VALUE "CompanyName", "Free Software Foundation\0"
- VALUE "LegalCopyright", "Copyright (C) 2007-2017 Christian Grothoff and project contributors\0"
+ VALUE "LegalCopyright", "Copyright (C) 2007-2020 Christian Grothoff, Evgeny Grin and project contributors\0"
VALUE "Comments", "http://www.gnu.org/software/libmicrohttpd/\0"
END
END