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 <[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]>
  • Loading branch information
AdrianBunk authored and 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.