From 018b48d36192c49ce9a39745d110b38ccf8bfa97 Mon Sep 17 00:00:00 2001 From: Andras Timar Date: Tue, 22 Nov 2011 14:10:56 +0100 Subject: fix VERSIONINFO section of win32 executables fdo#30798 --- desktop/util/officeloader.rc | 2 +- desktop/win32/source/applauncher/launcher.rc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop') 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" } } -- cgit