From a1054182ecd202db45cde1883991d70dbb954763 Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Thu, 4 Jan 2007 17:15:12 +0000 Subject: Add about information. --- hardinfo2/computer.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'hardinfo2/computer.c') diff --git a/hardinfo2/computer.c b/hardinfo2/computer.c index b1676b0f..a4a53c9a 100644 --- a/hardinfo2/computer.c +++ b/hardinfo2/computer.c @@ -389,3 +389,17 @@ hi_module_init(void) computer = g_new0(Computer, 1); moreinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, NULL); } + +ModuleAbout * +hi_module_get_about(void) +{ + static ModuleAbout ma[] = { + { + .author = "Leandro A. F. Pereira (leandro@linuxmag.com.br)", + .version = VERSION, + .license = "GNU GPL version 2" + } + }; + + return ma; +} -- cgit v1.2.3