diff --git a/LICENSE b/LICENSE
index 49c4b2c..7f001a5 100644
--- a/LICENSE
+++ b/LICENSE
@@ -1,6 +1,6 @@
MIT License
-Copyright (c) 2025 BLumia
+Copyright (c) 2026 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
diff --git a/app/aboutdialog.cpp b/app/aboutdialog.cpp
index 41cc1b3..a80dec0 100644
--- a/app/aboutdialog.cpp
+++ b/app/aboutdialog.cpp
@@ -61,7 +61,7 @@ AboutDialog::AboutDialog(QWidget *parent)
)),
u"
"_s,
tr("Copyright (c) %1 %2", "%1 is year, %2 is the name of copyright holder(s)")
- .arg(u"2025"_s, u"@BLumia"_s),
+ .arg(u"2026"_s, u"@BLumia"_s),
u"
"_s,
tr("Logo designed by %1").arg(u"@Lovelyblack"_s),
u"
"_s,
@@ -105,7 +105,7 @@ AboutDialog::AboutDialog(QWidget *parent)
const QString mitLicense(QStringLiteral(R"(Expat/MIT License
-Copyright © 2025 BLumia
+Copyright © 2026 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