Updated W32 resource files

This commit is contained in:
Evgeny Grin (Karlson2k)
2020-12-15 22:12:58 +03:00
parent d98105b91b
commit 5bd045bdb5
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+2 -2
View File
@@ -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