This file is indexed.

/usr/lib/python2.7/dist-packages/Pegasus/netlogger/version.py is in pegasus-wms 4.4.0+dfsg-7.

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
## Copyright (c) 2004-2012, The Regents of the University of California,
## through Lawrence Berkeley National Laboratory
## (subject to receipt of any required approvals from
## the U.S. Dept. of Energy).  All rights reserved.
"""
Software version
"""
NL_VERSION = "4.3.0"
NL_CREATE_DATE = "$Date$"[7:-1].strip()
NL_COPYRIGHT = """Copyright (c) 2004-2012, The Regents of the University of California, through
Lawrence Berkeley National Laboratory (subject to receipt of any required
approvals from the U.S. Dept. of Energy).  All rights reserved."""