Added license info

This commit is contained in:
uzy lol 2024-12-08 21:00:33 -08:00
parent caebcff431
commit bc937b136b

View File

@ -185,6 +185,7 @@ static void __exit temp_monitor_exit(void) {
module_init(temp_monitor_init); module_init(temp_monitor_init);
module_exit(temp_monitor_exit); module_exit(temp_monitor_exit);
MODULE_LICENSE("GPL");
MODULE_AUTHOR("Uzair Hamed Mohammed"); MODULE_AUTHOR("Uzair Hamed Mohammed");
MODULE_DESCRIPTION( MODULE_DESCRIPTION(
"An Awesome and Super Complex CPU Temperature Monitoring Kernel Module"); "An Awesome and Super Complex CPU Temperature Monitoring Kernel Module");