Skip to content

Commit

Permalink
Merge pull request #2126 from sandakersmann/master
Browse files Browse the repository at this point in the history
Update of copyright year to 2021
  • Loading branch information
cculianu committed Jan 13, 2021
2 parents 3fa99eb + e84bb62 commit 7c337bc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -19,7 +19,7 @@
_("Close wallet")
_("Confirm password")
_("Console")
_("Copyright © 2017-2020 Electron Cash LLC and the Electron Cash developers.")
_("Copyright © 2017-2021 Electron Cash LLC and the Electron Cash developers.")
_("Current password")
_("Delete wallet")
_("Derivation invalid")
Expand Down
2 changes: 1 addition & 1 deletion contrib/build-wine/electron-cash.nsi
Expand Up @@ -59,7 +59,7 @@
VIAddVersionKey ProductName "${PRODUCT_NAME} Installer"
VIAddVersionKey Comments "The installer for ${PRODUCT_NAME}"
VIAddVersionKey CompanyName "${PRODUCT_NAME}"
VIAddVersionKey LegalCopyright "2013-2020 ${PRODUCT_PUBLISHER} and Electrum Technologies GmbH"
VIAddVersionKey LegalCopyright "2013-2021 ${PRODUCT_PUBLISHER} and Electrum Technologies GmbH"
VIAddVersionKey FileDescription "${PRODUCT_NAME} Installer"
VIAddVersionKey FileVersion ${PRODUCT_VERSION}
VIAddVersionKey ProductVersion ${PRODUCT_VERSION}
Expand Down
2 changes: 1 addition & 1 deletion electroncash_gui/qt/main_window.py
Expand Up @@ -774,7 +774,7 @@ def show_about(self):
QMessageBox.about(self, "Electron Cash",
"<p><font size=+3><b>Electron Cash</b></font></p><p>" + _("Version") + f" {self.wallet.electrum_version}" + "</p>" +
'<span style="font-size:11pt; font-weight:500;"><p>' +
_("Copyright © {year_start}-{year_end} Electron Cash LLC and the Electron Cash developers.").format(year_start=2017, year_end=2020) +
_("Copyright © {year_start}-{year_end} Electron Cash LLC and the Electron Cash developers.").format(year_start=2017, year_end=2021) +
"</p><p>" + _("darkdetect for macOS © 2019 Alberto Sottile") + "</p>"
"</span>" +
'<span style="font-weight:200;"><p>' +
Expand Down

0 comments on commit 7c337bc

Please sign in to comment.