Skip to content

Commit

Permalink
Update copyright year to 2023 in about Gridcoin dialog box.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescowens committed Oct 25, 2023
1 parent d609b9e commit f9db2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qt/aboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ AboutDialog::AboutDialog(QWidget *parent) :
ui(new Ui::AboutDialog)
{
ui->setupUi(this);
ui->copyrightLabel->setText("Copyright 2009-2022 The Bitcoin/Peercoin/Black-Coin/Gridcoin developers");
ui->copyrightLabel->setText("Copyright 2009-2023 The Bitcoin/Peercoin/Black-Coin/Gridcoin developers");

resize(GRC::ScaleSize(this, width(), height()));
}
Expand Down

0 comments on commit f9db2d2

Please sign in to comment.