From 2ac7f2defe0fd92270fef8a7503cc64f30cf0e03 Mon Sep 17 00:00:00 2001
From: sledgehammer999
Date: Thu, 17 Jan 2019 01:08:51 +0200
Subject: [PATCH] Update copyright year
---
dist/windows/options.nsi | 2 +-
src/gui/aboutdialog.h | 2 +-
src/qbittorrent.rc | Bin 2892 -> 2892 bytes
src/webui/www/private/about.html | 2 +-
4 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi
index 30eff15eb..60be75efd 100644
--- a/dist/windows/options.nsi
+++ b/dist/windows/options.nsi
@@ -50,7 +50,7 @@ XPStyle on
;Installer Version Information
VIAddVersionKey "ProductName" "qBittorrent"
VIAddVersionKey "CompanyName" "The qBittorrent project"
-VIAddVersionKey "LegalCopyright" "Copyright ©2006-2018 The qBittorrent project"
+VIAddVersionKey "LegalCopyright" "Copyright ©2006-2019 The qBittorrent project"
VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client"
VIAddVersionKey "FileVersion" "${PROG_VERSION}"
diff --git a/src/gui/aboutdialog.h b/src/gui/aboutdialog.h
index ebcd1d03a..487f682e9 100644
--- a/src/gui/aboutdialog.h
+++ b/src/gui/aboutdialog.h
@@ -68,7 +68,7 @@ public:
""
"
")
.arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.")
- , tr("Copyright %1 2006-2018 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT))
+ , tr("Copyright %1 2006-2019 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 63544a9d123e14dd67a737c4478dee172f6acf64..6fecfc7c33d531960d1c3410eb9688f349e909f7 100644
GIT binary patch
delta 14
VcmX>jc1CQ&8xBUx&2Ks4nE)@U1*`x7
delta 14
VcmX>jc1CQ&8xBT`&2Ks4nE)@O1*-r6
diff --git a/src/webui/www/private/about.html b/src/webui/www/private/about.html
index 4d976d6cf..171e76882 100644
--- a/src/webui/www/private/about.html
+++ b/src/webui/www/private/about.html
@@ -1,7 +1,7 @@
qBittorrent ${VERSION} QBT_TR(Web UI)QBT_TR[CONTEXT=OptionsDialog]
QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR[CONTEXT=about]
-Copyright (c) 2011-2018 The qBittorrent project
+Copyright (c) 2011-2019 The qBittorrent project
QBT_TR(Home Page:)QBT_TR[CONTEXT=about] https://www.qbittorrent.org
QBT_TR(Bug Tracker:)QBT_TR[CONTEXT=about] http://bugs.qbittorrent.org
QBT_TR(Forum:)QBT_TR[CONTEXT=about] http://forum.qbittorrent.org