Bump copyright year

This commit is contained in:
Chocobo1 2020-01-03 10:52:05 +08:00
parent a124decdc5
commit 029795bc19
No known key found for this signature in database
GPG key ID: 210D9C873253A68C
5 changed files with 7 additions and 7 deletions

View file

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