diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-30 00:36:03 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-30 00:36:03 +0000 |
commit | ee1fa4b725acd32a8549f0d5f16f6e5f1ec1fbd5 (patch) | |
tree | 86a4c17f95333222dc69835b8d2be85a74d2c91c /hardinfo2/callbacks.c | |
parent | 22b94483a3bcecf038ab531eefb023d1a578cfd8 (diff) |
Cleanups
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 |