Update name and license

This commit is contained in:
2025-07-19 02:16:38 +02:00
parent 091ff41c06
commit 5ed8ec30f0
4 changed files with 18 additions and 19 deletions

View File

@@ -1715,8 +1715,15 @@ cmd_help(ProfWin* window, const char* const command, gchar** args)
gboolean
cmd_about(ProfWin* window, const char* const command, gchar** args)
{
ProfWin* console = wins_get_console();
cons_show("");
cons_about();
win_println(console, THEME_DEFAULT, "-", "Licensed under GNU GPL v3.");
win_println(console, THEME_DEFAULT, "-", "CProof is an independent unaffiliated fork of Profanity.");
win_println(console, THEME_DEFAULT, "-", "Profanity: Copyright (C) 20122019 James Booth, 20192025 Michael Vetter");
win_println(console, THEME_DEFAULT, "-", "Copyright (C) 2025 CProof Developers");
win_println(console, THEME_DEFAULT, "-", "");
return TRUE;
}