Update copyright year.

This commit is contained in:
sledgehammer999 2018-01-06 02:21:52 +02:00
commit 95c32221a2
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
5 changed files with 4 additions and 4 deletions

View file

@ -69,7 +69,7 @@ public:
"</table>"
"</p>")
.arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."))
.arg(tr("Copyright %1 2006-2017 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)))
.arg(tr("Copyright %1 2006-2018 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)))
.arg(tr("Home Page:"))
.arg(tr("Forum:"))
.arg(tr("Bug Tracker:"));

Binary file not shown.

View file

@ -1,7 +1,7 @@
<img src="images/skin/mascot.png" align="right"></img>
<h3>qBittorrent ${VERSION} QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]</h3>
<p>QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=about]</p>
<p>Copyright (c) 2011-2017 The qBittorrent project</p>
<p>Copyright (c) 2011-2018 The qBittorrent project</p>
<p>QBT_TR(Home Page:)QBT_TR[CONTEXT=about] <a target="_blank" href="https://www.qbittorrent.org"> https://www.qbittorrent.org</a></p>
<p>QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=about] <a target="_blank" href="http://bugs.qbittorrent.org"> http://bugs.qbittorrent.org</a></p>
<p>QBT_TR(Forum:)QBT_TR[CONTEXT=about] <a target="_blank" href="http://forum.qbittorrent.org"> http://forum.qbittorrent.org</a></p>