/usr/lib/python2.7/dist-packages/PyMetrics/version.py is in pymetrics 0.8.1-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 13 14 15 16 17 18 19 20 21 22 23 | """ PyMetrics version information.
Copyright (c) 2005-2008 by Reg. Charney <charney-at-charneyday.com>
All rights reserved, see LICENSE for details.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
$Id: version.py,v 1.4 2008/07/24 01:28:12 rcharney Exp $
"""
__version__ = "$Revision: 1.4 $"[11:-2]
__author__ = 'Reg. Charney <pymetrics@charneyday.com>'
project = "pymetrics"
revision = 'PYMETRICS_VERSION'[5:-2]
release = '0'
|