Skip to content

Commit

Permalink
binfmt_som.c: add MODULE_LICENSE
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Oct 16, 2008
1 parent 6e144ee commit cde162c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fs/binfmt_som.c
Original file line number Diff line number Diff line change
Expand Up @@ -306,3 +306,5 @@ static void __exit exit_som_binfmt(void)

core_initcall(init_som_binfmt);
module_exit(exit_som_binfmt);

MODULE_LICENSE("GPL");

0 comments on commit cde162c

Please sign in to comment.