summaryrefslogtreecommitdiffstats
path: root/desktop-widgets
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-31 13:24:59 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-04-04 12:00:24 -0700
commitf9ccbabb3dd68b887d4cf93cfdbfbd09d7288b84 (patch)
tree372bc1520112d59e6d5bc2346bc196b88b679f6a /desktop-widgets
parent969b587e3d48bce8adae3759a6880b0aeb464afa (diff)
downloadsubsurface-f9ccbabb3dd68b887d4cf93cfdbfbd09d7288b84.tar.gz
cleanup: update all copyright dates to 2020
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'desktop-widgets')
-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 b2f04ba1a..9eeeeb368 100644
--- a/desktop-widgets/about.cpp
+++ b/desktop-widgets/about.cpp
@@ -21,7 +21,7 @@ SubsurfaceAbout::SubsurfaceAbout(QWidget *parent, Qt::WindowFlags f) : QDialog(p
"Subsurface %1 </span><br><br>"
"Multi-platform divelog software<br>"
"<span style='font-size: 8pt'>"
- "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2019"
+ "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2020"
"</span>").arg(versionString));
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);