summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Jan Mulder <jlmulder@xs4all.nl>2016-02-02 11:04:48 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-02-26 09:24:38 +0100
commite15ec99dfe587dd39023fcb04e74220a1f23894e (patch)
tree9b527a1df44733b4ab49e760938ce533a2f1a596
parenta5dde4c34aa828df3d9eb616dbf649f4818675ff (diff)
downloadsubsurface-e15ec99dfe587dd39023fcb04e74220a1f23894e.tar.gz
Update copyright for 2016
Trival string update. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--qt-ui/about.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qt-ui/about.cpp b/qt-ui/about.cpp
index e0df55980..02bb9b72b 100644
--- a/qt-ui/about.cpp
+++ b/qt-ui/about.cpp
@@ -20,7 +20,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-2015"
+ "Linus Torvalds, Dirk Hohndel, Tomaz Canabrava, and others, 2011-2016"
"</span>").arg(versionString));
QShortcut *close = new QShortcut(QKeySequence(Qt::CTRL + Qt::Key_W), this);