verinfo.rc (cc8deb09) verinfo.rc (841807c9)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 51 unchanged lines hidden (view full) ---

60 {
61 // German StringTable
62 value "CompanyName", "OpenOffice.org\0"
63 value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
64 value "FileVersion", PPS(VER_LEVEL) "\0"
65 value "ProductVersion", PPS(VER_LEVEL) "\0"
66 value "OriginalFilename", PPS(RES_APP_NAME) ".exe\0"
67 value "InternalName", PPS(RES_APP_NAME) "\0"
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 51 unchanged lines hidden (view full) ---

60 {
61 // German StringTable
62 value "CompanyName", "OpenOffice.org\0"
63 value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
64 value "FileVersion", PPS(VER_LEVEL) "\0"
65 value "ProductVersion", PPS(VER_LEVEL) "\0"
66 value "OriginalFilename", PPS(RES_APP_NAME) ".exe\0"
67 value "InternalName", PPS(RES_APP_NAME) "\0"
68 value "LegalCopyright", S_CRIGHT " Oracle and/or its affiliates. All rights reserved.\0"
68 value "LegalCopyright", S_CRIGHT " Apache Software Foundation. All rights reserved.\0"
69 }
70#else
71 block "040904E4"
72 {
73 // International StringTable
74 value "CompanyName", "OpenOffice.org\0"
75 value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
76 value "FileVersion", PPS(VER_LEVEL) "\0"
77 value "ProductVersion", PPS(VER_LEVEL) "\0"
78 value "OriginalFilename", PPS(RES_APP_NAME) ".exe\0"
79 value "InternalName", PPS(RES_APP_NAME) "\0"
69 }
70#else
71 block "040904E4"
72 {
73 // International StringTable
74 value "CompanyName", "OpenOffice.org\0"
75 value "FileDescription", "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\0"
76 value "FileVersion", PPS(VER_LEVEL) "\0"
77 value "ProductVersion", PPS(VER_LEVEL) "\0"
78 value "OriginalFilename", PPS(RES_APP_NAME) ".exe\0"
79 value "InternalName", PPS(RES_APP_NAME) "\0"
80 value "LegalCopyright", S_CRIGHT " Oracle and/or its affiliates. All rights reserved.\0"
80 value "LegalCopyright", S_CRIGHT " Apache Software Foundation. All rights reserved.\0"
81 }
82#endif
83 }
84
85 block "VarFileInfo"
86 {
87#ifdef LG_D
88 value "Translation", 0x0407, 1252
89#else
90 value "Translation", 0x0409, 1252
91#endif
92 }
93 }
81 }
82#endif
83 }
84
85 block "VarFileInfo"
86 {
87#ifdef LG_D
88 value "Translation", 0x0407, 1252
89#else
90 value "Translation", 0x0409, 1252
91#endif
92 }
93 }