Skip to content

Commit 1561f6f

Browse files
Merge pull request qbittorrent#14156 from sledgehammer999/copyright_2021
Bump copyright year
2 parents 8771e1a + b8d6058 commit 1561f6f

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/mac/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
<key>NSAppleScriptEnabled</key>
6868
<string>YES</string>
6969
<key>NSHumanReadableCopyright</key>
70-
<string>Copyright © 2006-2020 The qBittorrent project</string>
70+
<string>Copyright © 2006-2021 The qBittorrent project</string>
7171
<key>UTExportedTypeDeclarations</key>
7272
<array>
7373
<dict>

dist/windows/options.nsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ XPStyle on
5151
;Installer Version Information
5252
VIAddVersionKey "ProductName" "qBittorrent"
5353
VIAddVersionKey "CompanyName" "The qBittorrent project"
54-
VIAddVersionKey "LegalCopyright" "Copyright ©2006-2020 The qBittorrent project"
54+
VIAddVersionKey "LegalCopyright" "Copyright ©2006-2021 The qBittorrent project"
5555
VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client"
5656
VIAddVersionKey "FileVersion" "${PROG_VERSION}"
5757

src/gui/aboutdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ AboutDialog::AboutDialog(QWidget *parent)
6363
"</table>"
6464
"</p>")
6565
.arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.")
66-
, tr("Copyright %1 2006-2020 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT))
66+
, tr("Copyright %1 2006-2021 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT))
6767
, tr("Home Page:")
6868
, tr("Forum:")
6969
, tr("Bug Tracker:"));

src/qbittorrent.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ BEGIN
3434
VALUE "FileDescription", "qBittorrent - A Bittorrent Client"
3535
VALUE "FileVersion", VER_FILEVERSION_STR
3636
VALUE "InternalName", "qbittorrent"
37-
VALUE "LegalCopyright", "Copyright ©2006-2020 The qBittorrent Project"
37+
VALUE "LegalCopyright", "Copyright ©2006-2021 The qBittorrent Project"
3838
VALUE "OriginalFilename", "qbittorrent.exe"
3939
VALUE "ProductName", "qBittorrent"
4040
VALUE "ProductVersion", VER_PRODUCTVERSION_STR

src/webui/www/private/views/about.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<img src="icons/mascot.png" style="float: right;" alt="qBittorrent Mascot" />
33
<h3 id="qbittorrentVersion"></h3>
44
<p>QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=AboutDialog]</p>
5-
<p>Copyright (c) 2011-2020 The qBittorrent project</p>
5+
<p>Copyright (c) 2011-2021 The qBittorrent project</p>
66
<p>QBT_TR(Home Page:)QBT_TR[CONTEXT=AboutDialog] <a target="_blank" href="https://www.qbittorrent.org"> https://www.qbittorrent.org</a></p>
77
<p>QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=AboutDialog] <a target="_blank" href="http://bugs.qbittorrent.org"> http://bugs.qbittorrent.org</a></p>
88
<p>QBT_TR(Forum:)QBT_TR[CONTEXT=AboutDialog] <a target="_blank" href="http://forum.qbittorrent.org"> http://forum.qbittorrent.org</a></p>

0 commit comments

Comments
 (0)