We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c648e4b commit db95264Copy full SHA for db95264
syncplay/ui/gui.py
@@ -159,7 +159,7 @@ def __init__(self, parent=None):
159
"<br />Python " + python_version() + " - " + __binding__ + " " + __binding_version__ +
160
" - Qt " + __qt_version__ + "</center></p>")
161
licenseLabel = QtWidgets.QLabel(
162
- "<center><p>Copyright © 2012–2019 Syncplay</p><p>" +
+ "<center><p>Copyright © 2012–2025 Syncplay</p><p>" +
163
getMessage("about-dialog-license-text") + "</p></center>")
164
aboutIcon = QtGui.QIcon()
165
aboutIcon.addFile(resourcespath + "syncplayAbout.png")
0 commit comments