binfmt_som.c: add MODULE_LICENSE
authorAdrian Bunk <[email protected]>
Thu, 16 Oct 2008 05:02:37 +0000 (22:02 -0700)
committerLinus Torvalds <[email protected]>
Thu, 16 Oct 2008 18:21:38 +0000 (11:21 -0700)
Add the missing MODULE_LICENSE("GPL").

Reported-by: Adrian Bunk <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
Cc: Matthew Wilcox <[email protected]>
Cc: Grant Grundler <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/binfmt_som.c

index 68be580ba289fc3135a0dcd93595ce5b66062206..74e587a5279684f722b5b1733d1444ebf1ee1e35 100644 (file)
@@ -306,3 +306,5 @@ static void __exit exit_som_binfmt(void)
 
 core_initcall(init_som_binfmt);
 module_exit(exit_som_binfmt);
+
+MODULE_LICENSE("GPL");