Bump copyright year

This commit is contained in:
sledgehammer999 2022-01-04 01:04:40 +02:00
parent f2cbb61d49
commit e8c65388eb
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
5 changed files with 5 additions and 5 deletions

View file

@ -64,7 +64,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-2021 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT))
, tr("Copyright %1 2006-2022 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT))
, tr("Home Page:")
, tr("Forum:")
, tr("Bug Tracker:"));