diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist
index 8506856e8..c7e42fa9c 100644
--- a/dist/mac/Info.plist
+++ b/dist/mac/Info.plist
@@ -59,7 +59,7 @@
 	<key>NSAppleScriptEnabled</key>
 	<string>YES</string>
 	<key>NSHumanReadableCopyright</key>
-	<string>Copyright © 2006-2016 The qBittorrent project</string>
+	<string>Copyright © 2006-2017 The qBittorrent project</string>
 	<key>UTExportedTypeDeclarations</key>
 	<array>
 		<dict>
diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi
index 1b0de9965..f8eb9abf2 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-2016 The qBittorrent project"
+VIAddVersionKey "LegalCopyright" "Copyright ©2006-2017 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 32a176187..fac31ea3a 100644
--- a/src/gui/about_imp.h
+++ b/src/gui/about_imp.h
@@ -61,7 +61,7 @@ public:
             "</table>"
             "</p>")
             .arg(tr("An advanced BitTorrent client programmed in C++, based on Qt toolkit and libtorrent-rasterbar."))
-            .arg(tr("Copyright %1 2006-2016 The qBittorrent project").arg(QString::fromUtf8(C_COPYRIGHT)))
+            .arg(tr("Copyright %1 2006-2017 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 53ee9a0ea..6b2d17f24 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 46b566116..f954ad7eb 100644
--- a/src/webui/www/public/about.html
+++ b/src/webui/www/public/about.html
@@ -1,7 +1,7 @@
 <img src="images/skin/mascot.png" align="right"></img>
 <h3>qBittorrent ${VERSION} QBT_TR(Web UI)QBT_TR</h3>
 <p>QBT_TR(An advanced BitTorrent client programmed in <nobr>C++</nobr>, based on Qt toolkit and libtorrent-rasterbar.)QBT_TR</p>
-<p>Copyright (c) 2011-2016 The qBittorrent project</p>
+<p>Copyright (c) 2011-2017 The qBittorrent project</p>
 <p>QBT_TR(Home Page: )QBT_TR <a target="_blank" href="http://www.qbittorrent.org">http://www.qbittorrent.org</a></p>
 <p>QBT_TR(Bug Tracker: )QBT_TR <a target="_blank" href="http://bugs.qbittorrent.org">http://bugs.qbittorrent.org</a></p>
 <p>QBT_TR(Forum: )QBT_TR <a target="_blank" href="http://forum.qbittorrent.org">http://forum.qbittorrent.org</a></p>