include/wine: make LegalCopyright match CompanyName (resend)

Austin English austinenglish at gmail.com
Thu Oct 15 06:02:15 CDT 2015


Previous patch was dropped without comment.

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



-- 
-Austin
-------------- next part --------------
From 3430c0e8fceb605b42fc4424be03f1d8a745c365 Mon Sep 17 00:00:00 2001
From: Austin English <austinenglish at 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 at 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 */
 	    VALUE "OriginalFilename", WINE_FILENAME_STR
 	    VALUE "ProductName", WINE_PRODUCTNAME_STR
 	    VALUE "ProductVersion", WINE_PRODUCTVERSION_STR
-- 
2.6.1



More information about the wine-patches mailing list