update copyright notice to include the year 2023
This commit is contained in:
@@ -60,7 +60,7 @@ class AboutDialog(QDialog):
|
|||||||
result.layout = QVBoxLayout(result)
|
result.layout = QVBoxLayout(result)
|
||||||
label = Label("{0}<br>{1}<br>{2}".format(
|
label = Label("{0}<br>{1}<br>{2}".format(
|
||||||
_("Log file viewer"),
|
_("Log file viewer"),
|
||||||
_("(c) 2022 Andreas Huber"),
|
_("(c) 2022-2023 Andreas Huber"),
|
||||||
_("License: LGPL v3")
|
_("License: LGPL v3")
|
||||||
))
|
))
|
||||||
result.layout.addWidget(label)
|
result.layout.addWidget(label)
|
||||||
|
|||||||
Reference in New Issue
Block a user