Skip to content

Commit

Permalink
update copyright year to 2025 in About Shotcut
Browse files Browse the repository at this point in the history
  • Loading branch information
ddennedy committed Jan 25, 2025
1 parent 5646288 commit 052db54
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packaging/macos/Info.plist.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011-2024 Meltytech, LLC</string>
<string>Copyright © 2011-2025 Meltytech, LLC</string>
<key>CFBundleSignature</key>
<string>scut</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion src/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@ void MainWindow::setCurrentFile(const QString &filename)
void MainWindow::on_actionAbout_Shotcut_triggered()
{
const auto copyright =
QStringLiteral("Copyright &copy; 2011-2024 <a href=\"https://www.meltytech.com/\">Meltytech</a>, LLC");
QStringLiteral("Copyright &copy; 2011-2025 <a href=\"https://www.meltytech.com/\">Meltytech</a>, LLC");
const auto license =
QStringLiteral("<a href=\"https://www.gnu.org/licenses/gpl.html\">GNU General Public License v3.0</a>");
const auto url = QStringLiteral("https://www.shotcut.org/");
Expand Down

0 comments on commit 052db54

Please sign in to comment.