summaryrefslogtreecommitdiff
path: root/desktop/win32
diff options
context:
space:
mode:
authorAndras Timar <atimar@suse.com>2011-11-22 14:10:56 +0100
committerAndras Timar <atimar@suse.com>2011-11-22 14:17:23 +0100
commit018b48d36192c49ce9a39745d110b38ccf8bfa97 (patch)
tree1b0581aaebfefd99b0ee99d12c4442b96d771460 /desktop/win32
parent4a06a42de49215167221177d47cd2eb0e2d59232 (diff)
fix VERSIONINFO section of win32 executables fdo#30798
Diffstat (limited to 'desktop/win32')
-rw-r--r--desktop/win32/source/applauncher/launcher.rc2
1 files changed, 1 insertions, 1 deletions
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"
}
}