diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-08-19 22:07:17 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-08-19 22:07:17 +0000 |
commit | 2606eee2d0f280a54208af7f6e2ad9b6d2097eed (patch) | |
tree | 73f345d9ad053108ade64457fe7b78cde01be7cd /hardinfo2/callbacks.c | |
parent | 4addacc312d3ee05bb17d59d9658349b5b9b70ab (diff) |
Misc fixes
Diffstat (limited to 'hardinfo2/callbacks.c')
-rw-r--r-- | hardinfo2/callbacks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/callbacks.c b/hardinfo2/callbacks.c index fd862984..da193c47 100644 --- a/hardinfo2/callbacks.c +++ b/hardinfo2/callbacks.c @@ -57,6 +57,7 @@ void cb_about() "MD5 implementation by Colin Plumb", "SHA1 implementation by Steve Raid", "Blowfish implementation by Paul Kocher", + "Some code partly based on x86cpucaps by Osamu Kayasono", NULL }; |