Эх сурвалжийг харах

binfmt_som.c: add MODULE_LICENSE

Add the missing MODULE_LICENSE("GPL").

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Matthew Wilcox <matthew@wil.cx>
Cc: Grant Grundler <grundler@parisc-linux.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Adrian Bunk 16 жил өмнө
parent
commit
cde162c2a9
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      fs/binfmt_som.c

+ 2 - 0
fs/binfmt_som.c

@@ -306,3 +306,5 @@ static void __exit exit_som_binfmt(void)
 
 
 core_initcall(init_som_binfmt);
 core_initcall(init_som_binfmt);
 module_exit(exit_som_binfmt);
 module_exit(exit_som_binfmt);
+
+MODULE_LICENSE("GPL");