From 04a0310eee99279f89afd3023150b475aeeb2990 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Mon, 24 Mar 2025 19:37:37 +0100 Subject: [PATCH] bump copyright year --- 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 0eb6dc8..b628adb 100644 --- a/src/plugins/krowlog/aboutdialog.py +++ b/src/plugins/krowlog/aboutdialog.py @@ -63,7 +63,7 @@ class AboutDialog(QDialog): result.layout = QVBoxLayout(result) label = Label("{0}
{1}
{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)