From b8d6058b28b500fe9a7709ea345d8fb65f06e86a Mon Sep 17 00:00:00 2001
From: sledgehammer999
Date: Tue, 5 Jan 2021 14:27:09 +0200
Subject: [PATCH] Bump copyright year
---
dist/mac/Info.plist | 2 +-
dist/windows/options.nsi | 2 +-
src/gui/aboutdialog.cpp | 2 +-
src/qbittorrent.rc | 2 +-
src/webui/www/private/views/about.html | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist
index 3eee6f677..18ed93dc3 100644
--- a/dist/mac/Info.plist
+++ b/dist/mac/Info.plist
@@ -67,7 +67,7 @@
NSAppleScriptEnabled
YES
NSHumanReadableCopyright
- Copyright © 2006-2020 The qBittorrent project
+ Copyright © 2006-2021 The qBittorrent project
UTExportedTypeDeclarations
diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi
index f5d5aef43..9242f5f1f 100644
--- a/dist/windows/options.nsi
+++ b/dist/windows/options.nsi
@@ -51,7 +51,7 @@ XPStyle on
;Installer Version Information
VIAddVersionKey "ProductName" "qBittorrent"
VIAddVersionKey "CompanyName" "The qBittorrent project"
-VIAddVersionKey "LegalCopyright" "Copyright ©2006-2020 The qBittorrent project"
+VIAddVersionKey "LegalCopyright" "Copyright ©2006-2021 The qBittorrent project"
VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client"
VIAddVersionKey "FileVersion" "${PROG_VERSION}"
diff --git a/src/gui/aboutdialog.cpp b/src/gui/aboutdialog.cpp
index bbe1433d5..3409850a4 100644
--- a/src/gui/aboutdialog.cpp
+++ b/src/gui/aboutdialog.cpp
@@ -60,7 +60,7 @@ AboutDialog::AboutDialog(QWidget *parent)
""
"
")
.arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.")
- , tr("Copyright %1 2006-2020 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT))
+ , tr("Copyright %1 2006-2021 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT))
, tr("Home Page:")
, tr("Forum:")
, tr("Bug Tracker:"));
diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc
index 5de53608a..51e79610c 100644
--- a/src/qbittorrent.rc
+++ b/src/qbittorrent.rc
@@ -34,7 +34,7 @@ BEGIN
VALUE "FileDescription", "qBittorrent - A Bittorrent Client"
VALUE "FileVersion", VER_FILEVERSION_STR
VALUE "InternalName", "qbittorrent"
- VALUE "LegalCopyright", "Copyright ©2006-2020 The qBittorrent Project"
+ VALUE "LegalCopyright", "Copyright ©2006-2021 The qBittorrent Project"
VALUE "OriginalFilename", "qbittorrent.exe"
VALUE "ProductName", "qBittorrent"
VALUE "ProductVersion", VER_PRODUCTVERSION_STR
diff --git a/src/webui/www/private/views/about.html b/src/webui/www/private/views/about.html
index 22d9058ca..4463a1e01 100644
--- a/src/webui/www/private/views/about.html
+++ b/src/webui/www/private/views/about.html
@@ -2,7 +2,7 @@
QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=AboutDialog]
- Copyright (c) 2011-2020 The qBittorrent project
+ Copyright (c) 2011-2021 The qBittorrent project
QBT_TR(Home Page:)QBT_TR[CONTEXT=AboutDialog] https://www.qbittorrent.org
QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=AboutDialog] http://bugs.qbittorrent.org
QBT_TR(Forum:)QBT_TR[CONTEXT=AboutDialog] http://forum.qbittorrent.org