Skip to content

Commit

Permalink
Update copyright year
Browse files Browse the repository at this point in the history
  • Loading branch information
jdpurcell committed Jan 27, 2024
1 parent 2d04c5b commit 26d2032
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion qView.pro
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ win32 {
}

RC_ICONS = "dist/win/qView.ico"
QMAKE_TARGET_COPYRIGHT = "Copyright \\251 2023 jurplel and qView contributors"
QMAKE_TARGET_COPYRIGHT = "Copyright \\251 2024 jurplel and qView contributors"
QMAKE_TARGET_DESCRIPTION = "qView"
}

Expand Down
2 changes: 1 addition & 1 deletion src/qvaboutdialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ QVAboutDialog::QVAboutDialog(QWidget *parent) :
R"(Derivative of official qView: <a style="color: #03A9F4; text-decoration:none;" href="https://interversehq.com/qview/">Website</a>, <a style="color: #03A9F4; text-decoration:none;" href="https://github.com/jurplel/qView">GitHub</a><br>)"
"Icon glyph created by Guilhem from the Noun Project<br>"
"Copyright © %3 jurplel, jdpurcell, and qView contributors")
.arg(QT_VERSION_STR, QSysInfo::buildCpuArchitecture(), "2018-2023");
.arg(QT_VERSION_STR, QSysInfo::buildCpuArchitecture(), "2018-2024");

ui->infoLabel2->setFont(font4);
ui->infoLabel2->setText(labelText2);
Expand Down

0 comments on commit 26d2032

Please sign in to comment.