From 6845b91695522a53a9a67318e0e8f87e123adfbe Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 19 Mar 2024 18:41:55 -0400 Subject: [PATCH] Change copyright year to 2024 --- launcher/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/src/main.cpp b/launcher/src/main.cpp index a43153e..f10368e 100755 --- a/launcher/src/main.cpp +++ b/launcher/src/main.cpp @@ -45,7 +45,7 @@ int main(int argc, char *argv[]) QStringLiteral(ASTRA_VERSION_STRING), i18n("FFXIV Launcher"), KAboutLicense::GPL_V3, - i18n("© 2023 Joshua Goins")); + i18n("© 2024 Joshua Goins")); about.addAuthor(i18n("Joshua Goins"), i18n("Maintainer"), QStringLiteral("josh@redstrate.com"),