From 102dfe1186b267b8249a1754e19b2931dedff241 Mon Sep 17 00:00:00 2001 From: twoneis Date: Thu, 13 Mar 2025 16:41:04 +0100 Subject: [PATCH] add metadata --- code/module.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/code/module.c b/code/module.c index a6dd2be8e..27b1d9db4 100644 --- a/code/module.c +++ b/code/module.c @@ -4,6 +4,11 @@ #include #include +MODULE_AUTHOR("Mira Chacku Purakal"); +MODULE_DESCRIPTION("Generic Module"); +MODULE_VERSION("0.1"); +MODULE_LICENSE("GPL"); + static int mod_init(void) {