From 029795bc19e23eff3403c7adf1044c8dffc135fd Mon Sep 17 00:00:00 2001
From: Chocobo1
Date: Fri, 3 Jan 2020 10:52:05 +0800
Subject: [PATCH] Bump copyright year
---
dist/mac/Info.plist | 2 +-
dist/windows/options.nsi | 8 ++++----
src/gui/aboutdialog.cpp | 2 +-
src/qbittorrent.rc | Bin 2892 -> 2892 bytes
src/webui/www/private/views/about.html | 2 +-
5 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist
index 38723134a..7394b9f84 100644
--- a/dist/mac/Info.plist
+++ b/dist/mac/Info.plist
@@ -67,7 +67,7 @@
NSAppleScriptEnabled
YES
NSHumanReadableCopyright
- Copyright © 2006-2019 The qBittorrent project
+ Copyright © 2006-2020 The qBittorrent project
UTExportedTypeDeclarations
diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi
index f94811988..0afb6dbaa 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-2019 The qBittorrent project"
+VIAddVersionKey "LegalCopyright" "Copyright ©2006-2020 The qBittorrent project"
VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client"
VIAddVersionKey "FileVersion" "${PROG_VERSION}"
@@ -67,7 +67,7 @@ VIProductVersion "${PROG_VERSION}.0"
InstallDir $PROGRAMFILES64\qBittorrent
!endif
-; Registry key to check for directory (so if you install again, it will
+; Registry key to check for directory (so if you install again, it will
; overwrite the old one automatically)
InstallDirRegKey HKLM Software\qbittorrent InstallLocation
@@ -85,8 +85,8 @@ RequestExecutionLevel user
;--------------------------------
;Remember the unistaller/installer language
-!define MUI_LANGDLL_REGISTRY_ROOT "HKLM"
-!define MUI_LANGDLL_REGISTRY_KEY "Software\qbittorrent"
+!define MUI_LANGDLL_REGISTRY_ROOT "HKLM"
+!define MUI_LANGDLL_REGISTRY_KEY "Software\qbittorrent"
!define MUI_LANGDLL_REGISTRY_VALUENAME "Installer Language"
;--------------------------------
diff --git a/src/gui/aboutdialog.cpp b/src/gui/aboutdialog.cpp
index 5d1c3b7eb..d070abef2 100644
--- a/src/gui/aboutdialog.cpp
+++ b/src/gui/aboutdialog.cpp
@@ -59,7 +59,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-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:"));
diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc
index 6fecfc7c33d531960d1c3410eb9688f349e909f7..a28d0bc8be725d5ec6bd4eef747a4ed3b07a9618 100644
GIT binary patch
delta 16
XcmX>jc1CQ&D-LEO27}FSIpUcBH`E2y
delta 16
XcmX>jc1CQ&D-LEu2FuNFIpUcBI06OT
diff --git a/src/webui/www/private/views/about.html b/src/webui/www/private/views/about.html
index 873b64af0..b7455b6b7 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-2019 The qBittorrent project
+ Copyright (c) 2011-2020 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