diff options
author | Andras Timar <atimar@suse.com> | 2011-11-22 14:10:56 +0100 |
---|---|---|
committer | Andras Timar <atimar@suse.com> | 2011-11-22 14:17:23 +0100 |
commit | 018b48d36192c49ce9a39745d110b38ccf8bfa97 (patch) | |
tree | 1b0581aaebfefd99b0ee99d12c4442b96d771460 | |
parent | 4a06a42de49215167221177d47cd2eb0e2d59232 (diff) |
fix VERSIONINFO section of win32 executables fdo#30798
-rwxr-xr-x | crashrep/source/win32/rcheader.txt | 4 | ||||
-rw-r--r-- | desktop/util/officeloader.rc | 2 | ||||
-rw-r--r-- | desktop/win32/source/applauncher/launcher.rc | 2 | ||||
-rw-r--r-- | solenv/inc/shlinfo.rc | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/crashrep/source/win32/rcheader.txt b/crashrep/source/win32/rcheader.txt index 22821e5f9a6b..0bf2cd44d542 100755 --- a/crashrep/source/win32/rcheader.txt +++ b/crashrep/source/win32/rcheader.txt @@ -73,13 +73,13 @@ VS_VERSION_INFO versioninfo block "040904E4" { // International StringTable - value "CompanyName", "OpenOffice.org\0" + value "CompanyName", "The Document Foundation\0" value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0" value "FileVersion", PPS(VER_LEVEL) "\0" value "ProductVersion", PPS(VER_LEVEL) "\0" value "OriginalFilename", "SOREPORT.EXE\0" value "InternalName", "CrashReport\0" - value "LegalCopyright", S_CRIGHT " Sun Microsystems, Inc.\0" + value "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0" } } diff --git a/desktop/util/officeloader.rc b/desktop/util/officeloader.rc index 4c4fc6a390b5..fb25b7deb610 100644 --- a/desktop/util/officeloader.rc +++ b/desktop/util/officeloader.rc @@ -60,7 +60,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "ProductVersion", PPS(VER_LEVEL) "\0" VALUE "OriginalFilename", "SOFFICE.EXE\0" VALUE "InternalName", "SOFFICE\0" - VALUE "LegalCopyright", S_CRIGHT " Oracle, Inc.\0" + VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0" } } diff --git a/desktop/win32/source/applauncher/launcher.rc b/desktop/win32/source/applauncher/launcher.rc index 1ca6fc6984d4..f9da5cc3647e 100644 --- a/desktop/win32/source/applauncher/launcher.rc +++ b/desktop/win32/source/applauncher/launcher.rc @@ -60,7 +60,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "ProductVersion", PPS(VER_LEVEL) "\0" VALUE "OriginalFilename", PPS(RES_APP_NAME) ".exe\0" VALUE "InternalName", PPS(RES_APP_NAME) "\0" - VALUE "LegalCopyright", S_CRIGHT " Oracle and/or its affiliates. All rights reserved.\0" + VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0" } } diff --git a/solenv/inc/shlinfo.rc b/solenv/inc/shlinfo.rc index 5896f2b55c12..1c50943e2955 100644 --- a/solenv/inc/shlinfo.rc +++ b/solenv/inc/shlinfo.rc @@ -63,7 +63,7 @@ VS_VERSION_INFO VERSIONINFO VALUE "FileVersion", PPS(VER_LEVEL) "\0" VALUE "OriginalFilename", PPS(ORG_NAME) "\0" VALUE "InternalName", PPS(INTERNAL_NAME) "\0" - VALUE "LegalCopyright", S_CRIGHT " The Document Foundation\0" + VALUE "LegalCopyright", S_CRIGHT " LibreOffice contributors and/or their affiliates. All rights reserved.\0" ADDITIONAL_VERINFO1 ADDITIONAL_VERINFO2 ADDITIONAL_VERINFO3 |