mention agpl3 in about
This commit is contained in:
parent
cc73a3bb42
commit
952f0cf6bd
@ -20,6 +20,8 @@ def show(parent):
|
|||||||
abouttext = "<center><img src='qrc:/icons/anki-logo-thin.png'></center>"
|
abouttext = "<center><img src='qrc:/icons/anki-logo-thin.png'></center>"
|
||||||
abouttext += '<p>' + _("Anki is a friendly, intelligent spaced learning \
|
abouttext += '<p>' + _("Anki is a friendly, intelligent spaced learning \
|
||||||
system. It's free and open source.")
|
system. It's free and open source.")
|
||||||
|
abouttext += "<p>"+_("Anki is licensed under the AGPL3 license. Please see "
|
||||||
|
"the license file in the source distribution for more information.")
|
||||||
abouttext += '<p>' + _("Version %s") % appVersion + '<br>'
|
abouttext += '<p>' + _("Version %s") % appVersion + '<br>'
|
||||||
abouttext += ("Qt %s PyQt %s<br>") % (QT_VERSION_STR, PYQT_VERSION_STR)
|
abouttext += ("Qt %s PyQt %s<br>") % (QT_VERSION_STR, PYQT_VERSION_STR)
|
||||||
abouttext += (_("<a href='%s'>Visit website</a>") % aqt.appWebsite) + \
|
abouttext += (_("<a href='%s'>Visit website</a>") % aqt.appWebsite) + \
|
||||||
|
Loading…
Reference in New Issue
Block a user