Plugins/AboutPlugin/AboutDialog.py

changeset 4435
9f6555d3c3c0
parent 4021
195a471c327b
child 4521
8742f7fa0e87
equal deleted inserted replaced
4434:8ba11cf46483 4435:9f6555d3c3c0
96 Thorsten Kohnhorst 96 Thorsten Kohnhorst
97 for providing patches to improve eric3, eric4, eric5 and eric6. 97 for providing patches to improve eric3, eric4, eric5 and eric6.
98 98
99 And all the people who reported bugs and made suggestions.""" 99 And all the people who reported bugs and made suggestions."""
100 100
101 licenseText = \ 101 licenseText = (
102 """Eric is {0} 102 """Eric is {0}
103 103
104 You may use, distribute and copy Eric under the terms of the GNU 104 You may use, distribute and copy Eric under the terms of the GNU
105 General Public License as published by the Free Software Foundation, 105 General Public License as published by the Free Software Foundation,
106 either version 3 of the License, which is shown below, or (at your 106 either version 3 of the License, which is shown below, or (at your
726 reviewing courts shall apply local law that most closely approximates 726 reviewing courts shall apply local law that most closely approximates
727 an absolute waiver of all civil liability in connection with the 727 an absolute waiver of all civil liability in connection with the
728 Program, unless a warranty or assumption of liability accompanies a 728 Program, unless a warranty or assumption of liability accompanies a
729 copy of the Program in return for a fee. 729 copy of the Program in return for a fee.
730 730
731 END OF TERMS AND CONDITIONS""" \ 731 END OF TERMS AND CONDITIONS
732 .format(UI.Info.Copyright) # __IGNORE_WARNING__ 732 """).format(UI.Info.Copyright)
733 733
734 734
735 class AboutDialog(QDialog, Ui_AboutDialog): 735 class AboutDialog(QDialog, Ui_AboutDialog):
736 """ 736 """
737 Class implementing an 'About Eric' dialog. 737 Class implementing an 'About Eric' dialog.

eric ide

mercurial