| OLD | NEW |
| 1 /* | 1 /* |
| 2 * This file is part of Adblock Plus <https://adblockplus.org/>, | 2 * This file is part of Adblock Plus <https://adblockplus.org/>, |
| 3 * Copyright (C) 2006-2015 Eyeo GmbH | 3 * Copyright (C) 2006-2015 Eyeo GmbH |
| 4 * | 4 * |
| 5 * Adblock Plus is free software: you can redistribute it and/or modify | 5 * Adblock Plus is free software: you can redistribute it and/or modify |
| 6 * it under the terms of the GNU General Public License version 3 as | 6 * it under the terms of the GNU General Public License version 3 as |
| 7 * published by the Free Software Foundation. | 7 * published by the Free Software Foundation. |
| 8 * | 8 * |
| 9 * Adblock Plus is distributed in the hope that it will be useful, | 9 * Adblock Plus is distributed in the hope that it will be useful, |
| 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| (...skipping 18 matching lines...) Expand all Loading... |
| 29 #endif | 29 #endif |
| 30 FILEOS 0x4L | 30 FILEOS 0x4L |
| 31 FILETYPE 0x2L | 31 FILETYPE 0x2L |
| 32 FILESUBTYPE 0x0L | 32 FILESUBTYPE 0x0L |
| 33 BEGIN | 33 BEGIN |
| 34 BLOCK "StringFileInfo" | 34 BLOCK "StringFileInfo" |
| 35 BEGIN | 35 BEGIN |
| 36 BLOCK "040904b0" | 36 BLOCK "040904b0" |
| 37 BEGIN | 37 BEGIN |
| 38 VALUE "CompanyName", "Eyeo GmbH" | 38 VALUE "CompanyName", "Eyeo GmbH" |
| 39 VALUE "FileDescription", "Adblock Plus Engine" | 39 VALUE "FileDescription", "Adblock Plus Engine for Internet Explorer" |
| 40 VALUE "FileVersion", VERSIONINFO_VERSION_STR | 40 VALUE "FileVersion", VERSIONINFO_VERSION_STR |
| 41 VALUE "InternalName", "Adblock Plus Engine" | 41 VALUE "InternalName", "Adblock Plus Engine" |
| 42 VALUE "LegalCopyright", "Copyright 2013" | 42 VALUE "LegalCopyright", "Copyright (C) 2006-2015 Eyeo GmbH" |
| 43 VALUE "OriginalFilename", "AdblockPlusEngine.exe" | 43 VALUE "OriginalFilename", "AdblockPlusEngine.exe" |
| 44 VALUE "ProductName", "Adblock Plus" | 44 VALUE "ProductName", "Adblock Plus" |
| 45 VALUE "ProductVersion", VERSIONINFO_VERSION_STR | 45 VALUE "ProductVersion", VERSIONINFO_VERSION_STR |
| 46 END | 46 END |
| 47 END | 47 END |
| 48 BLOCK "VarFileInfo" | 48 BLOCK "VarFileInfo" |
| 49 BEGIN | 49 BEGIN |
| 50 VALUE "Translation", 0x409, 1200 | 50 VALUE "Translation", 0x409, 1200 |
| 51 END | 51 END |
| 52 END | 52 END |
| OLD | NEW |