diff options
Diffstat (limited to 'handlers/procfs1.c')
-rw-r--r-- | handlers/procfs1.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/handlers/procfs1.c b/handlers/procfs1.c index 9d96319..e43aa20 100644 --- a/handlers/procfs1.c +++ b/handlers/procfs1.c @@ -48,3 +48,6 @@ void cleanup_module(void) //remove_proc_entry(procfs_name, &proc_root); printk(KERN_INFO "/proc/%s removed\n", procfs_name); } + +MODULE_LICENSE("GPL"); +MODULE_AUTHOR("Guillermo Ramos"); |