This file is indexed.

/usr/share/hplip/ui4/aboutdialog_base.py is in hplip-data 3.14.3-0ubuntu3.

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
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'ui4/aboutdialog_base.ui'
#
# Created: Mon May  4 14:30:30 2009
#      by: PyQt4 UI code generator 4.4.4
#
# WARNING! All changes made in this file will be lost!

from PyQt4 import QtCore, QtGui

class Ui_AboutDlg_base(object):
    def setupUi(self, AboutDlg_base):
        AboutDlg_base.setObjectName("AboutDlg_base")
        AboutDlg_base.resize(537, 543)
        self.gridlayout = QtGui.QGridLayout(AboutDlg_base)
        self.gridlayout.setObjectName("gridlayout")
        self.textLabel1 = QtGui.QLabel(AboutDlg_base)
        self.textLabel1.setWordWrap(False)
        self.textLabel1.setObjectName("textLabel1")
        self.gridlayout.addWidget(self.textLabel1, 0, 0, 1, 2)
        self.hboxlayout = QtGui.QHBoxLayout()
        self.hboxlayout.setObjectName("hboxlayout")
        spacerItem = QtGui.QSpacerItem(150, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout.addItem(spacerItem)
        self.HPLIPLogo = QtGui.QLabel(AboutDlg_base)
        sizePolicy = QtGui.QSizePolicy(QtGui.QSizePolicy.Fixed, QtGui.QSizePolicy.Fixed)
        sizePolicy.setHorizontalStretch(0)
        sizePolicy.setVerticalStretch(0)
        sizePolicy.setHeightForWidth(self.HPLIPLogo.sizePolicy().hasHeightForWidth())
        self.HPLIPLogo.setSizePolicy(sizePolicy)
        self.HPLIPLogo.setMinimumSize(QtCore.QSize(100, 110))
        self.HPLIPLogo.setMaximumSize(QtCore.QSize(100, 110))
        self.HPLIPLogo.setScaledContents(True)
        self.HPLIPLogo.setWordWrap(False)
        self.HPLIPLogo.setObjectName("HPLIPLogo")
        self.hboxlayout.addWidget(self.HPLIPLogo)
        spacerItem1 = QtGui.QSpacerItem(151, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.hboxlayout.addItem(spacerItem1)
        self.gridlayout.addLayout(self.hboxlayout, 1, 0, 1, 2)
        self.hboxlayout1 = QtGui.QHBoxLayout()
        self.hboxlayout1.setObjectName("hboxlayout1")
        self.textLabel4 = QtGui.QLabel(AboutDlg_base)
        self.textLabel4.setWordWrap(False)
        self.textLabel4.setObjectName("textLabel4")
        self.hboxlayout1.addWidget(self.textLabel4)
        self.HPLIPVersionText = QtGui.QLabel(AboutDlg_base)
        self.HPLIPVersionText.setWordWrap(False)
        self.HPLIPVersionText.setObjectName("HPLIPVersionText")
        self.hboxlayout1.addWidget(self.HPLIPVersionText)
        self.gridlayout.addLayout(self.hboxlayout1, 2, 0, 1, 2)
        self.hboxlayout2 = QtGui.QHBoxLayout()
        self.hboxlayout2.setObjectName("hboxlayout2")
        self.textLabel4_2 = QtGui.QLabel(AboutDlg_base)
        self.textLabel4_2.setWordWrap(False)
        self.textLabel4_2.setObjectName("textLabel4_2")
        self.hboxlayout2.addWidget(self.textLabel4_2)
        self.ToolboxVersionText = QtGui.QLabel(AboutDlg_base)
        self.ToolboxVersionText.setWordWrap(False)
        self.ToolboxVersionText.setObjectName("ToolboxVersionText")
        self.hboxlayout2.addWidget(self.ToolboxVersionText)
        self.gridlayout.addLayout(self.hboxlayout2, 3, 0, 1, 2)
        self.textLabel3 = QtGui.QLabel(AboutDlg_base)
        self.textLabel3.setWordWrap(True)
        self.textLabel3.setObjectName("textLabel3")
        self.gridlayout.addWidget(self.textLabel3, 4, 0, 1, 2)
        self.textLabel2 = QtGui.QLabel(AboutDlg_base)
        self.textLabel2.setWordWrap(True)
        self.textLabel2.setObjectName("textLabel2")
        self.gridlayout.addWidget(self.textLabel2, 5, 0, 1, 2)
        self.hboxlayout3 = QtGui.QHBoxLayout()
        self.hboxlayout3.setObjectName("hboxlayout3")
        self.PythonPixmap = QtGui.QLabel(AboutDlg_base)
        self.PythonPixmap.setMinimumSize(QtCore.QSize(200, 62))
        self.PythonPixmap.setMaximumSize(QtCore.QSize(200, 62))
        self.PythonPixmap.setScaledContents(True)
        self.PythonPixmap.setWordWrap(False)
        self.PythonPixmap.setObjectName("PythonPixmap")
        self.hboxlayout3.addWidget(self.PythonPixmap)
        self.OsiPixmap = QtGui.QLabel(AboutDlg_base)
        self.OsiPixmap.setMinimumSize(QtCore.QSize(75, 65))
        self.OsiPixmap.setMaximumSize(QtCore.QSize(75, 65))
        self.OsiPixmap.setScaledContents(True)
        self.OsiPixmap.setWordWrap(False)
        self.OsiPixmap.setObjectName("OsiPixmap")
        self.hboxlayout3.addWidget(self.OsiPixmap)
        self.gridlayout.addLayout(self.hboxlayout3, 6, 0, 1, 2)
        spacerItem2 = QtGui.QSpacerItem(20, 20, QtGui.QSizePolicy.Minimum, QtGui.QSizePolicy.Expanding)
        self.gridlayout.addItem(spacerItem2, 7, 0, 1, 2)
        spacerItem3 = QtGui.QSpacerItem(411, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
        self.gridlayout.addItem(spacerItem3, 8, 0, 1, 1)
        self.CloseButton = QtGui.QPushButton(AboutDlg_base)
        self.CloseButton.setObjectName("CloseButton")
        self.gridlayout.addWidget(self.CloseButton, 8, 1, 1, 1)

        self.retranslateUi(AboutDlg_base)
        QtCore.QObject.connect(self.CloseButton, QtCore.SIGNAL("clicked()"), AboutDlg_base.close)
        QtCore.QMetaObject.connectSlotsByName(AboutDlg_base)

    def retranslateUi(self, AboutDlg_base):
        AboutDlg_base.setWindowTitle(QtGui.QApplication.translate("AboutDlg_base", "HP Device Manager - About", None, QtGui.QApplication.UnicodeUTF8))
        self.textLabel1.setText(QtGui.QApplication.translate("AboutDlg_base", "<font size=\"+3\"><p align=\"center\">HP Linux Imaging and Printing (HPLIP)</p></font>", None, QtGui.QApplication.UnicodeUTF8))
        self.textLabel4.setText(QtGui.QApplication.translate("AboutDlg_base", "<b>HPLIP Software Version:</b>", None, QtGui.QApplication.UnicodeUTF8))
        self.HPLIPVersionText.setText(QtGui.QApplication.translate("AboutDlg_base", "0.0.0", None, QtGui.QApplication.UnicodeUTF8))
        self.textLabel4_2.setText(QtGui.QApplication.translate("AboutDlg_base", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Device Manager Version:</span></p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
        self.ToolboxVersionText.setText(QtGui.QApplication.translate("AboutDlg_base", "0.0.0", None, QtGui.QApplication.UnicodeUTF8))
        self.textLabel3.setText(QtGui.QApplication.translate("AboutDlg_base", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">License and Copyright:</span> (c) Copyright 2009 Hewlett-Packard Development Company, L.P. This software is licensed under the GNU General Public License (GPL), BSD, and MIT licenses. See the software sources for details.</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
        self.textLabel2.setText(QtGui.QApplication.translate("AboutDlg_base", "<html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">\n"
"p, li { white-space: pre-wrap; }\n"
"</style></head><body style=\" font-family:\'DejaVu Sans\'; font-size:10pt; font-weight:400; font-style:normal;\">\n"
"<p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\"><span style=\" font-weight:600;\">Authors and Contributors:</span> David Suffield, Don Welch, Shiyun Yie, Raghothama Cauligi, John Oleinik, Cory Meisch, Foster Nuffer, Pete Parks, Jacqueline Pitter, David Paschal, Steve DeRoos, Mark Overton, Aaron Albright, Smith Kennedy, John Hosszu, Chris Wiesner, Henrique M. Holschuh, Till Kamppeter, Linus Araque, Mark Crawford, Charlie Moore, Jason Callough, Stan Dolson, Don Mackliet, Paul Leclerc, Naga Samrat Choudary, Suma Byrappa, Yashwant Sahu, Sanjay Kumar, Sarbeswar Meher, Goutam Kodu, Gaurav Sood, Srikant Lokare, Parul Singh, Raghavendra Chitpadi</p></body></html>", None, QtGui.QApplication.UnicodeUTF8))
        self.CloseButton.setText(QtGui.QApplication.translate("AboutDlg_base", "Close", None, QtGui.QApplication.UnicodeUTF8))