diff options
Diffstat (limited to 'hardinfo2/callbacks.c')
-rw-r--r-- | hardinfo2/callbacks.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index 14a133a2..0b312717 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -85,13 +85,17 @@ void cb_about() { GtkWidget *about; const gchar *authors[] = { + "Author:", "Leandro A. F. Pereira", + "", + "Contributors:", "Agney Lopes Roth Ferraz", "SCSI support by Pascal F. Martin", + "", + "Based on work by:", "MD5 implementation by Colin Plumb", "SHA1 implementation by Steve Raid", "Blowfish implementation by Paul Kocher", - "", "Some code partly based on x86cpucaps by Osamu Kayasono", "Vendor list based on GtkSysInfo by Pissens Sebastien", NULL |