Commit 2a838c64 authored by Pramod Gurav's avatar Pramod Gurav Committed by Greg Kroah-Hartman

staging: alarm-dev: Set the license to GPL

Adding "GPL" license to fix a warning while compiling as
module.

CC: Brian Swetland <swetland@google.com>
Signed-off-by: default avatarPramod Gurav <pramod.gurav.etc@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 5c0ed8cd
...@@ -443,4 +443,4 @@ static void __exit alarm_dev_exit(void) ...@@ -443,4 +443,4 @@ static void __exit alarm_dev_exit(void)
module_init(alarm_dev_init); module_init(alarm_dev_init);
module_exit(alarm_dev_exit); module_exit(alarm_dev_exit);
MODULE_LICENSE("GPL");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment