bump copyright year

This commit is contained in:
2025-03-24 19:37:37 +01:00
parent 3a2aa4f109
commit 04a0310eee

View File

@@ -63,7 +63,7 @@ class AboutDialog(QDialog):
result.layout = QVBoxLayout(result)
label = Label("{0}<br>{1}<br>{2}".format(
_("KrowLog is a viewer for log files of arbitrary size."),
_("(c) 2022-2024 Andreas Huber"),
_("(c) 2022-2025 Andreas Huber"),
_("License: LGPL v3")
))
result.layout.addWidget(label)