From cbf9c52462e7c69bf55809dba796c30619cc580e Mon Sep 17 00:00:00 2001
From: sledgehammer999
Date: Sat, 6 Jan 2018 02:21:52 +0200
Subject: [PATCH] Update copyright year.
---
dist/mac/Info.plist | 2 +-
dist/windows/options.nsi | 2 +-
src/gui/about_imp.h | 2 +-
src/qbittorrent.rc | Bin 2868 -> 2868 bytes
src/webui/www/public/about.html | 2 +-
5 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist
index 33b193e49..e788f249f 100644
--- a/dist/mac/Info.plist
+++ b/dist/mac/Info.plist
@@ -59,7 +59,7 @@
NSAppleScriptEnabled
YES
NSHumanReadableCopyright
- Copyright © 2006-2017 The qBittorrent project
+ Copyright © 2006-2018 The qBittorrent project
UTExportedTypeDeclarations
diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi
index 35e694f5f..f8be16133 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-2017 The qBittorrent project"
+VIAddVersionKey "LegalCopyright" "Copyright ©2006-2018 The qBittorrent project"
VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client"
VIAddVersionKey "FileVersion" "${PROG_VERSION}"
diff --git a/src/gui/about_imp.h b/src/gui/about_imp.h
index e333e76e5..2ee371a5b 100644
--- a/src/gui/about_imp.h
+++ b/src/gui/about_imp.h
@@ -69,7 +69,7 @@ public:
""
"
")
.arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."))
- .arg(tr("Copyright %1 2006-2017 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)))
+ .arg(tr("Copyright %1 2006-2018 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)))
.arg(tr("Home Page:"))
.arg(tr("Forum:"))
.arg(tr("Bug Tracker:"));
diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc
index bfd49e897a8118ed62b4f86537e6e701181e4192..4f712fbf141f7c723bc9a83b0288d7b6aaf0b6a2 100644
GIT binary patch
delta 20
ccmdlYwnc2i6%J+#28GFc*&;U^aI!D~084%b9RL6T
delta 20
ccmdlYwnc2i6%J-|28GFc*&;U^aI!D~084TP8~^|S
diff --git a/src/webui/www/public/about.html b/src/webui/www/public/about.html
index 3159447e1..84ee00ac9 100644
--- a/src/webui/www/public/about.html
+++ b/src/webui/www/public/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-2017 The qBittorrent project
+Copyright (c) 2011-2018 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