opengl32: Add "Not Microsoft" to Copyright string to satisfy CATIA.
authorAustin English <austinenglish@gmail.com>
Mon, 16 Nov 2015 20:34:51 +0000 (14:34 -0600)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 17 Nov 2015 01:59:26 +0000 (10:59 +0900)
Signed-off-by: Austin English <austinenglish@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/opengl32/version.rc
include/wine/wine_common_ver.rc

index 5d8740497da017acc50a63e1e7dcabcde0f1efa5..6fd4ff9441f38a9c1ec863a5d49bb9654b8d4d46 100644 (file)
@@ -20,6 +20,7 @@
 #define WINE_FILENAME_STR "opengl32.dll"
 #define WINE_FILEVERSION 5,1,2600,2082
 #define WINE_FILEVERSION_STR "5.1.2600.2082"
+#define WINE_LEGALCOPYRIGHT "Copyright (c) 1993-2015 the Wine project. Not Microsoft" /* CATIA needs 'Microsoft' in both CompanyName _and_ LegalCopyright */
 #define WINE_PRODUCTVERSION 5,1,2600,2082
 #define WINE_PRODUCTVERSION_STR "5.1"
 
index 5938582814062e86338688b5ad45eb23a3535665..cae5408a38ac0a554bbae7dcc5925913ebb92c8e 100644 (file)
@@ -73,6 +73,10 @@ never complain.
 #define WINE_FILESUBTYPE VFT2_UNKNOWN
 #endif
 
+#ifndef WINE_LEGALCOPYRIGHT
+#define WINE_LEGALCOPYRIGHT "Copyright (c) 1993-2015 the Wine project authors (see the file AUTHORS for a complete list)"
+#endif
+
 #ifndef WINE_PRODUCTVERSION
 #define WINE_PRODUCTVERSION 1,0,0,0
 #endif
@@ -106,7 +110,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", WINE_LEGALCOPYRIGHT
            VALUE "OriginalFilename", WINE_FILENAME_STR
            VALUE "ProductName", WINE_PRODUCTNAME_STR
            VALUE "ProductVersion", WINE_PRODUCTVERSION_STR