1id ICON "../../../platforms/win32/bareostools.ico"
21 VERSIONINFO
3FILEVERSION     1,0,0,0
4PRODUCTVERSION  1,0,0,0
5BEGIN
6  BLOCK "StringFileInfo"
7  BEGIN
8    BLOCK "080904E4"
9    BEGIN
10      VALUE "CompanyName", "Bareos GmbH & Co. KG"
11      VALUE "FileDescription", "Bareos Regular Expression Testprogram"
12      VALUE "FileVersion", "@VERSION@"
13      VALUE "InternalName", "bregex.exe"
14      VALUE "OriginalFilename", "bregex.exe"
15      VALUE "ProductName", "Bareos Regular Expression Testprogram"
16      VALUE "ProductVersion", "@VERSION@"
17      VALUE "LegalCopyright", "Copyright 2000-2012 Free Software Foundation Europe e.V. "
18                              "Copyright 2015-2015 Bareos GmbH & Co. KG "
19      VALUE "LegalTrademarks", "Licensed under GNU AGPLv3."
20                               "This program is distributed in the hope that it will be useful, "
21                               "but WITHOUT ANY WARRANTY; without even the implied warranty of "
22                               "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the "
23                               "GNU Affero General Public License for more details.  "
24    END
25  END
26
27  BLOCK "VarFileInfo"
28  BEGIN
29    VALUE "Translation", 0x809, 1252
30  END
31END
32