Skip to content

Commit db95264

Browse files
authored
update copyright year (#733)
1 parent c648e4b commit db95264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

syncplay/ui/gui.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ def __init__(self, parent=None):
159159
"<br />Python " + python_version() + " - " + __binding__ + " " + __binding_version__ +
160160
" - Qt " + __qt_version__ + "</center></p>")
161161
licenseLabel = QtWidgets.QLabel(
162-
"<center><p>Copyright &copy; 2012&ndash;2019 Syncplay</p><p>" +
162+
"<center><p>Copyright &copy; 2012&ndash;2025 Syncplay</p><p>" +
163163
getMessage("about-dialog-license-text") + "</p></center>")
164164
aboutIcon = QtGui.QIcon()
165165
aboutIcon.addFile(resourcespath + "syncplayAbout.png")

0 commit comments

Comments
 (0)