diff --git a/src/templates/c/kernel_module/__project__.c.tmpl b/src/templates/c/kernel_module/__project__.c.tmpl index b7d38de..d45686b 100644 --- a/src/templates/c/kernel_module/__project__.c.tmpl +++ b/src/templates/c/kernel_module/__project__.c.tmpl @@ -3,7 +3,11 @@ */ #include #include -MODULE_LICENSE("Dual BSD/GPL"); + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("::author:: <::email::>""); +MODULE_DESCRIPTION("::desc::"); + static int module_init(void) { printk(KERN_ALERT "Hello, world\n");