public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [2.6 patch] binfmt_som.c: add MODULE_LICENSE
@ 2008-08-06 21:11 Adrian Bunk
  2008-08-10  0:55 ` Grant Grundler
  0 siblings, 1 reply; 17+ messages in thread
From: Adrian Bunk @ 2008-08-06 21:11 UTC (permalink / raw)
  To: kyle, matthew, grundler; +Cc: linux-parisc, linux-kernel, Andrew Morton

This patch adds the missing MODULE_LICENSE("GPL").

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

---

This patch has been sent on:
- 15 Jun 2008

4cec562181f818f16f072b9a14ca7a0ce6c66417 diff --git a/fs/binfmt_som.c b/fs/binfmt_som.c
index fdc36bf..6d3bebb 100644
--- a/fs/binfmt_som.c
+++ b/fs/binfmt_som.c
@@ -308,3 +308,5 @@ static void __exit exit_som_binfmt(void)
 
 core_initcall(init_som_binfmt);
 module_exit(exit_som_binfmt);
+
+MODULE_LICENSE("GPL");

^ permalink raw reply related	[flat|nested] 17+ messages in thread
* [2.6 patch] binfmt_som.c: add MODULE_LICENSE
@ 2008-06-15 16:13 Adrian Bunk
  0 siblings, 0 replies; 17+ messages in thread
From: Adrian Bunk @ 2008-06-15 16:13 UTC (permalink / raw)
  To: kyle, matthew, grundler; +Cc: linux-parisc, linux-kernel

This patch adds the missing MODULE_LICENSE("GPL").

Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>

---
4cec562181f818f16f072b9a14ca7a0ce6c66417 diff --git a/fs/binfmt_som.c b/fs/binfmt_som.c
index fdc36bf..6d3bebb 100644
--- a/fs/binfmt_som.c
+++ b/fs/binfmt_som.c
@@ -308,3 +308,5 @@ static void __exit exit_som_binfmt(void)
 
 core_initcall(init_som_binfmt);
 module_exit(exit_som_binfmt);
+
+MODULE_LICENSE("GPL");

^ permalink raw reply related	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2008-08-15 21:44 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06 21:11 [2.6 patch] binfmt_som.c: add MODULE_LICENSE Adrian Bunk
2008-08-10  0:55 ` Grant Grundler
2008-08-10  1:00   ` Matthew Wilcox
2008-08-10 13:41     ` Bdale Garbee
2008-08-10 15:14       ` Matthew Wilcox
2008-08-11  0:05         ` Grant Grundler
2008-08-11 14:15         ` Bdale Garbee
2008-08-10 14:11   ` Adrian Bunk
2008-08-11  0:10     ` Grant Grundler
2008-08-11 10:46       ` Adrian Bunk
2008-08-11 14:56         ` John David Anglin
2008-08-11 15:51           ` Adrian Bunk
2008-08-11 16:56             ` John David Anglin
2008-08-11 18:43               ` Adrian Bunk
2008-08-11 17:11           ` Matthew Wilcox
2008-08-15 21:44           ` Grant Grundler
  -- strict thread matches above, loose matches on Subject: below --
2008-06-15 16:13 Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox