Commit c2399953 authored by Herbert Xu's avatar Herbert Xu Committed by David S. Miller

[NET]: Add MODULE_LICENSE to xfrm_user.c

parent 236df8a6
......@@ -1195,3 +1195,4 @@ static void __exit xfrm_user_exit(void)
module_init(xfrm_user_init);
module_exit(xfrm_user_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