From 1af8a1533e128a92d40ed34d2c0683db356296d5 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 19 Jan 2016 01:44:03 +0200 Subject: [PATCH] Bump Copyright year. --- dist/mac/Info.plist | 2 +- dist/windows/options.nsi | 2 +- src/gui/about_imp.h | 2 +- src/qbittorrent.rc | Bin 2836 -> 2836 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 d54fdddf1..1b045eb00 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -59,7 +59,7 @@ NSAppleScriptEnabled YES NSHumanReadableCopyright - Copyright © 2006-2015 The qBittorrent project + Copyright © 2006-2016 The qBittorrent project UTExportedTypeDeclarations diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index f02aa602a..1b0de9965 100644 --- a/dist/windows/options.nsi +++ b/dist/windows/options.nsi @@ -33,7 +33,7 @@ OutFile "qbittorrent_${PROG_VERSION}_setup.exe" ;Installer Version Information VIAddVersionKey "ProductName" "qBittorrent" VIAddVersionKey "CompanyName" "The qBittorrent project" -VIAddVersionKey "LegalCopyright" "Copyright ©2006-2015 The qBittorrent project" +VIAddVersionKey "LegalCopyright" "Copyright ©2006-2016 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 762af37fc..d469ebcf8 100644 --- a/src/gui/about_imp.h +++ b/src/gui/about_imp.h @@ -54,7 +54,7 @@ class about : public QDialog, private Ui::AboutDlg{ QString::fromUtf8("

") + tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.") + QString::fromUtf8("

") + - trUtf8("Copyright %1 2006-2015 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)) + + trUtf8("Copyright %1 2006-2016 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)) + QString::fromUtf8("

") + tr("Home Page: ") + QString::fromUtf8("http://www.qbittorrent.org

") + diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc index bdf3256a5393d050f488fe08f76baa27d7213ff1..53ee9a0ea15c0c3ea8dcaa3000bb535db5c3df6c 100644 GIT binary patch delta 20 ccmbOtHbrd177k`J28GFU*&;U!aI!D~07FIvdjJ3c delta 20 ccmbOtHbrd177k`p28GFU*&;U!aI!D~07E(jdH?_b diff --git a/src/webui/www/public/about.html b/src/webui/www/public/about.html index 8ef80042b..46b566116 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

QBT_TR(An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR

-

Copyright (c) 2011-2015 The qBittorrent project

+

Copyright (c) 2011-2016 The qBittorrent project

QBT_TR(Home Page: )QBT_TR http://www.qbittorrent.org

QBT_TR(Bug Tracker: )QBT_TR http://bugs.qbittorrent.org

QBT_TR(Forum: )QBT_TR http://forum.qbittorrent.org