1
Fork 0
mirror of https://github.com/redstrate/Novus.git synced 2025-04-20 03:37:46 +00:00

Bump copyright year in the about data

This commit is contained in:
Joshua Goins 2025-03-24 22:15:22 -04:00
parent 6e25f0fd69
commit 975eb45d36

View file

@ -25,7 +25,7 @@ void customizeAboutData(const QString &componentName, const QString &desktopFile
QStringLiteral(NOVUS_VERSION_STRING),
applicationDescription,
KAboutLicense::GPL_V3,
QStringLiteral("© 2022-2024 Joshua Goins"));
QStringLiteral("© 2022-2025 Joshua Goins"));
about.addAuthor(QStringLiteral("Joshua Goins"),
QStringLiteral("Maintainer"),
QStringLiteral("josh@redstrate.com"),