diff --git a/packaging/macos/Info.plist.in b/packaging/macos/Info.plist.in
index 47fdbdcf3e..554d2a8a9d 100644
--- a/packaging/macos/Info.plist.in
+++ b/packaging/macos/Info.plist.in
@@ -9,7 +9,7 @@
CFBundleInfoDictionaryVersion
6.0
NSHumanReadableCopyright
- Copyright © 2011-2024 Meltytech, LLC
+ Copyright © 2011-2025 Meltytech, LLC
CFBundleSignature
scut
CFBundleExecutable
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 7fa96c4f3a..69d5e10e6e 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2309,7 +2309,7 @@ void MainWindow::setCurrentFile(const QString &filename)
void MainWindow::on_actionAbout_Shotcut_triggered()
{
const auto copyright =
- QStringLiteral("Copyright © 2011-2024 Meltytech, LLC");
+ QStringLiteral("Copyright © 2011-2025 Meltytech, LLC");
const auto license =
QStringLiteral("GNU General Public License v3.0");
const auto url = QStringLiteral("https://www.shotcut.org/");