diff --git a/launcher/ui/dialogs/AboutDialog.cpp b/launcher/ui/dialogs/AboutDialog.cpp index 6aefd498d..5b40fbd32 100644 --- a/launcher/ui/dialogs/AboutDialog.cpp +++ b/launcher/ui/dialogs/AboutDialog.cpp @@ -72,12 +72,13 @@ QString getCreditsHtml() //: %1 is the name of the launcher, determined at build time, e.g. "Prism Launcher Developers" stream << "

" << QObject::tr("%1 Developers", "About Credits").arg(BuildConfig.LAUNCHER_DISPLAYNAME) << "

\n"; - stream << QString("

fn2006 %1

\n").arg(getGitHub("fn2006")); stream << QString("

Evan Goode %1

\n").arg(getGitHub("evan-goode")); stream << "
\n"; //: %1 is the name of the launcher, determined at build time, e.g. "Prism Launcher Contributors" - stream << "

" << QObject::tr("%1 Contributors", "About Credits").arg(BuildConfig.LAUNCHER_DISPLAYNAME) << "

\n"; + stream << "

" << QObject::tr("%1 Contributors", "About Credits").arg("PollyMC") << "

\n"; + stream << QString("

fn2006 %1

\n").arg(getGitHub("fn2006")); + stream << QString("

Evan Goode %1

\n").arg(getGitHub("evan-goode")); stream << QString("

anoraktrend %1

\n").arg(getGitHub("anoraktrend")); stream << QString("

Emma Tebibyte %1

\n").arg(getWebsite("https://tebibyte.media/")); stream << "
\n"; diff --git a/program_info/CMakeLists.txt b/program_info/CMakeLists.txt index 7c0f43dc2..3fc523de1 100644 --- a/program_info/CMakeLists.txt +++ b/program_info/CMakeLists.txt @@ -14,8 +14,8 @@ set(Launcher_DisplayName "Fjord Launcher") set(Launcher_Name "${Launcher_CommonName}" PARENT_SCOPE) set(Launcher_DisplayName "${Launcher_DisplayName}" PARENT_SCOPE) -set(Launcher_Copyright "© 2022-2024 Fjord Launcher Contributors\\n© 2022-2024 Prism Launcher Contributors\\n© 2021-2022 PolyMC Contributors\\n© 2012-2021 MultiMC Contributors") -set(Launcher_Copyright_Mac "© 2022-2024 Fjord Launcher Contributors\\n© 2022-2024 Prism Launcher Contributors, © 2021-2022 PolyMC Contributors and © 2012-2021 MultiMC Contributors" PARENT_SCOPE) +set(Launcher_Copyright "© 2024-2024 Fjord Launcher Contributors\\n© 2022-2024 PollyMC Contributors\\n© 2022-2024 Prism Launcher Contributors\\n© 2021-2022 PolyMC Contributors\\n© 2012-2021 MultiMC Contributors") +set(Launcher_Copyright_Mac "© 2024-2024 Fjord Launcher Contributors, © 2022-2024 PollyMC Contributors, © 2022-2024 Prism Launcher Contributors, © 2021-2022 PolyMC Contributors, and © 2012-2021 MultiMC Contributors" PARENT_SCOPE) set(Launcher_Copyright "${Launcher_Copyright}" PARENT_SCOPE) set(Launcher_Domain "" PARENT_SCOPE) set(Launcher_UserAgent "PrismLauncher/${Launcher_RELEASE_VERSION_NAME}" PARENT_SCOPE) diff --git a/program_info/fjordlauncher.6.scd b/program_info/fjordlauncher.6.scd index 106648b6e..e4b1ce96f 100644 --- a/program_info/fjordlauncher.6.scd +++ b/program_info/fjordlauncher.6.scd @@ -77,7 +77,12 @@ GitHub: https://github.com/unmojang/FjordLauncher # AUTHORS +MultiMC Contributors + +PolyMC Contributors + +PollyMC Contributors + Prism Launcher Contributors Fjord Launcher Contributors -