On 10/15/2015 01:02 PM, Austin English wrote:
Previous patch was dropped without comment.
For https://bugs.winehq.org/show_bug.cgi?id=35659 0001-include-wine-make-LegalCopyright-match-CompanyName-r.txt
From 3430c0e8fceb605b42fc4424be03f1d8a745c365 Mon Sep 17 00:00:00 2001 From: Austin English austinenglish@gmail.com Date: Thu, 15 Oct 2015 05:59:58 -0500 Subject: [PATCH] include/wine: make LegalCopyright match CompanyName (resend)
Signed-off-by: Austin English austinenglish@gmail.com
include/wine/wine_common_ver.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/wine/wine_common_ver.rc b/include/wine/wine_common_ver.rc index 5938582..52024aa 100644 --- a/include/wine/wine_common_ver.rc +++ b/include/wine/wine_common_ver.rc @@ -106,7 +106,7 @@ FILESUBTYPE WINE_FILESUBTYPE VALUE "FileDescription", WINE_FILEDESCRIPTION_STR VALUE "FileVersion", WINE_FILEVERSION_STR VALUE "InternalName", WINE_FILENAME
VALUE "LegalCopyright", "Copyright (c) 1993-2015 the Wine project authors (see the file AUTHORS for a complete list)"
VALUE "LegalCopyright", "Microsoft Corporation" /* CATIA needs this in both CompanyName _and_ LegalCopyright */
CATIA needs that only to verify that the host has a certified OpenGL driver. So for compatibility reasons that needs to go only to opengl32.dll, we don't have to spread that around. And that's actually what focht proposed.
bye michael
Michael Stefaniuc mstefani@redhat.com writes:
CATIA needs that only to verify that the host has a certified OpenGL driver. So for compatibility reasons that needs to go only to opengl32.dll, we don't have to spread that around. And that's actually what focht proposed.
Also it's apparently a substring match so it could say "not by Microsoft" or something like that...