diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index 2560c8110..569444a37 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -59,7 +59,7 @@ NSAppleScriptEnabled YES NSHumanReadableCopyright - Copyright © 2006-2013 The qBittorrent project + Copyright © 2006-2015 The qBittorrent project UTExportedTypeDeclarations diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index 1f476ed18..acbe4a590 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-2014 The qBittorrent project" +VIAddVersionKey "LegalCopyright" "Copyright ©2006-2015 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 a39d78fd3..f3658e33b 100644 --- a/src/gui/about_imp.h +++ b/src/gui/about_imp.h @@ -53,7 +53,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 ©2006-2013 The qBittorrent project") + + trUtf8("Copyright ©2006-2015 The qBittorrent project") + QString::fromUtf8("

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

") + diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc index efbbbd353..bdf3256a5 100644 Binary files a/src/qbittorrent.rc and b/src/qbittorrent.rc differ diff --git a/src/webui/www/public/about.html b/src/webui/www/public/about.html index 4d3a8fad4..81cc1a71b 100644 --- a/src/webui/www/public/about.html +++ b/src/webui/www/public/about.html @@ -1,6 +1,6 @@

qBittorrent ${VERSION} (Web UI)

-

Copyright (c) 2011-2013 Christophe Dumez

+

Copyright (c) 2011-2015 The qBittorrent project

Homepage: http://www.qbittorrent.org

Original authors