diff --git a/app/aboutdialog.cpp b/app/aboutdialog.cpp
index 45b0eb6..e31cb63 100644
--- a/app/aboutdialog.cpp
+++ b/app/aboutdialog.cpp
@@ -52,7 +52,7 @@ AboutDialog::AboutDialog(QWidget *parent)
#endif // GIT_DESCRIBE_VERSION_STRING
QStringLiteral("
"),
tr("Copyright (c) %1 %2", "%1 is year, %2 is the name of copyright holder(s)")
- .arg(QStringLiteral("2022"), QStringLiteral("@BLumia")),
+ .arg(QStringLiteral("2023"), QStringLiteral("@BLumia")),
QStringLiteral("
"),
tr("Logo designed by %1").arg(QStringLiteral("@Lovelyblack")),
QStringLiteral("
"),
@@ -96,7 +96,7 @@ AboutDialog::AboutDialog(QWidget *parent)
const QString mitLicense(QStringLiteral(R"(Expat/MIT License
-Copyright (c) 2020 BLumia
+Copyright (c) 2023 BLumia
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal