include/wine: make LegalCopyright match CompanyName

Austin English austinenglish at gmail.com
Fri Sep 11 16:00:25 CDT 2015


For https://bugs.winehq.org/show_bug.cgi?id=35659

-- 
-Austin
-------------- next part --------------
diff --git a/include/wine/wine_common_ver.rc b/include/wine/wine_common_ver.rc
index 5938582..3fa5a7e 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 */
 	    VALUE "OriginalFilename", WINE_FILENAME_STR
 	    VALUE "ProductName", WINE_PRODUCTNAME_STR
 	    VALUE "ProductVersion", WINE_PRODUCTVERSION_STR


More information about the wine-patches mailing list