Compare commits

..

1 Commits

Author SHA1 Message Date
6d30e3d059 Update name and license
All checks were successful
CI / Linux (debian) (pull_request) Successful in 11m33s
CI / Linux (arch) (pull_request) Successful in 13m50s
CI / Linux (fedora) (pull_request) Successful in 12m17s
CI / Check coding style (pull_request) Successful in 30s
CI / Check spelling (pull_request) Successful in 15s
CI / Linux (ubuntu) (pull_request) Successful in 11m53s
2025-07-19 02:19:45 +02:00

View File

@@ -1722,6 +1722,7 @@ cmd_about(ProfWin* window, const char* const command, gchar** args)
win_println(console, THEME_DEFAULT, "-", "CProof is an independent fork of Profanity and is not affiliated with it.");
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;
}