From ff4f71c1e61727999799184854b35bd3c99e63c5 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Wed, 1 Jan 2025 12:06:16 +0800 Subject: [PATCH] chore: hello 2025 --- LICENSE | 2 +- app/aboutdialog.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/LICENSE b/LICENSE index 07c2392..33a11a4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 BLumia +Copyright (c) 2025 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 a7e345f..06c6ef1 100644 --- a/app/aboutdialog.cpp +++ b/app/aboutdialog.cpp @@ -59,7 +59,7 @@ AboutDialog::AboutDialog(QWidget *parent) )), QStringLiteral("
"), tr("Copyright (c) %1 %2", "%1 is year, %2 is the name of copyright holder(s)") - .arg(QStringLiteral("2024"), QStringLiteral("@BLumia")), + .arg(QStringLiteral("2025"), QStringLiteral("@BLumia")), QStringLiteral("
"), tr("Logo designed by %1").arg(QStringLiteral("@Lovelyblack")), QStringLiteral("
"), @@ -103,7 +103,7 @@ AboutDialog::AboutDialog(QWidget *parent) const QString mitLicense(QStringLiteral(R"(Expat/MIT License -Copyright (c) 2024 BLumia +Copyright (c) 2025 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