This file is indexed.

/usr/lib/python2.7/dist-packages/PythonCard/tools/standaloneBuilder/templates/versioninfo.txt is in python-pythoncard 0.8.2-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
VSVersionInfo(
  ffi=FixedFileInfo(
    filevers=(%(major)s, %(minor)s, %(fix)s, %(build)s),
    prodvers=(%(major)s, %(minor)s, %(fix)s, %(build)s),
    mask=0x3f,
    flags=0x0,
    OS=0x40004,
    fileType=0x1,
    subtype=0x0,
    date=(0, 0)
    ),
  kids=[
    StringFileInfo(
      [
      StringTable(
        '040904B0', 
        [StringStruct('CompanyName', '%(companyname)s'),
        StringStruct('FileDescription', '%(name)s Executable'),
        StringStruct('FileVersion', '%(major)s.%(minor)s.%(fix)s.%(date)s%(build)s'),
        StringStruct('InternalName', '%(name)s'),
        StringStruct('LegalCopyright', '\xa9 %(publisher)s. All rights reserved.'),
        StringStruct('OriginalFilename', '%(name)s.exe'),
        StringStruct('ProductName', '%(desc)s'),
        StringStruct('ProductVersion', '%(major)s.%(minor)s.%(fix)s')])
      ]), 
    VarFileInfo([VarStruct('Translation', [1033, 1200])])
  ]
)