Browse Source

Bump Copyright year.

adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
1af8a1533e
  1. 2
      dist/mac/Info.plist
  2. 2
      dist/windows/options.nsi
  3. 2
      src/gui/about_imp.h
  4. BIN
      src/qbittorrent.rc
  5. 2
      src/webui/www/public/about.html

2
dist/mac/Info.plist vendored

@ -59,7 +59,7 @@ @@ -59,7 +59,7 @@
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2006-2015 The qBittorrent project</string>
<string>Copyright © 2006-2016 The qBittorrent project</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>

2
dist/windows/options.nsi vendored

@ -33,7 +33,7 @@ OutFile "qbittorrent_${PROG_VERSION}_setup.exe" @@ -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}"

2
src/gui/about_imp.h

@ -54,7 +54,7 @@ class about : public QDialog, private Ui::AboutDlg{ @@ -54,7 +54,7 @@ class about : public QDialog, private Ui::AboutDlg{
QString::fromUtf8("<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0//EN\" \"http://www.w3.org/TR/REC-html40/strict.dtd\"><html><head><meta name=\"qrichtext\" content=\"1\" /><style type=\"text/css\">p, li { white-space: pre-wrap; }</style></head><body style=\" font-size:11pt; font-weight:400; font-style:normal;\"><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">") +
tr("An advanced BitTorrent client programmed in <nobr>C++</nobr>, based on Qt toolkit and libtorrent-rasterbar.") +
QString::fromUtf8(" <br /><br />") +
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("<br /><br />") +
tr("Home Page: ") +
QString::fromUtf8("<a href=\"http://www.qbittorrent.org\"><span style=\" text-decoration: underline; color:#0000ff;\">http://www.qbittorrent.org</span></a></p><p style=\" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;\">") +

BIN
src/qbittorrent.rc

Binary file not shown.

2
src/webui/www/public/about.html

@ -1,7 +1,7 @@ @@ -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-2015 The qBittorrent project</p>
<p>Copyright (c) 2011-2016 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>

Loading…
Cancel
Save