|
4 | 4 | // it under the terms of the GNU General Public License, version 2.0,
|
5 | 5 | // as published by the Free Software Foundation.
|
6 | 6 | //
|
7 |
| -// This program is designed to work with certain software (including |
8 |
| -// but not limited to OpenSSL) that is licensed under separate terms, |
9 |
| -// as designated in a particular file or component or in included license |
10 |
| -// documentation. The authors of MySQL hereby grant you an additional |
11 |
| -// permission to link the program and your derivative works with the |
12 |
| -// separately licensed software that they have either included with |
13 |
| -// the program or referenced in the documentation. |
14 |
| -// |
| 7 | +// This program is designed to work with certain software (including |
| 8 | +// but not limited to OpenSSL) that is licensed under separate terms, |
| 9 | +// as designated in a particular file or component or in included license |
| 10 | +// documentation. The authors of MySQL hereby grant you an additional |
| 11 | +// permission to link the program and your derivative works with the |
| 12 | +// separately licensed software that they have either included with |
| 13 | +// the program or referenced in the documentation. |
| 14 | +// |
15 | 15 | // This program is distributed in the hope that it will be useful,
|
16 | 16 | // but WITHOUT ANY WARRANTY; without even the implied warranty of
|
17 | 17 | // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
35 | 35 | BEGIN
|
36 | 36 | BLOCK "040904E4"
|
37 | 37 | BEGIN
|
| 38 | + VALUE "CompanyName", "Oracle Corporation\0" |
| 39 | + VALUE "ProductName", "@VINFO_PRODUCT_NAME@\0" |
38 | 40 | VALUE "FileVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@PATCH_VERSION@.0\0"
|
39 | 41 | VALUE "ProductVersion", "@MAJOR_VERSION@.@MINOR_VERSION@.@PATCH_VERSION@.0\0"
|
| 42 | + VALUE "LegalCopyright", "@VINFO_COPYRIGHT_LINE@\0" |
| 43 | + VALUE "LegalTrademarks", "Oracle(R), Java, MySQL, and NetSuite are registered trademarks of Oracle and/or its affiliates.\0" |
40 | 44 | END
|
41 | 45 | END
|
42 | 46 | BLOCK "VarFileInfo"
|
|
0 commit comments