From 8eee09680ee902bc16068ccb6d25bd1db545dbab Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 23 Jan 2023 19:47:24 +0100 Subject: [PATCH] update copyright notice to include the year 2023 --- src/plugins/krowlog/aboutdialog.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/krowlog/aboutdialog.py b/src/plugins/krowlog/aboutdialog.py index 3538ba7..f12deef 100644 --- a/src/plugins/krowlog/aboutdialog.py +++ b/src/plugins/krowlog/aboutdialog.py @@ -60,7 +60,7 @@ class AboutDialog(QDialog): result.layout = QVBoxLayout(result) label = Label("{0}
{1}
{2}".format( _("Log file viewer"), - _("(c) 2022 Andreas Huber"), + _("(c) 2022-2023 Andreas Huber"), _("License: LGPL v3") )) result.layout.addWidget(label)