This file is indexed.

/usr/lib/python2.7/dist-packages/sx/pisa3/pisa_version.py is in python-pisa 3.0.32-3.

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
# -*- coding: ISO-8859-1 -*-
#############################################
## (C)opyright by Dirk Holtwick, 2002-2008 ##
## All rights reserved                     ##
#############################################

__reversion__ = "$Revision: 247 $"
__author__    = "$Author: holtwick $"
__date__      = "$Date: 2008-08-15 13:37:57 +0200 (Fr, 15 Aug 2008) $"
__version__   = VERSION = "VERSION{3.0.32}VERSION"[8:-8]
__build__     = BUILD   = "BUILD{2009-05-04}BUILD"[6:-6]

VERSION_STR = "pisa %s (Build %s)\n(C) 2002-2009 Dirk Holtwick <dirk.holtwick@gmail.com>, Germany\nWebsite http://www.xhtml2pdf.com" % (
    VERSION,
    BUILD,
    )