projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e144ee
)
binfmt_som.c: add MODULE_LICENSE
author
Adrian Bunk
<
[email protected]
>
Thu, 16 Oct 2008 05:02:37 +0000
(22:02 -0700)
committer
Linus 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
patch
|
blob
|
history
diff --git
a/fs/binfmt_som.c
b/fs/binfmt_som.c
index 68be580ba289fc3135a0dcd93595ce5b66062206..74e587a5279684f722b5b1733d1444ebf1ee1e35 100644
(file)
--- a/
fs/binfmt_som.c
+++ b/
fs/binfmt_som.c
@@
-306,3
+306,5
@@
static void __exit exit_som_binfmt(void)
core_initcall(init_som_binfmt);
module_exit(exit_som_binfmt);
+
+MODULE_LICENSE("GPL");