Plugins/AboutPlugin/AboutDialog.py

changeset 4830
f609a22f43bd
parent 4631
5c1a96925da4
child 5389
9b1c800daff3
equal deleted inserted replaced
4829:35fe0232fb8f 4830:f609a22f43bd
37 """ the copyright notice of the individual package.</p>""" 37 """ the copyright notice of the individual package.</p>"""
38 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress, 38 ).format(UI.Info.Program, UI.Info.Homepage, UI.Info.BugAddress,
39 UI.Info.FeatureAddress) 39 UI.Info.FeatureAddress)
40 40
41 authorsText = \ 41 authorsText = \
42 """\ 42 """
43 Detlev Offenbach 43 Detlev Offenbach
44 Project Manager, Maintainer and German translation 44 Project Manager, Maintainer and German translation
45 45
46 Andrew Bushnell 46 Andrew Bushnell
47 Multithreaded debugger 47 Multithreaded debugger
101 for providing patches to improve eric3, eric4, eric5 and eric6. 101 for providing patches to improve eric3, eric4, eric5 and eric6.
102 102
103 And all the people who reported bugs and made suggestions.""" 103 And all the people who reported bugs and made suggestions."""
104 104
105 licenseText = ( 105 licenseText = (
106 """Eric is {0} 106 """Eric is {0}
107 107
108 You may use, distribute and copy Eric under the terms of the GNU 108 You may use, distribute and copy Eric under the terms of the GNU
109 General Public License as published by the Free Software Foundation, 109 General Public License as published by the Free Software Foundation,
110 either version 3 of the License, which is shown below, or (at your 110 either version 3 of the License, which is shown below, or (at your
111 option) any later version. 111 option) any later version.

eric ide

mercurial