update copyright notice to include the year 2023

This commit is contained in:
2023-01-23 19:47:24 +01:00
parent f952efd1cc
commit 8eee09680e

View File

@@ -60,7 +60,7 @@ class AboutDialog(QDialog):
result.layout = QVBoxLayout(result)
label = Label("{0}<br>{1}<br>{2}".format(
_("Log file viewer"),
_("(c) 2022 Andreas Huber"),
_("(c) 2022-2023 Andreas Huber"),
_("License: LGPL v3")
))
result.layout.addWidget(label)