Skip to content

Commit

Permalink
Merge pull request spesmilo#2381 from sandakersmann/master
Browse files Browse the repository at this point in the history
Update copyright year to 2022
  • Loading branch information
cculianu committed Jan 23, 2022
2 parents 8822324 + 33861ce commit d5217ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
_("Close wallet")
_("Confirm password")
_("Console")
_("Copyright © 2017-2021 Electron Cash LLC and the Electron Cash developers.")
_("Copyright © 2017-2022 Electron Cash LLC and the Electron Cash developers.")
_("Current password")
_("Cosigner %d")
_("Delete wallet")
Expand Down
2 changes: 1 addition & 1 deletion contrib/build-wine/electron-cash.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
VIAddVersionKey ProductName "${PRODUCT_NAME} Installer"
VIAddVersionKey Comments "The installer for ${PRODUCT_NAME}"
VIAddVersionKey CompanyName "${PRODUCT_NAME}"
VIAddVersionKey LegalCopyright "2013-2021 ${PRODUCT_PUBLISHER} and Electrum Technologies GmbH"
VIAddVersionKey LegalCopyright "2013-2022 ${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
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,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=2021) +
_("Copyright © {year_start}-{year_end} Electron Cash LLC and the Electron Cash developers.").format(year_start=2017, year_end=2022) +
"</p><p>" + _("darkdetect for macOS © 2019 Alberto Sottile") + "</p>"
"</span>" +
'<span style="font-weight:200;"><p>' +
Expand Down

0 comments on commit d5217ed

Please sign in to comment.