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/devices.c | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'hardinfo2/devices.c') diff --git a/hardinfo2/devices.c b/hardinfo2/devices.c index eb4cc3e7..b5d97f07 100644 --- a/hardinfo2/devices.c +++ b/hardinfo2/devices.c @@ -381,3 +381,17 @@ hi_module_init(void) { moreinfo = g_hash_table_new_full(g_str_hash, g_str_equal, g_free, g_free); } + +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