aboutsummaryrefslogtreecommitdiffstats
path: root/desktop-widgets/about.cpp
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-03 14:25:43 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2021-07-03 14:28:37 -0700
commit329fcf7fdca40b73ec502d0835278f8ab3a70ff1 (patch)
treee2bb84826bdafdd79e14ecd2bb7f289fd6e1993e /desktop-widgets/about.cpp
parent50ef42d5809184a645fc8b892b9cc69e908a5cc2 (diff)
downloadsubsurface-329fcf7fdca40b73ec502d0835278f8ab3a70ff1.tar.gz
cleanup: update copyrights
That should have been done six months ago. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets/about.cpp')
-rw-r--r--desktop-widgets/about.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/desktop-widgets/about.cpp b/desktop-widgets/about.cpp
index 58f376444..da9a7ad19 100644
--- a/desktop-widgets/about.cpp
+++ b/desktop-widgets/about.cpp
@@ -16,7 +16,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent) : QDialog(parent, QFlag(0))
"Subsurface %1 </span><br><br>"
"Multi-platform divelog software<br>"
"<span style='font-size: 8pt'>"
- "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2020"
+ "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, Berthold Stoeger, and others, 2011-2021"
"</span>").arg(versionString));
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);