From 8867865592c256934d52ed3384508be76b13b55e Mon Sep 17 00:00:00 2001 From: avitoras <150951417+avitoras@users.noreply.github.com> Date: Sun, 22 Jun 2025 03:02:54 +0300 Subject: [PATCH] update copyright year --- syncplay/ui/gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncplay/ui/gui.py b/syncplay/ui/gui.py index 805c921b..a647feba 100755 --- a/syncplay/ui/gui.py +++ b/syncplay/ui/gui.py @@ -159,7 +159,7 @@ def __init__(self, parent=None): "
Python " + python_version() + " - " + __binding__ + " " + __binding_version__ + " - Qt " + __qt_version__ + "

") licenseLabel = QtWidgets.QLabel( - "

Copyright © 2012–2019 Syncplay

" + + "

Copyright © 2012–2025 Syncplay

" + getMessage("about-dialog-license-text") + "

") aboutIcon = QtGui.QIcon() aboutIcon.addFile(resourcespath + "syncplayAbout.png")