Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: src/engine/engine.rc

Issue 4533401491079168: Issue #1236 - Update PE metadata in the plugin and the engine (Closed)
Patch Set: Created Feb. 4, 2015, 4:52 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | src/plugin/AdblockPlus.rc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | src/plugin/AdblockPlus.rc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld